Cancellation Analyzer MCP Server
Click on "Deploy 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 Serveranalyze 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
cancellation-analyzer-mcp/
├── src/
│ ├── main.py # FastAPI + MCP server
│ ├── mcp_server.py # MCP server logic
│ └── analyzer.py # Analysis logic
├── requirements.txt
├── .env # Environment variables
├── gunicorn.conf.py # Production server config
└── README.mdSetup
pip install -r requirements.txtRunning
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
http://YOUR_EC2_PUBLIC_IP:8000/mcpEnvironment Variables
See .env for configuration.
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
A Model Context Protocol server for Wix AI tools
MCP server unifying ERPs, CRMs, APIs and knowledge base for Claude, ChatGPT and Gemini.
Marketo MCP server for AI. 130 tools to operate Marketo from Claude, Cursor, or ChatGPT.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that allows Claude to make API requests on your behalf, providing tools for testing various APIs including HTTP requests and OpenAI integrations without sharing your API keys in the chat.-
- AlicenseBqualityDmaintenanceA Model Context Protocol server that enables Claude to load CSV files and execute JavaScript data analysis scripts for advanced data exploration and insights generation.29MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that enables Claude AI to interact with Paybyrd's payment processing API, allowing for creating payment links, processing refunds, and retrieving order information.2 npmMIT
- FlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that provides Claude with access to AI-powered trading predictions and analysis from the aiprediction.us API, handling authentication, date formatting, and data retrieval.-