@summit53/mcp-server 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +2 -1
  2. package/server.json +19 -73
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@summit53/mcp-server",
3
- "version": "1.0.0",
3
+ "mcpName": "io.summit53/mcp-server",
4
+ "version": "1.0.1",
4
5
  "description": "Summit53 CRM — 48 revenue intelligence tools for AI assistants via MCP. Search deals, forecast revenue, analyze pipeline risk, manage outreach, and track value delivery.",
5
6
  "keywords": [
6
7
  "mcp",
package/server.json CHANGED
@@ -1,77 +1,23 @@
1
1
  {
2
- "name": "io.summit53.mcp-server",
3
- "display_name": "Summit53 CRM",
4
- "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.",
5
- "version": "1.0.0",
6
- "author": {
7
- "name": "Summit53",
8
- "url": "https://summit53.io",
9
- "email": "support@summit53.io"
10
- },
2
+ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3
+ "name": "io.summit53/mcp-server",
4
+ "description": "48 revenue intelligence tools for AI assistants pipeline, forecasting, outreach, and more.",
5
+ "title": "Summit53 CRM",
6
+ "websiteUrl": "https://summit53.io/integrations/mcp",
11
7
  "repository": {
12
- "type": "git",
13
- "url": "https://github.com/summit53/mcp-server"
14
- },
15
- "homepage": "https://summit53.io/integrations/mcp",
16
- "documentation": "https://www.summit53.com/docs",
17
- "transport": {
18
- "type": "streamable-http",
19
- "url": "https://api.summit53.io/mcp"
20
- },
21
- "authentication": {
22
- "type": "oauth2",
23
- "discovery_url": "https://api.summit53.io/.well-known/oauth-authorization-server",
24
- "authorization_url": "https://api.summit53.io/oauth/authorize/",
25
- "token_url": "https://api.summit53.io/oauth/token/",
26
- "scopes": [
27
- "crm:read",
28
- "pipeline:read",
29
- "revenue:read",
30
- "actions:read"
31
- ],
32
- "note": "OAuth 2.0 only — no API keys. Tokens expire after 1 year."
33
- },
34
- "categories": [
35
- "CRM",
36
- "Sales",
37
- "Revenue Intelligence",
38
- "Pipeline Management",
39
- "Forecasting",
40
- "Outreach"
41
- ],
42
- "tags": [
43
- "crm",
44
- "sales",
45
- "revenue",
46
- "pipeline",
47
- "forecast",
48
- "meddpic",
49
- "outreach",
50
- "deal-management",
51
- "account-intelligence",
52
- "value-impact"
53
- ],
54
- "tools_count": 48,
55
- "tool_categories": {
56
- "Search": ["get_opportunity", "search_opportunities", "search_accounts"],
57
- "Account Intelligence": ["account_intelligence_summary", "account_execution_health", "opportunity_framework_summary"],
58
- "Pipeline & Risk": ["pipeline_risk_summary", "risk_heatmap", "deal_drag_summary", "deal_drag_dashboard"],
59
- "Forecasting": ["forecast_confidence", "arr_growth_analytics", "arr_growth_narrative", "unified_forecast_summary"],
60
- "Activity": ["activity_gaps", "weekly_action_plan", "team_action_plan"],
61
- "Research": ["external_account_research"],
62
- "Notes & Activities": ["get_opportunity_notes_summary", "rebuild_opportunity_notes_summary", "get_opportunity_activities", "get_opportunity_notes", "create_opportunity_note"],
63
- "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"],
64
- "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"]
8
+ "url": "https://github.com/Summit53/mcp-server",
9
+ "source": "github"
65
10
  },
66
- "supported_clients": [
67
- "Claude Desktop",
68
- "Claude.ai",
69
- "Cursor",
70
- "Windsurf",
71
- "Claude Code",
72
- "Codex",
73
- "Any MCP-compatible client"
74
- ],
75
- "license": "Proprietary",
76
- "pricing": "Free tier available. See https://summit53.io/pricing"
11
+ "version": "1.0.1",
12
+ "packages": [
13
+ {
14
+ "registryType": "npm",
15
+ "registryBaseUrl": "https://registry.npmjs.org",
16
+ "identifier": "@summit53/mcp-server",
17
+ "version": "1.0.1",
18
+ "transport": {
19
+ "type": "stdio"
20
+ }
21
+ }
22
+ ]
77
23
  }