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
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
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
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
- MCP tool schema (tools.json)
- Site index for agents (llms.txt)
- Platforms and agencies guide
Every page here is also plain Markdown: request it with Accept: text/markdown or read /markdown/pages/docs/<slug>.md.