MCP
MCP
Each GTM Tools server exposes its tools through the Model Context Protocol over Streamable HTTP. This is the fastest way to give an AI agent access to LinkedIn automation, signal detection, and email finding.
Endpoints
All four use the MCP Streamable HTTP transport — POST for requests, GET for SSE streaming, DELETE to close sessions. Authenticate every request with Authorization: Bearer YOUR_KEY.
Configuration
Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
Add only the servers your agent needs.
Cursor
Add to .cursor/mcp.json in your project root:
Windsurf
Add to ~/.codeium/windsurf/mcp_config.json:
Authentication
Every request must carry your bearer token:
Provision a key with get_api_key (see Quickstart). Keys are scoped to your org; balances and rate limits are enforced per org.
Tool annotations
Each tool includes MCP annotations that help agents reason about behavior:
Errors
Tool calls surface API errors directly to the agent:
Tool catalogue
For the complete tool list with parameter shapes, see: