Send this connection prompt to your agent. One MCP endpoint exposes every GTM Tools tool — admin, socials, email, signals.

Add the GTM Tools MCP server to your config and authenticate with my GTM_TOOLS_API_KEY.
{
"mcpServers": {
"gtm-tools": {
"url": "https://api.gtm-tools.sh/mcp",
"headers": { "Authorization": "Bearer YOUR_KEY" }
}
}
}

Or wire it programmatically — see Agent Onboarding for SDK snippets (Claude Agent SDK, OpenAI Agents SDK, direct REST).

Built with