MCP for Builders

MCP for Builders is the build-time AdCritter MCP. Use it from coding agents and IDE assistants to scaffold advertising features against the real platform — reference the schema, design screens, generate starter code, and run platform operations.

Connector URL

https://mcp.adcritter.com/mcp/dev

Pick your client

Each client is three short steps: open connector settings, paste the AdCritter URL, authorize.

Claude Code

Anthropic's CLI for developers in the terminal. Connect AdCritter to ship campaigns and ad UIs alongside the rest of your code.

Terminal
claude mcp add --transport http adcritter https://mcp.adcritter.com/mcp/dev
  1. 1
    Install the connector
    Run the command above in any terminal. Claude Code stores the connector in your user-level MCP config, so it's available from every project.
  2. 2
    Authorize AdCritter
    The first prompt that uses an AdCritter tool opens an OAuth window. Sign in with the AdCritter account that owns the advertisers you want the agent to manage.
  3. 3
    Try it
    Inside any project, ask Claude Code to plan a campaign or scaffold a branded ad UI. The AdCritter tools will appear in the tool list.

Verify

Once authorized, ask the agent a question that requires AdCritter data. The tool call should appear in the trace and return your live advertisers.

Prompt
List my AdCritter advertisers.

If the agent doesn't see AdCritter in its tool list, restart the client and re-check the connector URL. If OAuth fails, sign out of AdCritter in the browser and try again from the client.