# PumpGTM developer docs: MCP server and REST API

Canonical URL: https://pumpgtm.com/docs

# Build on PumpGTM

PumpGTM is the outreach layer under your agent or your product: it finds the buyers showing intent this week, runs LinkedIn, email and X outreach from your own accounts inside each platform's limits, and hands every reply to a human. Everything the dashboard does is available over MCP and plain HTTPS, scoped to one workspace by one key.

Try it in one line

curl -s "https://app.pumpgtm.com/api/v1/progress?sinceDays=7" -H "Authorization: Bearer $PUMPGTM_KEY"

The key is on the MCP page of your workspace at app.pumpgtm.com. The same key connects any MCP client to https://mcp.pumpgtm.com/mcp .

- [Quickstart: your first PumpGTM API and MCP calls](/docs/quickstart) Five minutes from a workspace key to your first API response and your first MCP tool call. Copy and paste, nothing to install.
- [PumpGTM MCP server](/docs/mcp) Every tool on the PumpGTM MCP server for one workspace: find buyers, build and approve LinkedIn and email sequences, add leads, and decide replies from Claude, Cursor, Codex or your own agent.
- [PumpGTM workspace REST API](/docs/api) HTTP endpoints for one PumpGTM workspace: leads, sequences, sequence status, LinkedIn progress, the activity ledger, pending replies and the funnel report. Same key as the MCP server.

## For agents and code generators

- [OpenAPI 3.1 spec](/openapi.json)
- [MCP tool schema (tools.json)](/mcp/tools.json)
- [Site index for agents (llms.txt)](/llms.txt)
- [Platforms and agencies guide](/mcp/platforms)

Every page here is also plain Markdown: request it with Accept: text/markdown or read /markdown/pages/docs/ .md .
