This MCP server allows users to run AEO (Answer Engine Optimization) audits across various AI platforms like ChatGPT and Google AI.
From the registry: AEO audit tool — measure brand visibility across ChatGPT, Perplexity, Claude, and Google AI.
Please install the `agentaeo-mcp-server` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Node.js 18+** — Required runtime (https://nodejs.org/)
- **AgentAEO API key** — Get a key from agentaeo.com/agents (https://agentaeo.com/agents)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","@agentaeo/mcp-server"]
- required environment variables:
- `AGENTAEO_API_KEY`: AgentAEO API key (example: `<your-agentaeo-api-key>`)
- optional environment variables:
- `AGENTAEO_MCP_INLINE_POLL`: Set 1 to poll inside run_aeo_audit (example: `0`)
- `AGENTAEO_MCP_INLINE_CONTENT_POLL`: Set 1 to poll inside generate_aeo_content_suite (example: `0`)
- `AGENTAEO_MCP_DOWNLOAD_DIR`: Directory for downloaded Content Suite ZIPs (example: `.`)
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.AGENTAEO_API_KEYrequiredYour API key from agentaeo.com/agentsMCP server for searching Airweave collections with natural language queries.