The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Converly listing page.
Set up and manage your conversion tracking by chatting with your AI assistant.
Converly tracks form conversions and fires them to ad platforms (Google Ads, Meta, GA4, and more) when someone submits a form on your website. The Converly MCP server lets an AI assistant like Claude or ChatGPT do that work for you: connect ad platforms, build and publish conversion flows, install tracking, and check your conversions, all inside your Converly account.
This is a remote, hosted MCP server. There is nothing to install or run. You add it as a custom connector in your AI assistant and authorize it, and that is it.
Connector address: https://app.converly.io/mcp
This repository is also a Claude Code plugin. It bundles the hosted connector together with two skills, one for guided conversion-tracking setup and one for diagnosing missing conversions.
The plugin connects to the same hosted server; you authorize with your Converly account on first use.
Connect it, then just say what you want. For example:
https://app.converly.io/mcphttps://app.converly.io/mcpCustom connectors require a supported plan on the AI side. Claude allows one custom connector on the Free plan and more on paid plans. ChatGPT requires a paid plan with Developer Mode.
You stay in control the whole way:
The server exposes 27 tools, grouped here by what they do:
Sites and install
list_sites, create_site, get_install_snippet, get_install_status
Flows (a flow fires a conversion when a form is submitted)
list_flows, get_flow, create_flow, update_flow, validate_flow, publish_flow, unpublish_flow, delete_flow
Destinations (your ad platforms)
list_destinations, list_destination_types, connect_destination, check_handoff_status, disconnect_destination, list_conversions
Conversions and events
list_events, get_event_detail, send_test_event
Discovery
list_trigger_types, list_action_types
Account and billing
get_subscription, list_plans, change_plan
Internal traffic
add_internal_traffic_rule
The server also ships guided prompts (one-click workflows in clients that support them): set up conversion tracking, connect an ad platform, and check recent conversions.
Declared for reviewers and anyone auditing this plugin before installing it.
This plugin contains no executable code. It is a set of manifests plus two Markdown skill files. There are no install or lifecycle hooks, no bundled binaries or minified code, no postinstall steps, and nothing is downloaded or run at install time.
Network endpoints contacted:
https://app.converly.io/mcp — the hosted Converly MCP server, and the only endpoint this plugin causes an agent to call. It is declared in .mcp.json as a remote streamable HTTP server.Credentials: none are stored in, read by, or bundled with this plugin. Access is authorized through OAuth against the user's own Converly account on first use, and the resulting token is held by the MCP client, not by anything in this repository. The plugin never reads local files, environment variables, SSH keys, or .env files.
Ad platform credentials never pass through this plugin or the MCP server. Connecting a destination such as Google Ads or Meta returns a Converly-hosted link that the user opens in their own browser to authorize the platform directly.
Scope: the MCP server exposes named, purpose-scoped tools. There is no shell-execution tool and no catch-all passthrough. Destructive operations (deleting a flow, disconnecting a platform, changing the plan) require explicit user confirmation, and tools carry read-only and destructive annotations so clients can prompt appropriately.
Telemetry: none beyond the API requests the user's own actions generate.
This repository is the public home and documentation for the Converly MCP integration. It does not contain the server code. The server is a hosted part of Converly and runs at https://app.converly.io/mcp. For questions or issues with the MCP, open an issue here or contact Converly support.