Skip to main content
Glama
lang-ai

Cancellation Analyzer MCP Server

by lang-ai

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.md

Setup

pip install -r requirements.txt

Running

  • Development:

    python src/main.py
  • Production:

    gunicorn src.main:app -c gunicorn.conf.py

Endpoints

  • GET / - Service info

  • GET /health - Health check

  • POST /mcp/list_tools - List available tools

  • POST /mcp/call_tool - Call analysis tool

  • GET /mcp/sse - Server-Sent Events endpoint

Integration URL

http://YOUR_EC2_PUBLIC_IP:8000/mcp

Environment Variables

See .env for configuration.

-
license - not tested
-
quality - not tested
-
maintenance - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    A 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.
    11
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    A 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.

View all related MCP servers

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 (Model Context Protocol) server for Appwrite

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/lang-ai/mcp-hosted-poc'

If you have feedback or need assistance with the MCP directory API, please join our Discord server