CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

StratoForce AI Revenue Intelligence

stratoforce-ai-llc/stratoforce-mcp-server
HTTPregistry active
Summary

Connects Salesforce revenue data to any MCP client through 15 tools that let you query pipeline health, drill into deal details, scan for risks like stale opportunities or dark champions, and generate AI briefings for sales calls. You get read-only resources for pipeline summaries and alerts, plus pre-built prompts for weekly reviews and MEDDIC coaching. Runs locally via Node.js and Salesforce CLI, authenticating against your org where the StratoForce managed package is installed. Useful when you want to ask Claude or your IDE about forecast gaps, at-risk deals, or what you need to know before a customer call without leaving your workflow.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
AI notepad for back-to-back meetings
AI notepad for back-to-back meetings
Notes, actions and memory. Without a meeting bot. First month 100% off.
Download for free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Email for Agents: Free tier availableEmail for Agents: Free tier available
Email for Agents: Free tier available
Give your AI agent a complete email layer—sending, inbound inboxes, and sandbox testing.
Get 4K emails/month free →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
AI notepad for back-to-back meetings
AI notepad for back-to-back meetings
Notes, actions and memory. Without a meeting bot. First month 100% off.
Download for free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Email for Agents: Free tier availableEmail for Agents: Free tier available
Email for Agents: Free tier available
Give your AI agent a complete email layer—sending, inbound inboxes, and sandbox testing.
Get 4K emails/month free →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →

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)

ResourceURIDescription
Pipeline Summarystratoforce://pipeline/summaryOpen deals by stage with totals
Top Dealsstratoforce://pipeline/top-dealsTop 15 opportunities by value
Active Alertsstratoforce://alerts/activeRevenue intelligence alerts (last 7 days)

Tools (LLM-invokable functions)

ToolDescription
get_pipeline_healthComprehensive pipeline health: stages, velocity, win rate, stale deals
get_deal_detailsDeep dive on any opportunity: contacts, conversations, scores
generate_briefingAI pre-call briefing: stakeholders, competitive intel, talking points
scan_risksPipeline risk scan: stale deals, past-due close dates, dark champions
search_dealsSearch deals by name, account, stage, or owner

Prompts (pre-built templates)

PromptDescription
pipeline_reviewWeekly pipeline review for sales meetings
deal_coachingDeal-specific coaching with MEDDIC analysis
forecast_prepForecast 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

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
AI notepad for back-to-back meetings
AI notepad for back-to-back meetings
Notes, actions and memory. Without a meeting bot. First month 100% off.
Download for free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Email for Agents: Free tier availableEmail for Agents: Free tier available
Email for Agents: Free tier available
Give your AI agent a complete email layer—sending, inbound inboxes, and sandbox testing.
Get 4K emails/month free →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Categories
Sales & MarketingAutomation & WorkflowsFinance & Commerce
Registryactive
TransportHTTP
UpdatedFeb 26, 2026
View on GitHub

Related Sales & Marketing MCP Servers

View all →
Vibe Prospecting

explorium-ai/vibeprospecting-mcp

Power your chat with B2B data to create lead lists, research companies, personalize your outreach, and more.
22
Lead Enrichment API

io.github.compuute/lead-enrichment

Curated EU AI/Sec/DevTools/Fintech B2B leads, Claude-scored. MCP+x402. Free 250/mo.
Apollo Salesforce Mapper

dev.workers.selbyventurecap.cf-worker/apollo-salesforce-mapper

Apollo->Salesforce Lead mapper. No LLM. Strict-fail required fields. PASS/REPAIR/FAIL verdict.
Company Enrichment API

io.github.br0ski777/company-enrichment

Company firmographics from domain: name, socials, tech stack, emails, phone, address
Apollo

com.mcparmory/apollo

Search and enrich contact and company data from 210M+ people and 35M+ companies
25
Mcp Gtm Tech Stack Signal Scraper

mambalabsdev/mcp-gtm-tech-stack-signal-scraper

Detects a company CRM, sequencer, and marketing automation from its public website. Clay-ready.
1