Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.endgame.io/llms.txt

Use this file to discover all available pages before exploring further.

Open Beta: The MCP Server is now available to all users. As this feature is still in beta, the underlying tools are expected to continue shifting and changing.
The Endgame MCP (Model Context Protocol) Server gives AI assistants like Claude or ChatGPT direct access to your organization’s revenue intelligence — CRM records, meeting transcripts, emails, Slack conversations, uploaded documents, and more. Once connected, your assistant can search interaction history, look up accounts, find stakeholders, query your data warehouse, and surface insights without leaving the conversation. Think of it as giving your AI assistant a direct line to everything Endgame knows about your business.

Getting Started

We recommend connecting Endgame through Claude’s custom connector, the ChatGPT app, or directly in a Claude Code or Codex terminal session. All options give your AI assistant direct access to all Endgame tools.
If you previously installed the legacy Endgame MCP extension, you may need to remove it before connecting the new connector, or give the new one a different name to avoid conflicts.

Connect via Claude

Claude’s custom connector is the recommended way to connect Endgame for Claude users. This gives Claude direct access to all Endgame tools.
1

Admin: Add the Endgame connector

An admin needs to add Endgame as a custom connector before anyone on the team can use it.
  1. In Claude, go to CustomizeConnectors
  2. Click Add custom connector in the ”+” menu
  3. Enter a name (e.g., “Endgame”)
  4. Enter the URL: https://app.endgame.io/api/v1/mcp
  5. Click Add and follow the prompts to authenticate with Endgame
2

Individual: Connect to Endgame

Once the admin has added the connector at the organization level, each team member can connect:
  1. Go to CustomizeConnectors in Claude
  2. Find the Endgame connector and click Connect
  3. Follow the authentication prompts
3

Start asking questions

Once connected, just ask Claude anything about your accounts, pipeline, meetings, or conversations. Claude will automatically use the right Endgame tools to find your answer.

Connect via ChatGPT

You can connect Endgame to ChatGPT by adding it as a custom app. An admin must publish the app before team members can enable it.
1

Admin: Add the Endgame custom app

  1. In ChatGPT, open Settings and navigate to the Apps section
  2. Click Create app
  3. Enter a name (e.g., “Endgame”) and the URL: https://app.endgame.io/api/v1/mcp
  4. After clicking Create, complete the authentication prompts to link your Endgame account
ChatGPT add custom app screen
2

Admin: Publish the app to your organization

Once the app is configured, publish it so team members can access it.
  1. Within Apps, find your Draft app and open it.
  2. From the overflow menu, select Publish
ChatGPT publish app screen
3

Individual: Enable the Endgame app

After the admin has published the app, each team member can enable it:
  1. Go to SettingsApps in ChatGPT
  2. Click Add more, find the Endgame app and connect
  3. Follow the authentication prompts
ChatGPT enabled apps screen
4

Start asking questions

Once enabled, just ask ChatGPT anything about your accounts, pipeline, meetings, or conversations. ChatGPT will automatically use the right Endgame tools to find your answer.

Connect via Claude Code

Use the Claude Code CLI to add Endgame as a remote MCP server. This is a good option if you work in the terminal and want Endgame tools available in your Claude Code sessions.
1

Add the Endgame MCP server

In your terminal, run:
claude mcp add --transport http endgame https://app.endgame.io/api/v1/mcp
This uses the default local scope, which ties the server to the current project directory. If you want Endgame available across all your projects, use --scope user instead:
claude mcp add --transport http endgame --scope user https://app.endgame.io/api/v1/mcp
To share the config with your team, use --scope project. This writes the server to a .mcp.json file in your project root — commit that file to git and anyone who clones the repo will have it configured automatically:
claude mcp add --transport http endgame --scope project https://app.endgame.io/api/v1/mcp
2

Authenticate with Endgame

Start a Claude Code session and verify the server is connected:
claude
In the session, run /mcp. This shows live connection status and confirms Endgame tools are loading. Select the Endgame server and follow the browser prompts to sign in with your Endgame account.
You’ll be prompted to authenticate the first time you connect. Claude Code will open a browser window to complete the OAuth flow with Endgame.
3

Start asking questions

Once connected, ask Claude anything about your accounts, pipeline, meetings, or conversations. Claude will automatically use the right Endgame tools to find your answer.

Connect via Codex

Use the Codex CLI to add Endgame as a remote MCP server. This is a good option if you work in Codex terminal sessions and want Endgame tools available there.
1

Add the Endgame MCP server

In your terminal, run:
codex mcp add endgame --url https://app.endgame.io/api/v1/mcp
Codex detects OAuth support and may start the login flow automatically. If it does not, authenticate separately:
codex mcp login endgame
Running this command will open a browser window prompting you to sign in with your Endgame account. Complete the login there and Codex will store your credentials automatically.
Verify the server was added:
codex mcp list
2

Start a Codex session

Launch Codex in the directory where you want to work:
codex
Endgame tools are available once the MCP server is connected and authenticated.
3

Start asking questions

Once connected, ask Codex anything about your accounts, pipeline, meetings, or conversations. Codex will automatically use the right Endgame tools to find your answer.

How to Use It

Once connected, simply ask your AI assistant questions about your business. You don’t need to use any special syntax — your assistant will automatically select the right Endgame tools based on your question. For complex analyses, your assistant can chain multiple tools together — for example, finding an account, pulling recent interactions, and querying your data warehouse to build a complete picture.

Account intelligence

“What accounts does my team own, and when was the last time we interacted with each one?”

Conversation insights

“What did customers bring up as pain points or risks across our last 20 sales calls?”

Public intelligence

“What did Salesforce’s CFO say about their AI strategy on the most recent earnings call?”

Pipeline analytics

“Show me all open opportunities over $500K that haven’t had any activity in the last 45 days.”

Internal communications

“What are we saying internally on Slack about the upcoming renewal with Acme Corp?”

People research

“Who are the key executives at this account, and can anyone on our team make an introduction?”

Available Tools

When connected via Claude, the following tools are available. Claude selects the right tool automatically based on your question.

Accounts & CRM

ToolDescription
find_accountsFind CRM accounts by owner, team membership, or account ID. Returns account details, interaction recency, open opportunities, and the full sales team roster.
query_dataThe most powerful data tool — translates natural-language questions into SQL queries against your organization’s full data warehouse (accounts, contacts, opportunities, meetings, and more).
search_salesforce_notesRetrieve Salesforce notes and activity history entries recorded against a specific account.

People & Contacts

ToolDescription
find_personLook up a specific person by name, email, Salesforce ID, LinkedIn profile, or Endgame person ID. Returns ranked candidates with match scores.
get_person_detailsLoad a full profile for a person: CRM contact data, LinkedIn history, interaction history, introduction paths, and public news.
search_peopleBrowse and filter contacts at a company across CRM, LinkedIn, interaction history, public news, and recent hires/departures.

Meetings & Interactions

ToolDescription
get_interaction_historyRetrieve chronological summaries or extracted facts from meeting transcripts and emails for one or more accounts. Filter by date, participant, content type, or topic tags (pain points, deal risks, next steps, etc.).
search_meetingsSearch for meetings, calls, and emails across the organization. Filter by account, participant, subject, status, and date range.
search_my_meetingsSearch your own meetings and calendar. Automatically scoped to the logged-in user.

Messages & Communications

ToolDescription
search_slack_messagesFetch Slack messages about a specific account from channels linked to that account. Includes AI-generated conversation summaries.

Documents & Knowledge

ToolDescription
fetch_knowledge_documentsBrowse uploaded knowledge documents by account, date, or content type. Returns metadata and previews.
get_documentRetrieve the full content of a specific document by ID (transcripts, emails, knowledge docs, earnings calls, Slack messages, or notes).
find_relevant_documentsAI-powered search that automatically extracts optimal search terms from a question to find relevant company-wide documents.
search_vendor_documentsSearch company-wide reference documents (playbooks, product docs, methodology guides) using semantic and keyword matching.
search_document_insightsSearch extracted facts and quotes across all document types — transcripts, emails, earnings calls, Slack, and notes.
search_knowledge_articlesSearch synthesized knowledge articles that provide high-level account overviews built from multiple source documents.

Datasets

ToolDescription
search_datasetsDiscover what structured datasets (CSVs, spreadsheets, dashboard exports) are available in your organization.
query_datasetQuery uploaded structured data files using natural language. The tool translates questions into SQL and returns results.

External Research

ToolDescription
research_companyDeep company research with synthesized answers, verbatim quotes, and source URLs. Covers strategic priorities, financials, leadership, and more. Supports SEC filing mode.
summarize_earnings_callsRetrieve and summarize public earnings call transcripts with extracted facts and speaker quotes.
news_searchSearch Google News for editorial coverage about companies, events, or industry trends.
web_searchGeneral-purpose web search for public information — documentation, press releases, blog posts, and more.

Personalization

ToolDescription
get_user_preferencesLoad your standing instructions and preferences that you’ve established across prior Endgame conversations.
search_user_preferencesSearch your broader memory and context from past conversations for situationally relevant preferences.

Rate Limits

Rate limits are configured per organization and may vary depending on your plan. If you encounter rate limit errors, contact your Endgame administrator to review your organization’s current limits.

Important Notes

  • Response time: Complex queries (especially those using query_data or research_company) can take up to a few minutes to complete.
  • Data access: Results are scoped to the data your organization has connected to Endgame (CRM, transcripts, Slack, etc.).

Troubleshooting

Claude doesn’t seem to have access to Endgame tools?
  • In Claude, go to SettingsExtensions (under Desktop App) and confirm the Endgame connector is toggled on
  • Check that tool permissions are set to Always Allow for all Endgame tools
Getting authentication errors?
  • Your session may have expired — try reconnecting the connector
Hitting rate limits?
  • You’ve exceeded your organization’s request limit
  • Limits reset daily. Contact your administrator if you need an adjustment

Need Help?

For issues or questions about the Endgame MCP Server, contact your Endgame administrator or reach out to support@endgame.io.