CSM Intelligence MCP Server
Provides access to simulated Salesforce CRM data, including accounts, opportunities, support cases, call notes, and at-risk account signals for customer success management and prioritization.
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., "@CSM Intelligence MCP ServerPull all at-risk accounts and give me a prioritized CSM action list for this week."
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.
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 WorklistRelated MCP server: Salesforce-Hosted-Custom-Mcp-Server
Setup
1. Install dependencies
cd csm-mcp-server
python3 -m pip install -r requirements.txt2. Configure Claude Desktop
Open your Claude Desktop config file:
open ~/Library/Application\ Support/Claude/claude_desktop_config.jsonAdd 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 |
| Full account portfolio with ARR, health score, CSM, renewal date |
| Renewals and expansions with stage, probability, close date |
| Open support cases by account and severity |
| Call summaries, sentiment, and risk flags from Gong |
| 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.
This server cannot be installed
Maintenance
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
- AlicenseBqualityCmaintenanceEnables Claude Desktop to interact with Salesforce for order management, including checking order status, creating returns, managing cases, and sending Slack notifications for customer service operations.6MIT
- Flicense-qualityBmaintenanceEnables interaction with Salesforce data and services via custom MCP tools, including account analytics, opportunity queries, case creation, and AI agent invocation.4
- Flicense-qualityCmaintenanceExposes a fictional B2B CRM database (companies, contacts, deals) as callable MCP tools, enabling AI agents to answer natural-language questions about company records, contacts, and pipeline data.
- Flicense-qualityDmaintenanceEnables querying and managing a CRM database through natural language conversations with Claude Desktop.
Related MCP Connectors
Surface customer & prospect context from Slack, email, transcripts and tickets in any MCP client.
Hosted MCP endpoint with realistic fake data for prototyping agents. 12 tools, no setup.
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/maheshsane/csm-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server