Aeo MCP Server

AEO tools for AI agents: crawler permissions, llms.txt, structured data, AI-readiness audit.

Local serverstdio

What is the Aeo MCP server?

Aeo MCP server exists for a simple reason — assistants are far more useful when they can act on Aeo directly instead of describing what you should do. AEO tools for AI agents: crawler permissions, llms.txt, structured data, AI-readiness audit.

What you get

An MCP server that gives AI agents — Claude, Claude Code, Cursor, anything speaking the Model Context Protocol — tools to inspect a website's visibility to AI answer engines. Crawler permissions, llms.txt, structured data, on-page signals, and a full 29-check AI-readiness audit (powered by answer-audit), each one tool call away. Read-only, no API keys, no telemetry.

Setting it up

Installation goes through your MCP client rather than a global install: point it at aeo-mcp on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

What the assistant can call

Once Aeo is connected, these are the calls the assistant has available:

  • audit_url — "How visible is this site to ChatGPT/Perplexity?" — full AEO health check
  • check_ai_crawlers — "Is GPTBot blocked?" — robots.txt policy per AI bot
  • inspect_llms_txt — "Does this site have llms.txt? Is it valid?"
  • extract_structured_data — "What schema markup does this page have?"
  • extract_page_signals — "Why do engines misread this page?"

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the aeo mcp server does with a few real requests.

Choosing this one

Among the search and retrieval options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Aeo's toolset — audit_url, check_ai_crawlers, inspect_llms_txt and 2 more — is a fair guide to whether it matches your workflow. It is maintained by arthurcarlsonn; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Available tools

ToolWhat it does
audit_url"How visible is this site to ChatGPT/Perplexity?" — full AEO health check
check_ai_crawlers"Is GPTBot blocked?" — robots.txt policy per AI bot
inspect_llms_txt"Does this site have llms.txt? Is it valid?"
extract_structured_data"What schema markup does this page have?"
extract_page_signals"Why do engines misread this page?"

How to install the Aeo MCP server

**Cursor** (`.cursor/mcp.json`)

```json
{ "mcpServers": { "aeo": { "command": "npx", "args": ["-y", "aeo-mcp"] } } }

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Aeo to audit url.
  • Use Aeo to check ai crawlers.
  • Use Aeo to inspect llms txt.

Frequently asked questions

It connects Aeo to MCP-compatible AI assistants such as Claude and Cursor, exposing 5 tools (audit_url, check_ai_crawlers, inspect_llms_txt, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Aeo directly.