{
  "markdown": "# StratoForce AI — MCP Server\n\nRevenue intelligence from your Salesforce pipeline, accessible to any AI assistant.\n\n## What It Does\n\nConnects 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.\n\n## Capabilities\n\n### Resources (read-only data)\n| Resource | URI | Description |\n|----------|-----|-------------|\n| Pipeline Summary | `stratoforce://pipeline/summary` | Open deals by stage with totals |\n| Top Deals | `stratoforce://pipeline/top-deals` | Top 15 opportunities by value |\n| Active Alerts | `stratoforce://alerts/active` | Revenue intelligence alerts (last 7 days) |\n\n### Tools (LLM-invokable functions)\n| Tool | Description |\n|------|-------------|\n| `get_pipeline_health` | Comprehensive pipeline health: stages, velocity, win rate, stale deals |\n| `get_deal_details` | Deep dive on any opportunity: contacts, conversations, scores |\n| `generate_briefing` | AI pre-call briefing: stakeholders, competitive intel, talking points |\n| `scan_risks` | Pipeline risk scan: stale deals, past-due close dates, dark champions |\n| `search_deals` | Search deals by name, account, stage, or owner |\n\n### Prompts (pre-built templates)\n| Prompt | Description |\n|--------|-------------|\n| `pipeline_review` | Weekly pipeline review for sales meetings |\n| `deal_coaching` | Deal-specific coaching with MEDDIC analysis |\n| `forecast_prep` | Forecast call preparation briefing |\n\n## Setup\n\n### Prerequisites\n- Node.js 20+\n- Salesforce CLI (`sf`) with an authenticated org\n- StratoForce AI managed package installed in your Salesforce org\n\n### Install\n```bash\ncd stratoforce-mcp-server\nnpm install\n```\n\n### Configure Claude Desktop\n\nAdd to `~/Library/Application Support/Claude/claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"stratoforce\": {\n      \"command\": \"node\",\n      \"args\": [\"/path/to/stratoforce-mcp-server/index.js\"],\n      \"env\": {\n        \"SF_TARGET_ORG\": \"stratoforce-dev\"\n      }\n    }\n  }\n}\n```\n\n### Test\n```bash\necho '{\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"initialize\",\"params\":{\"protocolVersion\":\"2025-03-26\",\"capabilities\":{},\"clientInfo\":{\"name\":\"test\",\"version\":\"1.0.0\"}}}' | node index.js\n```\n\n## Example Conversations\n\n**\"How's my pipeline looking?\"**\n→ Uses `get_pipeline_health` → Returns stage breakdown, win rate, stale deals, forecast\n\n**\"Generate a briefing for the Acme deal\"**\n→ Uses `search_deals` → finds Acme → Uses `generate_briefing` → Full pre-call prep\n\n**\"What deals are at risk?\"**\n→ Uses `scan_risks` → Returns stale deals, past-due close dates, score drops\n\n**\"Run the pipeline_review prompt\"**\n→ Executes full pipeline review combining all tools → Executive summary\n\n## Architecture\n\n```\nAI Client (Claude/VS Code/Cursor)\n    ↕ MCP Protocol (JSON-RPC over stdio)\nStratoForce MCP Server (Node.js)\n    ↕ Salesforce REST API + Apex REST\nStratoForce Managed Package (data layer)\n```\n\n## License\n\nMIT — StratoForce AI, LLC\n",
  "bytes": 3013,
  "sha": "c8ce43d11aafaff654f83870f87b4c84ca36ffbd303e64d607ba7e21117609b2",
  "repo_slug": "stratoforce-ai-llc/stratoforce-mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_tgomolski_lgtm_revenue_intelli_bed1f77b/readme"
}