Sales Analyzer MCP
Sales anomaly detection for a sample café dataset. Enables analyzing weekly sales, product history, and detecting anomalies like closures or pricing glitches.
README
Sales Analyzer MCP Server
A remote MCP server that exposes sales anomaly detection as tools Claude can call. It bundles a deterministic sample dataset — one year of daily sales for a fictional café, "Bean & Leaf" — and analyzes it with robust statistics (median absolute deviation), so anomalies like closures, pricing glitches, and structural product declines are detected in code, not guessed by the model.
The server returns only computed data: no LLM calls, no API keys, fully stateless. Built with the official MCP Python SDK (FastMCP) over the Streamable HTTP transport.
Tools
| Tool | What it returns |
|---|---|
list_weeks() |
The 53 weeks in the dataset with date ranges, row counts, and completeness |
analyze_week(week_number) |
Weekly revenue, totals by product, week-over-week changes, top movers, daily series, and flagged anomalies with severity and reason |
get_product_history(product_name) |
A product's full weekly units/revenue series |
Bad inputs (week 99, unknown product) return a clear {"error": ...} message instead
of failing.
Project layout
server.py— FastMCP server: transport, health check, and the three toolsanalytics.py— stdlib-only analytics: weekly aggregation + MAD-based anomaly detectiongenerate_sample_data.py— seeded generator for the sample dataset (byte-identical every run)data/sales_2025.csv— the bundled dataset (regenerated at startup if missing)test_client.py— smoke test that exercises every tool against a running server
Run locally
pip install -r requirements.txt
python server.py
The server listens on port 8000 (override with the PORT env var):
- Landing page / health check:
GET http://localhost:8000/→ an HTML page (HTTP 200) - MCP endpoint:
http://localhost:8000/mcp
Verify all tools in a second terminal:
python test_client.py
Deploy to Render (free tier)
-
Push this repo to GitHub.
-
In the Render dashboard, click New + → Blueprint and select the repo —
render.yamlconfigures everything (Python web service, free plan,python server.pystart command).- Or manually: New + → Web Service, build command
pip install -r requirements.txt, start commandpython server.py.
- Or manually: New + → Web Service, build command
-
Wait for the deploy to go live. Your MCP endpoint is:
https://<your-service>.onrender.com/mcp -
Sanity-check it: opening
https://<your-service>.onrender.com/in a browser shows the landing page (which also serves as the health check).
Note: free-tier services spin down after ~15 minutes of inactivity; the first request after that takes ~30-60 seconds while the instance cold-starts. The server is stateless, so this is harmless — retry once if a first call times out.
Add to Claude as a custom connector
-
In Claude (web or desktop), go to Settings → Connectors.
-
Click Add custom connector.
-
Enter the URL ending in
/mcp, e.g.https://sales-analyzer-mcp.onrender.com/mcp, and add it. No authentication is required. -
In a chat, enable the connector from the tools menu, then ask something like:
Which weeks in the sales data look anomalous, and what happened in week 32?
Claude will call list_weeks, analyze_week, and get_product_history as needed and
reason over the returned figures.
About the sample data
The dataset (6 products × 365 days of 2025) has realistic weekly rhythm, seasonality, and growth, plus four hidden anomalies the detectors rediscover:
- a 5-day closure in mid-March (pipe burst),
- a one-day viral spike in May,
- a week of 10x-inflated Latte revenue in August (decimal error — units normal),
- a permanent Blueberry Muffin collapse from October (supplier problem).
The generator is seeded, so the CSV is identical on every run.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。