MCP/Setup/Any MCP client

Connect Claivra to Any MCP client

The generic streamable-HTTP setup. Add the Claivra MCP server once and your agent can generate ad creatives, edit images, manage brand kits, and ship client review shares — all 29 tools, one endpoint.

First, grab an API key — you'll paste it into the config below.

Stays in your browser — it's inserted into the snippet locally, never sent anywhere.

Add this to your config

Generic MCP config
{
  "mcpServers": {
    "claivra": {
      "url": "https://claivra.com/api/mcp",
      "headers": {
        "Authorization": "Bearer ck_live_YOUR_KEY"
      }
    }
  }
}

Replace ck_live_YOUR_KEY with a key from your dashboard.

Set up Any MCP client

  1. 1

    Point your client at the endpoint

    Use the streamable-HTTP MCP endpoint https://claivra.com/api/mcp.

  2. 2

    Add the auth header

    Send an Authorization header with your Bearer key on every request.

  3. 3

    Reload the client

    Restart or refresh so the client discovers all 29 Claivra tools.

  4. 4

    Confirm the connection

    Call whoami (or "List my Claivra brands") to verify it works.

Note: Claivra speaks streamable HTTP MCP. If your client only supports stdio, bridge it with: npx mcp-remote https://claivra.com/api/mcp --header "Authorization: Bearer ck_live_YOUR_KEY".

Try these once you're connected

Talk to Any MCP client in plain language — it calls the right Claivra tools for you.

  • "Scan https://example.com and create a brand kit from it"
  • "Generate 5 ad concepts for my brand — Square and Google Ad sizes"
  • "Remove the location text from the latest square ad in my media library"
  • "Bundle my newest ads into a client review share"
Browse all 29 tools