IzeAdsIzeAdsHelp

Connecting Claude to IzeAds

Generate a key and connect Claude (web, Code, Desktop)

View as Markdown

Connecting Claude to IzeAds

The Claude integration lets you talk to your IzeAds account in plain language. Claude can read your metrics (spend, ROAS, sales) and create or manage campaigns, trackers, cloakers and your creative library for you — using a secure API key. It works on claude.ai (web), Claude Code and Claude Desktop.

Step 1 — Generate the key

1

Open Integrations

In the IzeAds sidebar, go to Integrations > Partner API.

2

Create a new key

Click "New key" and choose the "Claude Plugin" preset (full access). Give it a name like "Claude".

3

Copy the key

The key (izeads_live_...) is shown only once. Copy and keep it safe. If it leaks, revoke it on the same screen — other keys keep working.

Step 2 — Connect on claude.ai (web)

1

Open the connectors settings

On claude.ai, go to Settings > Connectors > Add custom connector.

2

Enter the URL

Paste https://mcp.izeads.com/mcp and confirm.

3

Authorize with your account

Claude opens an IzeAds screen. If you are already logged in, your account is recognized — just click Authorize (no need to paste any key). If not, sign in with your e-mail and password there.

Claude Code and Claude Desktop

On the CLI, add the server with your key:

claude mcp add --transport http izeads https://mcp.izeads.com/mcp \
  --header "Authorization: Bearer izeads_live_xxxxxxxx"

On Claude Desktop, add a remote server in claude_desktop_config.json (then restart the app):

{
  "mcpServers": {
    "izeads": {
      "url": "https://mcp.izeads.com/mcp",
      "headers": { "Authorization": "Bearer izeads_live_xxxxxxxx" }
    }
  }
}

What you can ask

  • What was my ROAS and spend in the last 30 days?
  • List my campaigns and pause the ones with ROAS below 1.
  • Create a paused traffic campaign in account X with this image.
  • Create a folder and save this creative to my library.
  • Show my Telegram trackers and their sales.

Already connected before an update?

Claude caches the tool list when the connector is added. If new tools do not appear, remove and re-add the connector.

About the key

The "Claude Plugin" key has full access to your account through Claude. You can create a more restricted key (for example, read-only metrics) or revoke it anytime in Integrations > Partner API. The MCP server never stores your key.