streamable-httpupdated 4mo ago
Revenue intelligence from your Salesforce pipeline, accessible to any AI assistant.
StratoForce AI Revenue Intelligence で何ができる?
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.
Capabilities
Resources (read-only data)
| Resource | URI | Description |
|---|---|---|
| Pipeline Summary | stratoforce://pipeline/summary |
Open deals by stage with totals |
| Top Deals | stratoforce://pipeline/top-deals |
Top 15 opportunities by value |
| Active Alerts | stratoforce://alerts/active |
Revenue intelligence alerts (last 7 days) |
Tools (LLM-invokable functions)
| Tool | Description |
|---|---|
get_pipeline_health |
Comprehensive pipeline health: stages, velocity, win rate, stale deals |
get_deal_details |
Deep dive on any opportunity: contacts, conversations, scores |
generate_briefing |
AI pre-call briefing: stakeholders, competitive intel, talking points |
scan_risks |
Pipeline risk scan: stale deals, past-due close dates, dark champions |
search_deals |
Search deals by name, account, stage, or owner |
Prompts (pre-built templates)
| Prompt | Description |
|---|---|
pipeline_review |
Weekly pipeline review for sales meetings |
deal_coaching |
Deal-specific coaching with MEDDIC analysis |
forecast_prep |
Forecast call preparation briefing |
Setup
Prerequisites
- Node.js 20+
- Salesforce CLI (
sf) with an authenticated org - StratoForce AI managed package installed in your Salesforce org
Install
cd stratoforce-mcp-server
npm install
Configure 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.js
Example 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
インストール
StratoForce AI Revenue Intelligence をクライアントに追加します。お使いのものを選んでください。
claude mcp add --transport http stratoforce-ai-revenue-intelligence https://stratoforce-mcp.stratoforce.workers.dev/mcpcodex mcp add stratoforce-ai-revenue-intelligence --url https://stratoforce-mcp.stratoforce.workers.dev/mcp{
"mcpServers": {
"stratoforce-ai-revenue-intelligence": {
"url": "https://stratoforce-mcp.stratoforce.workers.dev/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"stratoforce-ai-revenue-intelligence": {
"type": "http",
"url": "https://stratoforce-mcp.stratoforce.workers.dev/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"stratoforce-ai-revenue-intelligence": {
"url": "https://stratoforce-mcp.stratoforce.workers.dev/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"stratoforce-ai-revenue-intelligence": {
"serverUrl": "https://stratoforce-mcp.stratoforce.workers.dev/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
5 個のツール
StratoForce AI Revenue Intelligence は接続したエージェントに 5 個のツールを提供します。
- get_pipeline_health
- Comprehensive pipeline health: stages, velocity, win rate, stale deals
- get_deal_details
- Deep dive on any opportunity: contacts, conversations, scores
- generate_briefing
- AI pre-call briefing: stakeholders, competitive intel, talking points
- scan_risks
- Pipeline risk scan: stale deals, past-due close dates, dark champions
- search_deals
- Search deals by name, account, stage, or owner
スコア
65 / 100
良好
- ドキュメント22/25
- メンテナンス13/25
- 信頼性9/20
- 機能9/15
- 導入のしやすさ12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 119 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 5 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
バージョン履歴
| バージョン | 公開日 |
|---|---|
| 2.0.0最新 | 2026年2月26日 |