-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
77 lines (77 loc) · 3.17 KB
/
server.json
File metadata and controls
77 lines (77 loc) · 3.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "io.summit53.mcp-server",
"display_name": "Summit53 CRM",
"description": "Revenue intelligence MCP server with 48 tools for AI-powered CRM workflows. Search deals, forecast revenue, analyze pipeline risk, run MEDDPIC scoring, manage outreach sequences, and track value delivery — all from your AI assistant.",
"version": "1.0.0",
"author": {
"name": "Summit53",
"url": "https://summit53.io",
"email": "support@summit53.io"
},
"repository": {
"type": "git",
"url": "https://github.com/summit53/mcp-server"
},
"homepage": "https://summit53.io/integrations/mcp",
"documentation": "https://www.summit53.com/docs",
"transport": {
"type": "streamable-http",
"url": "https://api.summit53.io/mcp"
},
"authentication": {
"type": "oauth2",
"discovery_url": "https://api.summit53.io/.well-known/oauth-authorization-server",
"authorization_url": "https://api.summit53.io/oauth/authorize/",
"token_url": "https://api.summit53.io/oauth/token/",
"scopes": [
"crm:read",
"pipeline:read",
"revenue:read",
"actions:read"
],
"note": "OAuth 2.0 only — no API keys. Tokens expire after 1 year."
},
"categories": [
"CRM",
"Sales",
"Revenue Intelligence",
"Pipeline Management",
"Forecasting",
"Outreach"
],
"tags": [
"crm",
"sales",
"revenue",
"pipeline",
"forecast",
"meddpic",
"outreach",
"deal-management",
"account-intelligence",
"value-impact"
],
"tools_count": 48,
"tool_categories": {
"Search": ["get_opportunity", "search_opportunities", "search_accounts"],
"Account Intelligence": ["account_intelligence_summary", "account_execution_health", "opportunity_framework_summary"],
"Pipeline & Risk": ["pipeline_risk_summary", "risk_heatmap", "deal_drag_summary", "deal_drag_dashboard"],
"Forecasting": ["forecast_confidence", "arr_growth_analytics", "arr_growth_narrative", "unified_forecast_summary"],
"Activity": ["activity_gaps", "weekly_action_plan", "team_action_plan"],
"Research": ["external_account_research"],
"Notes & Activities": ["get_opportunity_notes_summary", "rebuild_opportunity_notes_summary", "get_opportunity_activities", "get_opportunity_notes", "create_opportunity_note"],
"Outreach": ["search_outreach_leads", "list_outreach_sequences", "get_outreach_sequence", "enroll_outreach_leads_in_sequence", "process_outreach_due_steps", "resolve_outreach_manual_step", "convert_outreach_lead", "list_outreach_starter_templates", "get_outreach_lead", "update_outreach_lead", "list_outreach_lead_lists", "bulk_upsert_outreach_leads", "outreach_funnel_summary"],
"Value Impact": ["get_value_impact_card", "get_value_contract", "list_impact_entries", "list_account_contracts", "create_impact_entry", "update_impact_entry", "delete_impact_entry", "update_account_contract", "set_primary_contract", "generate_value_contract", "run_value_impact_pipeline"]
},
"supported_clients": [
"Claude Desktop",
"Claude.ai",
"Cursor",
"Windsurf",
"Claude Code",
"Codex",
"Any MCP-compatible client"
],
"license": "Proprietary",
"pricing": "Free tier available. See https://summit53.io/pricing"
}