Mcp Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Server (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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.
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.
Summit53 and URL: https://api.summit53.io/mcpUses 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:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.json~/.config/Claude/claude_desktop_config.jsonhttps://api.summit53.io/mcpUse the same mcp-remote proxy command in your client's MCP configuration:
{
"mcpServers": {
"summit53": {
"command": "npx",
"args": ["mcp-remote", "https://api.summit53.io/mcp/"]
}
}
}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" |
get_opportunity — Full deal details by IDsearch_opportunities — Filter deals by name, stage, account, valuesearch_accounts — Filter accounts by name, industry, owner, revenueaccount_intelligence_summary — Health scores, risk accounts, expansion candidatesaccount_execution_health — Execution health score for a specific accountopportunity_framework_summary — MEDDPIC/BANT/SPICED qualification scorespipeline_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 filtersforecast_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 riskactivity_gaps — Accounts not touched in N daysweekly_action_plan — Prioritized weekly tasks with risk summariesteam_action_plan — Team-wide completion rates and flagged dealsexternal_account_research — Queue async web/news research for an accountget_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)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, engagementget_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 extractionlist_available_tools — Discover all tools, optionally filtered by categorySummit53 uses OAuth 2.0 for all MCP connections. No API keys to generate or rotate.
crm:read, pipeline:read, revenue:read, actions:read)/admin/integrations/mcphttps://api.summit53.io/.well-known/oauth-authorization-serverFor 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.
Proprietary. See summit53.io/terms for details.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.