Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Summit53 Server

FreeNot checked

Provides 48 revenue intelligence tools that let AI assistants search deals, forecast revenue, analyze pipeline risk, manage outreach, and track value delivery v

GitHubEmbed

About

Provides 48 revenue intelligence tools that let AI assistants search deals, forecast revenue, analyze pipeline risk, manage outreach, and track value delivery via natural language.

README

Bring Summit53's Revenue Engine into the AI workflows your team already uses.

This package connects MCP-compatible assistants to Summit53's hosted Revenue Engine. Assistants can help diagnose pipeline and forecast gaps, decide the next best action, execute permitted workflows, and preserve value evidence around the Figure-Eight revenue loop — from acquisition through expansion and back into acquisition.

npm version MCP Compatible License

Quick start

Add the package to a stdio-based MCP client such as Claude Desktop, Claude Code, Cursor, Windsurf, or Codex:

{
  "mcpServers": {
    "summit53": {
      "command": "npx",
      "args": ["-y", "@summit53/mcp-server"]
    }
  }
}

On first use, your browser opens the Summit53 OAuth flow. Sign in, review the requested access, and authorize the client. Tokens are cached by the local MCP bridge and refreshed automatically.

For a web client that supports custom remote MCP connections, add:

  • Name: Summit53
  • URL: https://api.summit53.io/mcp

Client availability and labels vary by plan and workspace. Use the custom server URL instead of relying on a public app-directory listing.

See the MCP setup guide for client-specific instructions.

What the Revenue Engine enables

Ask in natural language to:

  • diagnose pipeline risk, deal drag, forecast confidence, gaps, and capacity;
  • prepare opportunity strategy, account reviews, weekly action plans, and coaching;
  • research accounts and inspect notes, activity, outreach, value impact, and methodology knowledge;
  • write permitted notes, outreach updates, value evidence, and coaching outcomes;
  • track long-running work through a durable job lifecycle.

The current release gate freezes 75 externally published functions across 15 categories. That count is a compatibility fact, not the product proposition. Tool visibility depends on the client's granted scopes and the user's Summit53 organization permissions; call list_available_tools to discover the surface available in the current session.

Category Published functions
Search 3
Opportunity Strategy 5
Account Intelligence 3
Pipeline & Risk 4
RevOps 2
Forecasting 9
Activity 3
Research 1
Notes & Activities 5
Outreach 17
Value Impact 11
Coaching 3
Knowledge Base 5
Job Lifecycle 3
Discovery 1

The exact machine-readable surface is maintained in tool-catalog.json. The registry-compatible connection manifest is server.json. The tool reference explains inputs, outputs, access requirements, and async behavior.

Authentication and permissions

Interactive connections use OAuth 2.1-style authorization with PKCE. Access tokens last one hour; rotating refresh tokens last seven days. Access can be revoked from /admin/integrations/mcp in Summit53.

The published scope set is:

  • read: crm:read, pipeline:read, revenue:read, actions:read, jobs:read;
  • write and operations: crm:write, outreach:write, outreach:send, coaching:write, value:write, automation:manage, jobs:manage.

Business write tools always require their explicit write scopes. Job lifecycle tools always enforce jobs:read or jobs:manage. Read-scope enforcement for the remaining catalogue is being rolled out behind a production gate. Summit53's organization, ownership, and role permissions remain authoritative in every case.

Some approved service integrations can use scoped static API keys, but API keys are not part of the normal interactive setup. A scope authorizes an operation; it does not itself prove human approval. Broader high-risk write workflows remain gated until portable approval controls are available.

Async jobs

Long-running tools return a durable job response rather than asking the client to hold an HTTP request open. Use:

  • get_job to inspect status and results;
  • list_jobs to find recent work;
  • cancel_job to request cancellation when the job is still cancellable.

Job records are retained for 30 days. Every published function uses the same versioned response envelope so clients can handle success, partial results, queued work, and errors consistently.

Architecture

  • Transport: Streamable HTTP through the hosted Summit53 service
  • Endpoint: https://api.summit53.io/mcp
  • Tenant boundaries: Summit53 authentication and application permissions
  • Rate limiting and caching: enforced by the hosted service, with tool-specific policies
  • Metrics: usage and errors tracked per organization and tool

Join the Founding 50

Summit53 is working with a small group of B2B SaaS revenue teams to shape the Revenue Engine in production. Apply to the Founding 50.

Support

License

Proprietary. See summit53.io/terms for details.

from github.com/Summit53/mcp-server

Install Summit53 Server in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install summit53-mcp-server

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add summit53-mcp-server -- npx -y @summit53/mcp-server

FAQ

Is Summit53 Server MCP free?

Yes, Summit53 Server MCP is free — one-click install via Unyly at no cost.

Does Summit53 Server need an API key?

No, Summit53 Server runs without API keys or environment variables.

Is Summit53 Server hosted or self-hosted?

A hosted option is available: Unyly runs the server in the cloud, no local setup required.

How do I install Summit53 Server in Claude Desktop, Claude Code or Cursor?

Open Summit53 Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Summit53 Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs