Quickstart
Quickstart
This guide walks you through provisioning an API key, checking your free token balance, and calling your first tool — get_linkedin_company_url.
1. Provision an API key
API keys are issued by admin-tools after email verification. New accounts get 100 free tokens.
REST
CLI
MCP
You’ll receive a verification email. Confirm it, and the response will contain your bearer token. Store it as GTM_ENGINE_API_KEY.
2. Check your balance
detect_signal is free (0 tokens) but the individual signals it dispatches are 5 tokens each — that’s how the all-in-one runner is metered.
3. Call your first tool
Find the LinkedIn page for a company by domain.
REST
CLI
TypeScript
That call cost 2 tokens — your balance is now 98.
4. Search the company’s employees
Use boolean title filters to narrow the result. AND, OR, and NOT are supported, and parentheses group expressions.
This single call costs 30 tokens — list_linkedin_company_employees is the most expensive socials tool because it runs a paginated, filtered crawl. See Token Efficiency for tips on minimizing spend.
5. Try other servers
Verify a professional email
Detect buying signals
detect_signal runs every detector — hiring, Trustpilot, social spikes, tech stack — and returns the union of fired signals. The dispatch is free; only the individual detectors that ran are charged.
6. Wire MCP into your agent
The fastest way to give an AI agent access to all four servers is the remote MCP endpoints.
Claude Desktop
Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
Restart Claude Desktop. Tools should appear in the connector list and be callable from any chat.