Skip to main content
The Salesgraph Model Context Protocol (MCP) server exposes Salesgraph’s go-to-market research and audit engine as a set of tools any MCP-compatible client or agent can call — Claude, Cursor, your own agents, or anything that speaks the protocol. Point your client at one URL, authenticate with an API key, and your agent can run public company research, map competitors, and kick off full GTM audits scoped to your organization.

Quickstart

Create a key and connect a client.

Authentication

How API keys work and how to send them.

Tools

Every tool the server exposes, with inputs and outputs.

Connect Claude

Add Salesgraph to Claude Desktop or Claude Code.

Endpoint

The server speaks streamable HTTP at a single endpoint:
Every request must carry a Salesgraph API key. See Authentication.

What you get

  • Public research — cited markdown briefs on any company or topic.
  • Competitor maps — sourced lists of a company’s direct competitors.
  • GTM audits — org-aware audits of a prospect’s website, run asynchronously and polled to completion.
  • Org audits — a custom audit of your own organization, generated from your sales profile.
  • Capability discovery — see which integrations (CRM, call recorder) are active for your org.
Responses are returned as markdown, designed to be read by an LLM. Long-running tools return a run id you poll with get_run_status.

How it fits together

Each API key is bound to a single Salesgraph organization. Every tool call runs scoped to that org’s data and integrations.