Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Cancellation Analyzer MCP Server analyze last month's cancellation survey data"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Cancellation Analyzer MCP Server
A Python-based Model Context Protocol (MCP) server for analyzing customer cancellation survey data, designed for Claude web integration via HTTP/SSE transport.
Features
MCP protocol over HTTP and SSE
FastAPI server with CORS enabled
Tool for analyzing cancellation data (dummy results)
Production-ready with Gunicorn/Uvicorn
Related MCP server: Claude MCP Data Explorer
Project Structure
Setup
Running
Development:
python src/main.pyProduction:
gunicorn src.main:app -c gunicorn.conf.py
Endpoints
GET /- Service infoGET /health- Health checkPOST /mcp/list_tools- List available toolsPOST /mcp/call_tool- Call analysis toolGET /mcp/sse- Server-Sent Events endpoint
Integration URL
Environment Variables
See .env for configuration.