← Registry

Developer Tools

adcritter.ai

Provides guidance and API reference for building applications on the AdCritter platform.

2 endpoints7 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://mcp.adcritter.com/mcp/agent

Auth required

Known tools 0

No tool metadata was available in the registry cache.

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.adcritter-ai]
url = "https://mcp.adcritter.com/mcp/agent"
enabled = true
bearer_token_env_var = "MCP_BEARER_TOKEN"

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Code

.mcp.json

{
  "mcpServers": {
    "adcritter-ai": {
      "type": "http",
      "url": "https://mcp.adcritter.com/mcp/agent",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Claude Desktop

Settings → Connectors → Add custom connector

Name: adcritter-ai
Remote MCP URL: https://mcp.adcritter.com/mcp/agent

Add the URL as a custom connector, then complete its supported authorization flow. Claude Desktop remote connectors are configured in the UI.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "adcritter-ai": {
      "url": "https://mcp.adcritter.com/mcp/agent",
      "headers": {
        "Authorization": "Bearer YOUR_BEARER_TOKEN"
      }
    }
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Visual Studio Code

.vscode/mcp.json

{
  "servers": {
    "adcritter-ai": {
      "type": "http",
      "url": "https://mcp.adcritter.com/mcp/agent",
      "headers": {
        "Authorization": "Bearer ${input:mcp-token}"
      }
    }
  },
  "inputs": [
    {
      "type": "promptString",
      "id": "mcp-token",
      "description": "adcritter-ai bearer token",
      "password": true
    }
  ]
}

Authentication is required. Replace the placeholder locally and never commit a secret.

Generic MCP

Client-specific MCP configuration

{
  "name": "adcritter-ai",
  "transport": "streamable-http",
  "url": "https://mcp.adcritter.com/mcp/agent",
  "headers": {
    "Authorization": "Bearer YOUR_BEARER_TOKEN"
  }
}

Authentication is required. Replace the placeholder locally and never commit a secret.

MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

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

No auth detected

MCP server metadata

Name
AdCritter.Mcp
Version
1.0.0.0
Capabilities
loggingtools.listChanged
Server instructions

You are building a REST API client that calls /v1/ endpoints. You are not an MCP tool caller. The MCP tools available here exist to teach you the API. Tool descriptions describe conceptual behavior only and DO NOT match actual routes, field names, query parameters, authentication headers, or response shapes. ALWAYS call adcritter_get_api_reference(entity, action) before writing code for any entity and action you plan to use. Entity hierarchy: organization > advertiser > campaign > ad. Authenticate with X-Api-Key. Scope advertiser-owned resources under /v1/advertisers/{advertiserId}/. If the user asks how to get an API key or token, tell them to contact AdCritter so a key can be issued and mapped to their account. See the auth guidance (key 'auth') for details. ## How To Build Start with `adcritter_build_app` to receive end-to-end build instructions for the app you are constructing. Then for each feature area: 1. `adcritter_get_usage_guide(entity)` to learn entity relationships and workflows. 2. `adcritter_get_design_guide(entity)` to learn screen experiences and integration patterns. 3. `adcritter_get_api_reference(entity, action)` to get exact routes, field names, parameters, and response shapes. ## Available Tools - `adcritter_build_app` - top-level instructions for assembling an app. - `adcritter_guidance` - aggregated guidance index across entities. - `adcritter_get_platform_overview` - high-level platform facts and scoping rules. - `adcritter_get_usage_guide(entity)` - usage semantics per entity. - `adcritter_get_design_guide(entity)` - design semantics per entity. - `adcritter_get_api_reference(entity, action)` - exact REST contract per entity and action. - `adcritter_health` - liveness probe. Tool responses adapt detail by request. Ask the same tool again with a different action when you need more depth on a specific operation.

Known tools 7

adcritter_guidance

Returns detailed building instructions for a specific feature area of an AdCritter application.

Inferred read-only
adcritter_build_app

Start here when building an application.

Inferred read-only
adcritter_get_platform_overview

Start here.

Inferred read-only
adcritter_get_api_reference

Returns the REST API contract for an AdCritter entity.

Inferred read-only
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.

Inferred read-only
adcritter_health

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

Inferred read-only
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.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.adcritter-mcp]
url = "https://mcp.adcritter.com/mcp/dev"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "adcritter-mcp": {
      "type": "http",
      "url": "https://mcp.adcritter.com/mcp/dev"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: adcritter-mcp
Remote MCP URL: https://mcp.adcritter.com/mcp/dev

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "adcritter-mcp": {
      "url": "https://mcp.adcritter.com/mcp/dev"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "adcritter-mcp": {
      "type": "http",
      "url": "https://mcp.adcritter.com/mcp/dev"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "adcritter-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.adcritter.com/mcp/dev"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for adcritter.com was fetched 2026-07-26T04:16:55.399Z and is being refreshed.

Trust status Trusted

adcritter.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.