CSM Intelligence MCP Server
Exposes simulated Salesforce CRM data as MCP tools for Claude Desktop, enabling customer success managers to prioritize at-risk accounts, review opportunities, cases, and Gong notes via natural language.
README
CSM Intelligence MCP Server
A Model Context Protocol (MCP) server that exposes simulated Salesforce CRM data as tools callable by Claude Desktop. Built to demonstrate the same architecture used in production at CData Software — where Claude (MCP client) + CData ConnectAI (MCP server) + live Salesforce data drove weekly CSM account prioritization.
Architecture
Claude Desktop (MCP Client)
│ MCP Protocol over stdio
▼
csm-mcp-server/server.py ←── This repo
│ Tool calls
▼
data/salesforce.json (Accounts, Opportunities, Cases, Gong Notes)
│
▼
Claude reasons over returned data
│
▼
Prioritized CSM Weekly Worklist
Setup
1. Install dependencies
cd csm-mcp-server
python3 -m pip install -r requirements.txt
2. Configure Claude Desktop
Open your Claude Desktop config file:
open ~/Library/Application\ Support/Claude/claude_desktop_config.json
Add the server config (merge with any existing config):
{
"mcpServers": {
"csm-intelligence": {
"command": "python3",
"args": ["/Users/mahesh/csm-mcp-server/server.py"],
"env": {}
}
}
}
3. Restart Claude Desktop
Quit and reopen Claude Desktop. You should see a 🔌 icon or tool count increase in the chat interface.
MCP Tools Exposed
| Tool | Description |
|---|---|
get_accounts |
Full account portfolio with ARR, health score, CSM, renewal date |
get_opportunities |
Renewals and expansions with stage, probability, close date |
get_cases |
Open support cases by account and severity |
get_gong_notes |
Call summaries, sentiment, and risk flags from Gong |
get_at_risk_accounts |
Pre-filtered risk signals across all accounts |
Demo Prompts
Use these in Claude Desktop after connecting the server:
Weekly prioritization:
"Pull all at-risk accounts and give me a prioritized CSM action list for this week. Include ARR at risk, renewal dates, and top 2 actions per account."
Specific account deep-dive:
"Give me a full picture of Stryker Corporation — open cases, recent Gong call sentiment, renewal status, and what our CSM should do this week."
Revenue at risk summary:
"Which accounts renewing in the next 60 days have health scores below 60? Rank by ARR and tell me what's driving the risk for each."
Churn signal scan:
"Scan all Gong notes for negative sentiment flags and cross-reference with open support cases. Which accounts have both? What's the combined ARR at risk?"
CSM workload view:
"Show me all accounts owned by Mathis Corn. What's his highest priority this week and why?"
The Production Story
At CData Software, this exact architecture ran in production:
- Claude Desktop as the MCP client — CSMs used natural language prompts
- CData ConnectAI as the MCP server — connected to live Salesforce (with Gong data ingested) and Datadog
- Weekly output: prioritized account list with risk flags, driving CSM weekly planning
- Outcome: GRR improved from 74% to 83% (~$2M ARR protected)
This repo demonstrates the same pattern with simulated data, making the architecture portable and demonstrable without proprietary dependencies.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。
mcp-server-qdrant
这个仓库展示了如何为向量搜索引擎 Qdrant 创建一个 MCP (Managed Control Plane) 服务器的示例。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。