Skip to Content
Docs are evolving — expect frequent updates.
MCP Server

Kruncher MCP Server

The Kruncher MCP server lets AI assistants interact with your deal flow, portfolio companies, and analysis data through the Model Context Protocol. Instead of making REST calls manually, your AI assistant gets direct access to Kruncher tools.

Capabilities

The MCP server exposes the following tools to AI assistants:

Core Tools

ToolDescription
search_companiesSearch your pipeline by name, industry, or keyword
list_projectsList and filter companies with pagination, stage, country, industry, funding, and business model filters
get_reportGet the full company analysis report with optional section filtering
create_companyAdd a new company — bookmark it, analyze from website, or upload documents
add_commentAdd a note to any company in your pipeline

Extended Tools

ToolDescription
get_report_sectionsList available report section keys (useful for filtering get_report)
get_filtersGet pipeline configuration, filter options, and counts
save_insightSave an AI-generated insight to a company’s activity log

Claude

Claude.ai (Web & Mobile)

  1. Go to claude.aiSettingsConnectors
  2. Click Add custom connector
  3. Enter the MCP server URL: https://mcp.kruncher.ai/mcp
  4. Click Add
  5. You’ll be redirected to log in with your Kruncher account
  6. After authentication, Kruncher tools appear in your conversations

To use in a conversation: click + near the composer, select Connectors, and enable Kruncher.

If Dynamic Client Registration (DCR) is not enabled, expand Advanced Settings when adding the connector and enter the OAuth Client ID: 3lB4LlBOm7LQoezeuYWj8JMAVD7D3dG8 (leave Client Secret empty).

Connectors added on the web are automatically available on Claude mobile.


ChatGPT

ChatGPT connects to the Kruncher MCP server natively via the Apps system. ChatGPT discovers all OAuth configuration automatically from the server’s .well-known endpoints — no manual auth URL or client ID configuration needed.

Setup

  1. Go to ChatGPTSettingsApps & Connectors
  2. Open Advanced settings
  3. Toggle Developer Mode on (Team/Enterprise: workspace admin must enable this in Workspace Settings → Permissions & Roles)
  4. Click Create and fill in:
FieldValue
Connector nameKruncher
DescriptionSearch your deal pipeline, analyze companies, view investment reports, and manage your Kruncher portfolio.
Connector URLhttps://mcp.kruncher.ai/mcp
  1. ChatGPT will discover OAuth configuration automatically
  2. Click Save

Testing

  1. Start a new chat in ChatGPT
  2. Click + near the composer → More → select Kruncher
  3. Try: "Show me my pipeline" — should trigger the list_projects tool
  4. On first use, you’ll be redirected to log in with your Kruncher account

Official Connectors

Official Kruncher connectors for the Claude Connector Directory and ChatGPT App Store are currently under review by Anthropic and OpenAI respectively. Once approved, users will be able to connect with a single click without any configuration.

In the meantime, use the custom connector setup described above.


Authentication

Current: OAuth 2.0 (User Login)

The MCP server uses OAuth 2.1 with PKCE via Auth0 for user authentication. When connecting from Claude.ai or ChatGPT, users are redirected to the Kruncher login page to authenticate with their account. The resulting JWT is used for all subsequent tool calls.

  • Auth server: https://auth.kruncher.ai
  • Flow: Authorization Code with PKCE (no client secret required)
  • Token: JWT with audience https://api.kruncher.ai

This is the same login flow used in the Kruncher web app — users authenticate with their email.

Coming Soon: API Key Authentication

For agent-to-agent integration (automated pipelines, background workers, scheduled tasks), we will release API key authentication for the MCP server. This will work the same way as the Integration API keys — generate a key in Kruncher Settings and pass it directly without an OAuth login flow.


Usage Examples

Once connected, ask your AI assistant naturally:

CODE
"Show me all projects in my pipeline"
"Search for fintech companies"
"Get the full analysis report for Acme Corp"
"Create a new project for TechStartup Inc with website techstartup.com"
"Add a comment to Acme Corp: Followed up via email"
"What's the revenue growth for companies in my portfolio?"

Troubleshooting

IssueSolution
Tools not appearingRestart your MCP client and check logs
Connection timeoutSome operations (research, chat) take up to 120 seconds
Auth token expiredDisconnect and reconnect the connector to get a fresh token
Claude connector failsVerify https://mcp.kruncher.ai/mcp is accessible
ChatGPT connection failsVerify MCP server is running and CORS allows chatgpt.com
Last updated on