Connect MCP in 2 Minutes

Use StratoForce AI Revenue Intelligence from Claude, Cursor, or any MCP client.

What You Get

15 AI-powered tools that query your Salesforce pipeline data in natural language:

📊 Score any deal
📈 Pipeline snapshot
🔮 Forecast intelligence
🏥 Account health check
⚔️ Competitive battle cards
🏆 Champion tracking
💬 Conversation insights
📞 Pre-call briefing
🎯 Next best action
📋 Win/loss analysis
🔄 Pipeline changes
⚡ Revenue alerts
🗺️ Whitespace analysis
🧠 Ask anything (NL query)
⚙️ Configuration

Setup

Step 1 — Get Your Salesforce Session ID

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.

Step 2 — Add to Your MCP Client

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.

Step 3 — Start Asking

That's it. Try these:

⚠️ Founders Note: Your data never leaves Salesforce. The MCP server queries your org in real-time — no data export, no external storage, no ETL. Your security team will love this.

Local Mode (stdio)

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.

Need Help?

Email support@stratoforce.ai — we respond same day.

StratoForce AI — Revenue Intelligence, Native to Salesforce.