MCP NLP Analytics Hackathon Delivery
This Hugging Face Space hosts the Sentiment Evolution Tracker MCP server codebase. The project powers a conversational analytics workflow that enriches customer support teams with local NLP, risk forecasting, and Model Context Protocol tools.
How to Run Locally
- Clone the repository from GitHub or this Space.
- Install dependencies with
pip install -r requirements.txt. - Run
python init_db.pyfollowed bypython tools/populate_demo_data.py. -
Launch the MCP server with
python src/mcp_server.pyand connect from Claude Desktop using the providedconfig/claude_desktop_config.json.
For a full walkthrough consult
README.md and the documentation set inside the
docs/ directory.
Key Resources
This Space is configured as Static to expose the full MCP code submission required for the Anthropic MCP 1st Birthday Hackathon.