Summit53 CRM
48 revenue intelligence tools for AI assistants β pipeline, forecasting, outreach, and more.
Ask AI about Summit53 CRM
Powered by Claude Β· Grounded in docs
I know everything about Summit53 CRM. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
Summit53 MCP Server
48 revenue intelligence tools for AI assistants.
Summit53 MCP server connects your AI assistant to your CRM β search deals, forecast revenue, analyze pipeline risk, run qualification frameworks, manage outreach sequences, and track value delivery using natural language.
Quick Start
All connections use OAuth 2.0 authentication β no API keys to manage. You sign in with your Summit53 account and scoped tokens are issued automatically.
Claude.ai (Web)
- Go to Settings > Connectors
- Click Add custom connector
- Enter Name:
Summit53and URL:https://api.summit53.io/mcp - Click Save, then Configure
- Complete OAuth sign-in with your Summit53 credentials
Claude Desktop / Claude Code
Uses mcp-remote to bridge stdio to the hosted OAuth server:
{
"mcpServers": {
"summit53": {
"command": "npx",
"args": [
"mcp-remote",
"https://api.summit53.io/mcp/"
]
}
}
}
On first run, a browser window opens for OAuth sign-in. Tokens are cached locally and refresh automatically.
Config file locations:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json - Linux:
~/.config/Claude/claude_desktop_config.json
ChatGPT
- Go to Settings > Apps
- Click Add app and search for Summit53
- Enter server URL:
https://api.summit53.io/mcp - Authorize via OAuth with your Summit53 account
Cursor / Windsurf
Use the same mcp-remote proxy command in your client's MCP configuration:
{
"mcpServers": {
"summit53": {
"command": "npx",
"args": ["mcp-remote", "https://api.summit53.io/mcp/"]
}
}
}
What Can You Do?
Ask your AI assistant questions like:
| Category | Example Prompts |
|---|---|
| Search | "Show me all deals over $50k" Β· "Find accounts in the technology industry" |
| Pipeline Risk | "What deals are at risk?" Β· "Show me the risk heatmap" |
| Forecasting | "What's our forecast confidence this quarter?" Β· "What's our current ARR?" |
| Qualification | "Run MEDDPIC analysis on deal 15" Β· "What's the BANT score for opportunity 7?" |
| Activity | "Which accounts haven't been touched in 30 days?" Β· "What's my weekly action plan?" |
| Outreach | "Show me outreach leads for Globex" Β· "Enroll leads 11 and 12 in sequence 7" |
| Value Tracking | "How is Acme Corp tracking on value delivery?" Β· "Show the value contract for deal 15" |
| Team | "How is my team doing on their weekly plans?" Β· "Show team activities for last week" |
All 48 Tools
Search (3 tools)
get_opportunityβ Full deal details by IDsearch_opportunitiesβ Filter deals by name, stage, account, valuesearch_accountsβ Filter accounts by name, industry, owner, revenue
Account Intelligence (3 tools)
account_intelligence_summaryβ Health scores, risk accounts, expansion candidatesaccount_execution_healthβ Execution health score for a specific accountopportunity_framework_summaryβ MEDDPIC/BANT/SPICED qualification scores
Pipeline & Risk (4 tools)
pipeline_risk_summaryβ Risk analysis with confidence metricsrisk_heatmapβ Deal-level risk heatmap with scores and factorsdeal_drag_summaryβ Stalled deals, waste scores, risk distributiondeal_drag_dashboardβ Paginated deal drag with filters
Forecasting (4 tools)
forecast_confidenceβ Confidence scores, rep performance, velocity, quota coveragearr_growth_analyticsβ ARR, NRR, growth stage classification, trendsarr_growth_narrativeβ AI-generated ARR narrative with recommendationsunified_forecast_summaryβ Executive forecast: pipeline coverage, revenue at risk
Activity (3 tools)
activity_gapsβ Accounts not touched in N daysweekly_action_planβ Prioritized weekly tasks with risk summariesteam_action_planβ Team-wide completion rates and flagged deals
Research (1 tool)
external_account_researchβ Queue async web/news research for an account
Notes & Activities (5 tools)
get_opportunity_notes_summaryβ AI-generated notes summaryrebuild_opportunity_notes_summaryβ Regenerate notes summaryget_opportunity_activitiesβ All activities (calls, emails, meetings, notes)get_opportunity_notesβ All notes on a dealcreate_opportunity_noteβ Add a note (triggers async summary update)
Outreach (13 tools)
search_outreach_leadsβ Filter leads by query, status, owner, listlist_outreach_sequencesβ All sequences with metadataget_outreach_sequenceβ Sequence details including stepsenroll_outreach_leads_in_sequenceβ Enroll leads into sequencesprocess_outreach_due_stepsβ Trigger due-step processingresolve_outreach_manual_stepβ Complete/skip manual stepsconvert_outreach_leadβ Convert lead to CRM account/contact/opportunitylist_outreach_starter_templatesβ Predefined sequence templatesget_outreach_leadβ Full lead detailsupdate_outreach_leadβ Update lead fieldslist_outreach_lead_listsβ Lead lists with countsbulk_upsert_outreach_leadsβ Create/update up to 200 leads with dedupoutreach_funnel_summaryβ Funnel breakdown by status, stage, fit, engagement
Value Impact (11 tools)
get_value_impact_cardβ Fulfillment score, expansion readiness, evidence confidenceget_value_contractβ Promised outcomes for an opportunitylist_impact_entriesβ Post-sale impact evidence for a contractlist_account_contractsβ All contracts with dates, ARR, statuscreate_impact_entryβ Add manual impact evidenceupdate_impact_entryβ Update impact entry fieldsdelete_impact_entryβ Remove an impact entryupdate_account_contractβ Update contract dates, ARR, termset_primary_contractβ Set primary contract for an accountgenerate_value_contractβ AI-generate value contract from deal notesrun_value_impact_pipelineβ Full pipeline: contracts, generation, evidence extraction
Discovery (1 tool)
list_available_toolsβ Discover all tools, optionally filtered by category
Authentication
Summit53 uses OAuth 2.0 for all MCP connections. No API keys to generate or rotate.
- Sign in with your Summit53 account credentials during setup
- Scoped tokens are issued automatically (
crm:read,pipeline:read,revenue:read,actions:read) - Tokens expire after 1 year and can be revoked from your admin panel at
/admin/integrations/mcp - OAuth discovery:
https://api.summit53.io/.well-known/oauth-authorization-server
For stdio-based clients (Claude Desktop, Cursor, Windsurf), the mcp-remote package handles the OAuth flow β a browser window opens on first run, and tokens are cached locally.
Architecture
- Transport: Streamable HTTP (Cloud Run compatible, no WebSocket required)
- Rate Limiting: 100 calls/min global, 30/min per tool (Redis-backed sliding window)
- Caching: Redis-backed with per-tool TTLs (5-15 minutes)
- Metrics: Built-in usage tracking per tool, per org
- Hosting: Google Cloud Run (stateless, auto-scaling)
Getting Started
- Sign up at summit53.io
- Add Summit53 to your MCP client (see Quick Start above)
- Authenticate via OAuth when prompted
- Start asking your AI assistant about your pipeline
Support
- Documentation: summit53.com/docs
- Email: support@summit53.io
- Issues: github.com/summit53/mcp-server/issues
License
Proprietary. See summit53.io/terms for details.
