Use StratoForce AI Revenue Intelligence from Claude, Cursor, or any MCP client.
15 AI-powered tools that query your Salesforce pipeline data in natural language:
In your Salesforce org (with StratoForce installed), open Developer Console or browser console and run:
document.cookie.match(/sid=([^;]+)/)[1]
Copy the value. This is your session token.
Claude Desktop — Edit claude_desktop_config.json:
{
"mcpServers": {
"stratoforce": {
"url": "https://stratoforce-mcp.stratoforce.workers.dev/mcp",
"headers": {
"Authorization": "Bearer YOUR_SESSION_ID"
}
}
}
}
Cursor — Add to MCP settings with the same URL and auth header.
Any MCP client — Point to the Streamable HTTP endpoint above.
That's it. Try these:
For developers who prefer running locally:
git clone https://github.com/Stratoforce-AI-LLC/stratoforce-mcp-server.git cd stratoforce-mcp-server npm install SF_ACCESS_TOKEN=your_token SF_INSTANCE_URL=https://yourorg.my.salesforce.com node src/index.js
Then configure your MCP client to use stdio transport pointing to the local process.
Email support@stratoforce.ai — we respond same day.
StratoForce AI — Revenue Intelligence, Native to Salesforce.