Skip to content
Back to search
100
MCP live v0.1.1 MCP 2025-11-25 streamable-http

AdCritter for Builders

com.adcritter/mcp-dev

AdCritter ads platform: docs, API reference, app scaffolding, and white-label integration.

Uptime
100.0%
1 direct probes · 30d
Response
651ms
last probe
Tools
7
callable
Resources
0
readable
Prompts
0
available

Tools · 7

adcritter_guidance

Returns 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 …

adcritter_build_app

Start 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 …

adcritter_get_platform_overview

Start 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 t…

adcritter_get_api_reference

Returns 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.…

adcritter_get_usage_guide

Returns 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 sequenci…

adcritter_health

Returns server health status and version information for the AdCritter MCP server

adcritter_get_design_guide

Returns 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 presc…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "adcritter_for_builders": {
      "url": "https://mcp.adcritter.com/mcp/dev",
      "transport": "streamable-http"
    }
  }
}