This demo implements every standard checked by isitagentready.com, across discoverability, content accessibility, bot access control, protocol discovery and agentic commerce. Each row links to the live artifact.
https://agentready-travel.agreatorganization.com/mcp, or fetch any page with Accept: text/markdown.
| Category | Standard | How we satisfy it | Where |
|---|---|---|---|
| Discoverability | robots.txt | Served with crawl rules + Sitemap + AI-bot rules + Content-Signal | /robots.txt |
| Discoverability | Sitemap | XML sitemap of every stay & flight page | /sitemap.xml |
| Discoverability | Link headers | Homepage emits Link: rel=alternate (markdown), api-catalog, llms.txt, ... | / |
| Discoverability | DNS-AID | SVCB records at _mcp/_a2a._agents + TXT index at _index._agents (set in DNS) | DNS |
| Content | Markdown negotiation | Any HTML page returns text/markdown when you send Accept: text/markdown | Accept: text/markdown |
| Bot control | AI bot rules | robots.txt lists GPTBot, ClaudeBot, PerplexityBot, Google-Extended, etc. | /robots.txt |
| Bot control | Content Signals | Content-Signal: search=yes, ai-input=yes, ai-train=no in robots.txt | /robots.txt |
| Bot control | Web Bot Auth | Signed JWKS key directory (Ed25519, RFC 9421 message signature) | /.well-known/http-message-signatures-directory |
| Discovery | API Catalog | RFC 9727 linkset+json listing our APIs | /.well-known/api-catalog |
| Discovery | OAuth discovery | RFC 8414 authorization-server metadata | /.well-known/oauth-authorization-server |
| Discovery | OAuth Protected Resource | RFC 9728 metadata + WWW-Authenticate on the API | /.well-known/oauth-protected-resource |
| Discovery | auth.md | Markdown describing how agents authenticate | /auth.md |
| Discovery | MCP Server Card | Server card pointing at our MCP endpoint | /.well-known/mcp/server-card.json |
| Discovery | A2A Agent Card | Agent2Agent card with skills + AP2 payment extension | /.well-known/agent-card.json |
| Discovery | Agent Skills | Agent Skills index + SKILL.md files | /.well-known/agent-skills/index.json |
| Discovery | WebMCP | navigator.modelContext tools registered on every page | (in-page JS) |
| Commerce | x402 | 402 Payment Required with x402 challenge body | /api/v1 |
| Commerce | MPP | 402 + WWW-Authenticate: Payment, described in OpenAPI | /openapi.json |
| Commerce | UCP | Universal Commerce Protocol business profile | /.well-known/ucp |
| Commerce | ACP | Agentic Commerce Protocol discovery + product feed | /.well-known/acp.json |
| Commerce | AP2 | Agent Payments Protocol extension declared in the A2A card | /.well-known/agent-card.json |