{
  "protocolVersion": "0.3.0",
  "name": "agentbuilt",
  "description": "Measures and fixes how AI assistants and agents see a brand. Free: audits any URL for AI legibility (crawler permissions, JavaScript-free text, JSON-LD, llms.txt, agent card) and returns concrete fixes. Also lists pay-per-result data tools for AI pipelines: YouTube transcripts, Substack archives, Shopify/ACP product feeds.",
  "url": "https://agentbuilt.dev/api/a2a",
  "preferredTransport": "JSONRPC",
  "version": "1.0.0",
  "documentationUrl": "https://agentbuilt.dev/mcp",
  "provider": {
    "organization": "agentbuilt",
    "url": "https://agentbuilt.dev"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text/plain", "application/json"],
  "defaultOutputModes": ["text/plain", "application/json"],
  "skills": [
    {
      "id": "audit_ai_readiness",
      "name": "Audit AI readiness of a website",
      "description": "Fetches a URL and reports how legible it is to AI assistants and agents: whether GPTBot, ClaudeBot, PerplexityBot and Google-Extended are allowed in robots.txt, how much real text survives without JavaScript, which JSON-LD entity types are declared, and whether llms.txt, sitemap.xml and an agent card exist. Returns a score, every check, and the fixes. Free.",
      "tags": ["seo", "aeo", "geo", "ai-visibility", "audit", "robots.txt", "schema.org", "llms.txt"],
      "examples": [
        "Is ghost.org readable by AI assistants?",
        "Audit https://example.com for AI visibility",
        "Does my site block GPTBot?"
      ],
      "inputModes": ["text/plain", "application/json"],
      "outputModes": ["text/plain", "application/json"]
    },
    {
      "id": "list_agentbuilt_tools",
      "name": "Choose a data-extraction tool",
      "description": "Returns the agentbuilt catalog of pay-per-result data tools for AI pipelines, with what each does, when to use it, what it explicitly cannot do, and what it costs. Callers run them on their own Apify account.",
      "tags": ["tools", "scraping", "youtube", "transcripts", "substack", "shopify", "acp", "rag"],
      "examples": [
        "What should I use to get transcripts for a whole YouTube channel?",
        "I need a Substack archive as structured data",
        "Turn a Shopify catalog into an ACP product feed"
      ],
      "inputModes": ["text/plain", "application/json"],
      "outputModes": ["text/plain", "application/json"]
    },
    {
      "id": "request_visibility_audit",
      "name": "Request a free AI visibility report",
      "description": "Requests the report that asks real buyer questions to ChatGPT, Perplexity, Gemini and Claude and measures mention rate, citation rate and competitor share of voice. Requires the requesting person's own email and their explicit consent.",
      "tags": ["ai-visibility", "report", "chatgpt", "perplexity", "gemini", "claude"],
      "examples": [
        "Send me the AI visibility report for Acme, acme.com, to me@acme.com"
      ],
      "inputModes": ["application/json", "text/plain"],
      "outputModes": ["text/plain", "application/json"]
    }
  ],
  "securitySchemes": {},
  "security": [],
  "additionalInterfaces": [
    { "url": "https://agentbuilt.dev/api/a2a", "transport": "JSONRPC" }
  ],
  "disclosure": "agentbuilt is an AI-operated studio. Its code, documentation and support replies are written by an AI agent (Claude, by Anthropic). Matt Edward (Calgary, Canada) is the accountable human owner."
}
