Agent Onboarding
If you’re developing with AI, GTM Tools offers several resources to improve your experience.
Get an API key
Your agent can sign up programmatically through get_api_key. No console access needed — a 6-digit code is sent to the email you provide; calling the same endpoint again with the code returns the bearer token.
New accounts receive 100 free tokens (5). Live token costs per tool are returned by get_token_balance.
auto-discovery via auth.md
GTM Tools implements the auth.md spec so an autonomous agent that hits a 401 can register itself without a human signup form. The 401 carries WWW-Authenticate: Bearer resource_metadata="https://api.gtm-tools.sh/.well-known/oauth-protected-resource"; following that hop leads to the auth.md narrative with copy-paste curl examples.
Two registration shapes are supported:
Revoke at any time:
ID-JAG (urn:ietf:params:oauth:token-type:id-jag) is not yet accepted — no agent provider mints them in production. We’ll enable it when an issuer ships.
GTM Tools MCP Server
MCP (Model Context Protocol) is an open protocol that standardizes how applications provide context to LLMs. The GTM Tools MCP server gives your AI agent tools to find LinkedIn profiles, engage on Reddit, verify professional emails, detect buying signals, and manage your wallet — all through a single Streamable HTTP endpoint.
Setup
Point any MCP-compatible client at the endpoint:
On first connect, the server runs the OAuth flow via /.well-known/oauth-protected-resource and the client opens a browser to authenticate. Clients that prefer static keys can authenticate with Authorization: Bearer <api-key> instead.
The fastest path is the mcp add CLI — it patches Claude Desktop, Cursor, or Windsurf configs in place:
For a manual config, point a gtm-tools MCP entry at the URL above. The full set of supported clients (Claude Desktop, Cursor, Windsurf, Codex, Goose, OpenClaw, Hermes Agent, NanoClaw, Raycast, VS Code, Cline, …) is on the Connect page.
Available MCP Tools
Admin
Signals
Token costs are sourced from tools/tools.json and surfaced live by get_token_balance — agents should call that tool rather than hardcoding the table above.
GTM Tools Docs for Agents
You can give your agent current docs in three ways:
-
Full documentation index
A structured index of every doc page with descriptions:
-
Complete docs in one file
Every doc page concatenated into a single file for full context:
-
Markdown versions of any page
Every doc page is available as Markdown. Append
.mdto any page URL:
Add to your agent’s system prompt:
Quick start for agents
Get a key, qualify a target with signals, find decision-makers on LinkedIn, and verify their emails — end-to-end:
Browse a target’s recent activity
Connect more clients
The MCP endpoint works with any MCP-compatible runtime. The Connect page has copy-paste setup snippets for every supported client.
What Makes GTM Tools Different?
Traditional GTM platforms are seat-licensed UIs that bolt on a partial REST API. GTM Tools is built for agents: