OpenClaw
Connect Sync GTM to OpenClaw, the self-hosted personal AI agent.
Why connect OpenClaw to Sync GTM?
OpenClaw handles long-running, autonomous tasks — with Sync GTM, it can execute full GTM research and prospecting workflows without supervision:
- Autonomous lead generation — “Find all decision-makers at companies using Salesforce and Outreach, then enrich with emails” runs end-to-end
- Self-directed account research — OpenClaw can pull tech stack, headcount, funding, and hiring signals for a full target account list
- Unattended enrichment runs — set it going overnight: find people, verify emails, validate WhatsApp numbers, output a clean list
- Signal-based prospecting — check job changes, LinkedIn posts, and hiring spikes across your entire pipeline
- Data stays local — as a self-hosted agent, OpenClaw keeps enriched data on your own infrastructure
Built for power users who want an autonomous GTM agent that actually has access to live B2B data.
Install
- Add the Sync GTM server to
~/.openclaw/openclaw.jsonundermcp.servers:
{
"mcp": {
"servers": {
"syncgtm": {
"url": "https://api.syncgtm.com/mcp",
"transport": "streamable-http",
"auth": "oauth"
}
}
}
}- Start the browser sign-in:
openclaw mcp login syncgtm- Open the printed authorization URL, sign in to Sync GTM, then finish with the returned code:
openclaw mcp login syncgtm --code <code>- Verify the connection:
openclaw mcp probe syncgtmWith
"auth": "oauth"set, noheadersor token are needed — a staticAuthorizationheader is ignored.
Next steps
- Browse the available tools.
- See usage examples on the MCP overview.

