{
  "schema_version": "1.0",
  "name": "AgentAEO",
  "description": "AI search visibility and AEO audit agent. Run audits across ChatGPT, Perplexity, Claude, and Google AI. Generate schema markup and AEO-optimized content.",
  "package": "@agentaeo/mcp-server",
  "install": "npx @agentaeo/mcp-server",
  "homepage": "https://agentaeo.com/agents",
  "documentation": "https://agentaeo.com/agents/docs",
  "openapi_spec": "https://agentaeo.com/openapi.json",
  "auth": {
    "type": "api_key",
    "header": "X-API-Key",
    "instructions": "Generate an API key at https://agentaeo.com/agents after signing in."
  },
  "claude_desktop_config": {
    "mcpServers": {
      "agentaeo": {
        "command": "npx",
        "args": ["@agentaeo/mcp-server"],
        "env": {
          "AGENTAEO_API_KEY": "your_api_key_here"
        }
      }
    }
  },
  "capabilities": [
    "Run free AEO audits (8 queries across 4 AI platforms)",
    "Run full diagnostic audits (40 queries with blueprint)",
    "Check audit status and retrieve results",
    "Generate AEO-optimized content and schema markup",
    "Configure webhooks for audit.completed, audit.failed, content.ready"
  ],
  "endpoints": {
    "dispatch": "POST /aeo-dispatch",
    "check_job": "GET /aeo-check-job?id={auditId}"
  },
  "provider": {
    "name": "AIMetica Solutions LLP",
    "email": "agents@agentaeo.com",
    "website": "https://agentaeo.com"
  }
}
