All checks / Answer Readiness

Advisory mcp-endpoint-missing

An MCP endpoint is declared

What this check means

Checks whether your site declares a Model Context Protocol endpoint that AI agents can call to take actions.

Why it matters

Reading is only half of what agents now do. Without a declared endpoint, an agent can describe your product but cannot book, buy, search or submit anything on your behalf — so a task that could have completed on your site completes on a competitor's.

How we detect it

We look for a manifest at /.well-known/mcp.json, and for a reference to MCP or a Model Context Protocol server inside your llms.txt.

How to fix it

Expose an MCP server for the actions your site supports, publish a manifest at /.well-known/mcp.json, and reference it from your llms.txt.

Check whether this applies to your site.

Run an AI audit

Other Answer Readiness checks