To connect an AI agent to Tadaaah: add the MCP server https://tadaaah.io/mcp to your agent's configuration, with your API key in the X-API-Key header. Claude, ChatGPT, Cursor and any MCP-compatible client can then run full audits of any website — instant for cached domains, 30–60 seconds for a fresh scan.

What your agent can do

Five tools, discovered automatically by the agent when it connects:

audit_website

Full audit of one site: overall AI-readiness score + every metric tagged measured / estimated.

batch_audit

Up to 50 sites in one call — a client portfolio or a prospect list.

get_audit / get_batch

Track running scans and fetch the results.

account_usage

Remaining quota on the rolling 30-day window.

Cache-served re-audits are instant and free — your agent can check a site before/after a fix without burning quota.

Two-minute setup

1. Get your API key

Included with PRO (100 audits/mo) and Agency (500 audits/mo). Generate it in one click from the dashboard.

2. Connect your agent

Claude Code — one line:

claude mcp add --transport http tadaaah https://tadaaah.io/mcp \
  --header "X-API-Key: tdh_live_your_key_here"

Claude Desktop, Cursor and other MCP clients — JSON block:

{
  "mcpServers": {
    "tadaaah": {
      "type": "http",
      "url": "https://tadaaah.io/mcp",
      "headers": { "X-API-Key": "tdh_live_your_key_here" }
    }
  }
}

Custom GPTs, LangChain, n8n… — use the OpenAPI spec: https://tadaaah.io/openapi.json

3. Ask for an audit

“Audit acme.com and tell me the three most impactful fixes.” — your agent does the rest.

What people build with it

  • Agency prospecting — “audit these 40 prospects and rank them by worst AEO score”: one batch_audit, one CSV, a call list.
  • Fix-and-verify loop — the agent fixes your schema, re-audits, and proves the improvement.
  • Competitive watch — periodic audits of your competitors, summarised in your favourite chat tool.

FAQ

What is the Tadaaah MCP server?

Tadaaah's MCP server (https://tadaaah.io/mcp) exposes website audits over the Model Context Protocol, the open standard AI agents use to call external tools. Any MCP client can run full SEO, GEO, AEO and GSO audits, poll their progress and check quota, using the same API key as the REST API.

Which AI agents can connect?

Any MCP-compatible agent: Claude (Claude Code, Claude Desktop, claude.ai), ChatGPT, Cursor, GitHub Copilot, and agent frameworks that speak MCP. OpenAPI-based tools (custom GPTs, LangChain, n8n, Zapier) use the OpenAPI spec instead.

How do I connect Claude to Tadaaah?

In a terminal: claude mcp add --transport http tadaaah https://tadaaah.io/mcp --header "X-API-Key: your_key". Then just ask Claude to audit a website.

How do I audit a website from ChatGPT?

Add the MCP server as a connector with your API key, or build a custom GPT from the OpenAPI spec. Then ask ChatGPT to audit any URL.

How much does it cost?

The API key comes with PRO ($29/mo, 100 audits per rolling 30 days) or Agency ($79/mo, 500 audits). Cache-served re-audits don't consume quota. Your agent and the REST API share the same quota.

What can the agent do with my key — is it safe?

The tools are read-only: run audits and read results, or check quota. No access to your account or subscription. The key rotates in one click, revoking the old one.

Plug your agent in today