Wire ConversionLoop into
any AI agent
Native MCP server for Claude and Cursor. OpenAPI spec for ChatGPT Actions. REST endpoint for OpenClaw, n8n, Hermes, and anything that can make an HTTP call.
14 tools. Every agent gets everything.
Create integrations, fire test events, check match rates — from any AI workspace.
list_integrationsList all your integrations with status and conversion countscreate_integrationCreate a fully wired integration end-to-end — returns webhook URLget_statsDashboard stats: match rate, events fired, 7-day trendlist_eventsRecent server-side conversion events with match qualityfire_test_eventFire a test conversion through any integrationpause_integrationPause an integration to stop conversion firingresume_integrationResume a paused integrationdelete_integrationPermanently delete an integrationcreate_event_mappingAdd a source event → destination conversion mappingdelete_event_mappingRemove an event mappingget_integrationFull details for a single integrationget_webhook_urlGet the webhook URL to paste into any source platformlist_sourcesAll supported source platforms (15 total)list_destinationsAll supported ad platforms (Google Ads, Meta, OpenAI Ads)Connect your agent
Pick your platform. Copy the config. You are wired in under 2 minutes.
Add ConversionLoop as an MCP server in Claude Desktop. Manage integrations and fire conversions directly from your Claude workspace.
- 1Get your API key at conversion-loop.com/app/api-keys
- 2Paste the config above into claude_desktop_config.json (replace clk_your_key_here)
- 3Fully quit Claude Desktop (Cmd+Q) and reopen it
- 4Look for the hammer icon in the chat input — click it to see ConversionLoop tools
- 5Ask: "Use list_integrations to show my ConversionLoop integrations"
Import ConversionLoop as a ChatGPT custom action using our OpenAPI spec. Each tool gets its own function — create integrations, check stats, fire test events.
- 1Get your API key at conversion-loop.com/app/api-keys
- 2Create a custom GPT and paste the schema URL above
- 3Set auth to API Key with Authorization header (include 'Bearer ' prefix)
- 4ChatGPT will discover all 14 tools automatically from the spec
Add ConversionLoop to Cursor or Windsurf. Ask your coding agent to set up integrations, check conversion stats, or diagnose tracking issues.
- 1Get your API key at conversion-loop.com/app/api-keys
- 2Add the config to your editor's MCP config file
- 3Restart the editor
- 4Use @conversionloop in chat to access your data
Wire ConversionLoop into an OpenClaw agent. The REST action endpoint works with any OpenClaw session using exec + curl.
- 1Get your API key at conversion-loop.com/app/api-keys
- 2Use the REST action endpoint above from any exec() call
- 3Full tool list: GET /api/v1/action (returns all 14 tools)
- 4Or use the MCP JSON-RPC endpoint: POST /api/mcp
Trigger ConversionLoop tools from any n8n workflow or Make scenario using the HTTP Request node.
- 1Get your API key at conversion-loop.com/app/api-keys
- 2Add an HTTP Request node with the config above
- 3Use the "tool" field to call any of the 14 available tools
- 4Parse the result.integrations / result.events from the response
The REST action endpoint works with any agent that can make HTTP calls — Hermes, AutoGPT, CrewAI, LangChain tools, custom scripts.
- 1POST to /api/v1/action with Authorization: Bearer header
- 2GET /api/v1/action returns all available tools with schemas
- 3GET /api/openapi.json returns the full OpenAPI 3.0 spec
- 4CORS is open — works from browser, server, or edge
Ready to wire it up?
Get your API key from the dashboard. Takes 30 seconds.