{
  "name": "Ad Cerebro",
  "description": "AI Presence monitoring agent for brands — discover citation gaps across ChatGPT, Gemini, Perplexity, and related answer engines, then guide scan and optimization workflows.",
  "version": "0.1.0",
  "provider": {
    "organization": "Ad Cerebro",
    "url": "https://www.adcerebro.com"
  },
  "iconUrl": "https://www.adcerebro.com/favicon.svg",
  "documentationUrl": "https://www.adcerebro.com/auth.md",
  "supportedInterfaces": [
    {
      "url": "https://www.adcerebro.com/a2a",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    },
    {
      "url": "https://www.adcerebro.com/a2a",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "extendedAgentCard": false
  },
  "securitySchemes": {
    "bearer": {
      "httpAuthSecurityScheme": {
        "scheme": "bearer",
        "bearerFormat": "JWT"
      }
    }
  },
  "securityRequirements": [
    {
      "schemes": {
        "bearer": {
          "list": []
        }
      }
    }
  ],
  "defaultInputModes": [
    "application/json",
    "text/plain"
  ],
  "defaultOutputModes": [
    "application/json",
    "text/plain"
  ],
  "skills": [
    {
      "id": "ai-presence-scan",
      "name": "AI Presence Scan",
      "description": "Create and interpret an AI Presence scan for a brand domain across major answer engines.",
      "tags": [
        "ai-search",
        "citations",
        "brand-monitoring",
        "seo"
      ],
      "examples": [
        "Scan example.com for AI Presence across ChatGPT and Perplexity.",
        "Where is Acme cited in Gemini answers for 'best CRM for startups'?"
      ],
      "inputModes": [
        "application/json",
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    },
    {
      "id": "agent-discovery",
      "name": "Agent Discovery",
      "description": "Point peer agents at Ad Cerebro discovery documents (API catalog, auth.md, MCP card, OAuth metadata).",
      "tags": [
        "discovery",
        "a2a",
        "mcp",
        "oauth"
      ],
      "examples": [
        "Where is Ad Cerebro's API catalog?",
        "How do agents authenticate to the Ad Cerebro API?"
      ],
      "inputModes": [
        "text/plain"
      ],
      "outputModes": [
        "application/json",
        "text/plain"
      ]
    }
  ]
}
