StratoForce MCP Server
OfficialProvides revenue intelligence from Salesforce pipeline data, including tools for pipeline health, deal details, risk scanning, and search, as well as pre-built prompts for pipeline review and coaching.
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., "@StratoForce MCP ServerHow's my pipeline looking?"
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.
StratoForce AI — MCP Server
Revenue intelligence from your Salesforce pipeline, accessible to any AI assistant.
What It Does
Connects your Salesforce revenue data to any MCP-compatible AI client — Claude Desktop, VS Code, Cursor, Windsurf, and more. Ask natural-language questions about your pipeline and get real answers from real data.
Related MCP server: mcp-server-salesforce
Capabilities
Resources (read-only data)
Resource | URI | Description |
Pipeline Summary |
| Open deals by stage with totals |
Top Deals |
| Top 15 opportunities by value |
Active Alerts |
| Revenue intelligence alerts (last 7 days) |
Tools (LLM-invokable functions)
Tool | Description |
| Comprehensive pipeline health: stages, velocity, win rate, stale deals |
| Deep dive on any opportunity: contacts, conversations, scores |
| AI pre-call briefing: stakeholders, competitive intel, talking points |
| Pipeline risk scan: stale deals, past-due close dates, dark champions |
| Search deals by name, account, stage, or owner |
Prompts (pre-built templates)
Prompt | Description |
| Weekly pipeline review for sales meetings |
| Deal-specific coaching with MEDDIC analysis |
| Forecast call preparation briefing |
Setup
Prerequisites
Node.js 20+
Salesforce CLI (
sf) with an authenticated orgStratoForce AI managed package installed in your Salesforce org
Install
cd stratoforce-mcp-server
npm installConfigure Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"stratoforce": {
"command": "node",
"args": ["/path/to/stratoforce-mcp-server/index.js"],
"env": {
"SF_TARGET_ORG": "stratoforce-dev"
}
}
}
}Test
echo '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{"protocolVersion":"2025-03-26","capabilities":{},"clientInfo":{"name":"test","version":"1.0.0"}}}' | node index.jsExample Conversations
"How's my pipeline looking?"
→ Uses get_pipeline_health → Returns stage breakdown, win rate, stale deals, forecast
"Generate a briefing for the Acme deal"
→ Uses search_deals → finds Acme → Uses generate_briefing → Full pre-call prep
"What deals are at risk?"
→ Uses scan_risks → Returns stale deals, past-due close dates, score drops
"Run the pipeline_review prompt" → Executes full pipeline review combining all tools → Executive summary
Architecture
AI Client (Claude/VS Code/Cursor)
↕ MCP Protocol (JSON-RPC over stdio)
StratoForce MCP Server (Node.js)
↕ Salesforce REST API + Apex REST
StratoForce Managed Package (data layer)License
MIT — StratoForce AI, LLC
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
- Flicense-qualityDmaintenanceProvides AI assistants with direct access to Salesforce Revenue Cloud data and operations, enabling retrieval of products, price books, quotes, orders, and execution of custom SOQL queries through natural language.Last updated
- FlicenseBqualityDmaintenanceProvides AI agents with secure access to Salesforce data and operations, enabling natural language interaction with CRM for sales, marketing, and executive teams.Last updated65
- AlicenseAqualityAmaintenanceEnables AI-powered interaction with Salesforce, providing opportunity intelligence, engagement analysis, business case generation, and standard CRUD operations through natural language.Last updated181185MIT

Summit53 MCP Serverofficial
Alicense-qualityCmaintenanceProvides 48 revenue intelligence tools that let AI assistants search deals, forecast revenue, analyze pipeline risk, manage outreach, and track value delivery via natural language.Last updated67Inno Setup
Related MCP Connectors
Run SOQL queries to explore and retrieve Salesforce data. Access accounts, contacts, opportunities…
Connect AI to your Attio CRM. Manage contacts, companies, deals, and sales pipelines. Create tasks…
Sales intelligence for B2B SMEs — lead scoring, ICP fit, CRM enrichment & writeback.
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/Stratoforce-AI-LLC/stratoforce-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server