Readiness scan
What we check
and why it matters?
The readiness test checks the public routes and files an AI shopping client can inspect before it trusts your catalog.
Most PrestaShop stores expose products through theme HTML. That works for humans, but it makes life harder for AI tools, crawlers, and shopping agents.
If those signals are missing, you'll send customers to your competitors. Agentsfeed helps you catch those gaps early.
Agent Discovery · 01
llms.txt / llms-full.txt
What we checkRequests /llms.txt and /llms-full.txt and checks whether the store publishes LLM-facing discovery files.Why it mattersGives AI assistants a direct map to store instructions, catalog context, policy notes, and important machine-readable links.
/llms.txt
Agent Discovery · 02
Agent readiness guide
What we checkRequests /ai/agent-ready.md and checks whether the store exposes a concise agent operating guide.Why it mattersExplains how an agent should read the store, which routes matter, and which actions are safe to use.
/ai/agent-ready.md
Catalog Feed · 03
AI catalog feed
What we checkLooks for catalog data in Agentsfeed feeds, API catalogs, LLM files, common JSON feeds, and homepage structured data.Why it mattersLets agents read product, price, availability, category, and pagination data without scraping theme HTML.
Catalog discovery routes
Protocol Discovery · 04
Well-known discovery
What we checkRequests the agent card and API catalog under /.well-known/ and checks whether core discovery routes respond.Why it mattersProvides predictable discovery routes so automated clients can find store capabilities without guessing.
/.well-known/*
Protocol Discovery · 05
MCP server card
What we checkRequests /.well-known/mcp/server-card.json and checks whether MCP server metadata is public.Why it mattersAdvertises MCP capabilities for compatible clients that need structured tool and server discovery.
/.well-known/mcp/server-card.json
Protocol Discovery · 06
Agent skills
What we checkRequests /.well-known/agent-skills/index.json and checks whether agent skill instructions are discoverable.Why it mattersGives agents task-specific instructions for reading catalog data and understanding storefront behavior.
/.well-known/agent-skills/index.json
Discoverability · 07
robots.txt agent hints
What we checkReads /robots.txt and checks for references to agent guides, LLM files, agent cards, skills, or catalog feeds.Why it mattersPoints crawlers and agent clients toward the public AI discovery files they should inspect first.
/robots.txt