OpenClaw
Connect Sync GTM to OpenClaw, the self-hosted personal AI agent.
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.

