
AdCritter For Builders
AdCritter for Builders is a MCP server that supplies AdCritter docs, API reference, scaffolding, and white-label integration help to agents.
About
AdCritter for Developers is the developer-facing MCP remote for teams integrating the AdCritter ads platform into their own apps or white-label offerings. It surfaces documentation, API reference, scaffolding patterns, and integration notes so Claude Code, Cursor, or Codex can implement ad surfaces correctly during the build phase. Connect via https://mcp.adcritter.com/mcp/dev with streamable HTTP at version 0.1.1. developers shipping a product with embedded or reseller ads should start here; switch to the agent MCP when campaigns go live. Complexity is intermediate to advanced depending on how deep your white-label setup goes.
- AdCritter docs and API reference exposed to coding agents
- App scaffolding and white-label integration support
- Hosted MCP dev endpoint at mcp.adcritter.com/mcp/dev
- Version 0.1.1 AdCritter for Builders title surface
- Complements AdCritter for Agents MCP for post-launch campaign ops
AdCritter For Builders by the numbers
- Exposes 7 verified tools (MCP introspection)
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport http mcp-dev https://mcp.adcritter.com/mcp/devAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | None |
| Tools | 7 |
What it does
Pull AdCritter docs, API reference, scaffolding, and white-label integration guidance into your agent while you embed ads in your product.
Who is it for?
Best when you're building apps or reseller products that embed AdCritter before launch.
Skip if: Skip if you only need to tune live campaigns—use AdCritter for Agents MCP instead.
What you get
Registering the dev MCP keeps API and scaffolding guidance beside your agent while you wire AdCritter into your app.
- In-chat AdCritter API and integration guidance
- Scaffolding direction aligned with AdCritter platform patterns
- Faster white-label or in-app ads implementation paths
By the numbers
- Version 0.1.1
- Remote URL https://mcp.adcritter.com/mcp/dev (streamable-http)
Tools 7
Public tool metadata - what this server can do for an agent.
adcritter_guidance1 paramReturns detailed building instructions for a specific feature area of an AdCritter application. Each guide describes what to build, how users should experience it, and includes all API endpoints with request/response shapes so you never have to guess the API contract. Call adcritter_build_app first to see available feature guides and their keys.
keystringrequiredThe feature guide key from the adcritter_build_app catalog (e.g., 'auth', 'dashboard', 'campaign-create')
adcritter_build_appStart here when building an application. Returns an overview of what the AdCritter platform offers and a catalog of feature guides you can query with the adcritter_guidance tool to learn how to build each part of the app. Call adcritter_guidance(key) for any feature area to get detailed building instructions with API endpoints and response shapes.
adcritter_get_platform_overviewStart here. Returns the AdCritter platform overview - what AdCritter is, the entity hierarchy (organization > advertiser > campaign > ad), the happy path for getting ads running, and how to navigate the other MCP tools. Applications built from this guidance are REST API clients that call /v1/ endpoints, not MCP tool callers. Before writing code, call adcritter_get_api_reference(entity, action) for each entity and action you plan to use - tool descriptions and parameter names describe conceptual behavior only, and do not match actual API routes, field names, query parameters, or response shapes.
adcritter_get_api_reference2 paramsReturns the REST API contract for an AdCritter entity. Without an action parameter, returns a summary with available action names - use this to discover what you can do. With an action parameter (e.g., 'create', 'list', 'get'), returns the full details for that action: route, HTTP method, request schema, response schema, error codes, and constraints. Available entities: ad, advertiser, audience, authentication, blueprint, campaign, domain, facebook, geo, googleads, media-asset, me, plan, report, segment, settings, targeting.
entitystringrequiredThe entity to look up (e.g., 'campaign', 'ad', 'report')actionstringOptional specific action to drill into (e.g., 'create', 'list', 'get', 'update', 'delete'). Omit to see all available actions.
adcritter_get_usage_guide1 paramReturns the conceptual model and workflow guidance for an AdCritter entity - what it is, how it relates to other entities, and the intended workflow for using it. Includes exhaustive workflow sequencing and prescriptive rules so generated apps call the API correctly. Available entities: ad, advertiser, audience, authentication, blueprint, campaign, domain, geo, media-asset, me, plan, report, segment, settings, targeting.
entitystringrequiredThe entity to look up (e.g., 'campaign', 'geo', 'plan')
adcritter_healthReturns server health status and version information for the AdCritter MCP server
adcritter_get_design_guide2 paramsReturns AdCritter design guidance for an entity at a caller-chosen guidance level - screen experiences, API integration patterns, and design philosophy. The default ('full') returns step-by-step prescription (exact layouts, colors, copy text, column orders). Request 'patterns' for balanced hints including common design patterns with softened vocabulary. Request 'facts' if you have strong visual-design instincts and just want API integration bindings (or call adcritter_get_api_reference and adcritter_get_usage_guide directly and skip this tool). Guidance is format-agnostic - it describes outcomes and integration, never prescribes frameworks or architecture. Available entities: ad, advertiser, audience, authentication, blueprint, campaign, geo, media-asset, plan, report, settings.
entitystringrequiredThe entity to look up (e.g., 'campaign', 'report', 'authentication')guidancestringOptional guidance level. Values: 'full' (facts + patterns + prescription, the default), 'patterns' (facts + softened patterns, for capable callers who want structure without exact prescription), 'facts' (conceptual facts only, for callers with strong product instincts). Omit to use the default.
Recommended MCP Servers
How it compares
Builder integration and docs MCP, not a campaign operations or analytics-only tool.
FAQ
Who is AdCritter For Builders for?
It is for developers integrating AdCritter via API or white-label who want docs, references, and scaffolding accessible from MCP clients.
When should I use AdCritter For Builders?
Use it during build when you are implementing ad surfaces, following API contracts, or planning white-label deployment.
How do I add AdCritter For Builders to my agent?
Add the remote MCP URL https://mcp.adcritter.com/mcp/dev to your agent’s MCP configuration as a streamable-http server.