Score a Magento or Adobe Commerce store on eight AI agent-readiness checks.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
ExpandingWeb_AgentReadiness runs the eight public agent-readiness checks against your own Magento 2 / Adobe Commerce store from inside the admin, and counts the AI agent traffic (GPTBot, ClaudeBot, PerplexityBot, β¦) your storefront already gets.
It is the free, open-source tier of the Agentic Commerce Suite by Expanding Web. MIT licence. Nothing leaves your store by default (see Privacy).
Same check ids, semantics and verdict language as the public scanner at https://expandingweb.com/#scan β a score means the same thing in your admin, on the public scan and in the quarterly benchmark.
| ID | Check | What passes |
|---|---|---|
| UCP-01 | /.well-known/ucp profile | A profile at that path that validates against the Universal Commerce Protocol spec, version 2026-04-08. |
| MCP-01 | Advertised MCP endpoint reachable | The MCP endpoint the UCP profile names (or a <link rel="mcp">) answers an initialize handshake and lists at least one tool. A profile that advertises a dead endpoint fails. |
| BOT-01 | robots.txt policy for AI shopping crawlers | The policy for the crawlers agents use (GPTBot, ClaudeBot, PerplexityBot, OAI-SearchBot, ChatGPT-User, Claude-User, Applebot-Extended, Amazonbot, Bingbot, meta-externalagent, CCBot) lets them read product URLs, not only the homepage, and the homepage carries no noindex/noai directive. |
| AGENT-01 | AI agent user-agents served at the edge | robots.txt states a policy; the edge states the truth. The scanner fetches the homepage as GPTBot and ClaudeBot and checks the CDN or firewall does not answer 401/403/429/503 or a bot challenge to that user agent. |
| CRAWL-01 | Crawl limits on search and faceted URLs | Catalog search and layered navigation generate unlimited distinct URLs, each a cache miss; the check asks whether robots.txt bounds them (/catalogsearch/result/, /search, query-string URLs) for every AI crawler, not only *. |
| LLMS-01 | /llms.txt present | A plain-text index of the site written for language models exists at the root. |
| FEED-01 | Product structured data completeness | Sampled product pages (up to three) score at least 16 of 35 weighted points across 27 attributes. The eight an agent cannot transact without β name, image, GTIN, price, currency, availability, shipping details, return policy β count double; a value that would mislead (bad GS1 check digit, non-numeric price, expired priceValidUntil) earns nothing. |
| SCHEMA-01 | Product, Offer, AggregateRating JSON-LD | A product page carries valid JSON-LD for the product with an offer and, where reviews exist, an aggregate rating. |
Reading the result:
Where the numbers come from: in the Q3 2026 benchmark of 1,867 Magento stores, 33.9% passed none of the eight checks; on SCHEMA-01 alone, 54% of reachable product pages carried no Product+Offer JSON-LD.
Requirements: Magento Open Source / Adobe Commerce 2.4.6 or newer, PHP 8.2 or newer, guzzlehttp/guzzle 7 (already part of Magento). Two tables are created: expw_readiness_scan and expw_readiness_daily. bin/magento module:uninstall ExpandingWeb_AgentReadiness drops both and every expw_readiness/* config value.
The module can be installed alongside the Agentic Commerce Suite β tables, config paths, routes, ACL ids and cron jobs do not collide.
The scan runs on your own server against the default store view's base URL, from the outside in β the same fetches an agent would make: /, /robots.txt, /.well-known/ucp, /llms.txt, /sitemap.xml, up to three product pages, the homepage again as GPTBot and as ClaudeBot, and an MCP handshake if a profile advertises an endpoint. Budget: 60 seconds wall clock, 5 seconds per request, 2 MB per response. Cron expw_readiness_scan runs it daily at 03:15 server time; the last 400 scans are kept.
Run scan now is synchronous: the admin POST waits for the scan, so PHP-FPM's request timeout needs to clear 60 seconds.
An observer on controller_action_predispatch matches the request's User-Agent against a list of known AI agent tokens (Model/Tracking/AgentDetector: OAI-SearchBot, ChatGPT-User, GPTBot, Claude-User, Claude-SearchBot, ClaudeBot, Perplexity-User, PerplexityBot, Google-Extended, Applebot-Extended, Amazonbot, Meta-ExternalAgent, Bytespider, CCBot, Bingbot) and, on a match, upserts one row per (day, agent, store view) in expw_readiness_daily. Nothing happens for the other 99.x% of requests beyond one substring scan. "Day" is the store's configured timezone. Rows older than the retention setting (default 400 days) are pruned nightly. The token list is compiled into the module and updated with a module release β a new agent means a new version, never a runtime download.
The dashboard shows 7/30/90-day totals per agent, the change against the previous 30 days, and a 14-day sparkline.
The count is a floor, not a total, for two reasons the dashboard states next to the number:
For a complete picture, count at the edge (CDN or web-server logs). This module deliberately does not ship an edge-log parser.
The module makes no request to anything but your own store:
ExpandingWebAgentReadiness/1.0.0 (+https://expandingweb.com/; readiness self-scan). The one exception is MCP-01: if your UCP profile advertises an MCP endpoint on another host, the handshake goes there β because that is what the profile tells agents to do.User-Agent header and writes an integer to your own database. No IP addresses, no URLs, no headers are stored.No telemetry, no licence check, no agent-list download, no phone-home.
Model/Scanner/Scanner.php and Model/Scanner/UcpProfile.php are generated, not hand-maintained: bin/port-scanner.php re-ports the public scanner's source (app/Agentic/Scanner.php in the expandingweb.com repo, which is not public) into this module's namespace and records the upstream revision in Model/Scanner/.upstream-hash. The script applies exactly five deliberate differences β namespace and strict types, ScanHttp in place of the public scanner's SSRF-hardened client (the only target here is your own base URL, which may legitimately be a private address), sequential instead of concurrent phase-1 fetches, a 60-second instead of 15-second budget (nobody waits on a cron), and the scanner's own identity in the MCP clientInfo and robots.txt matching β and refuses to run if upstream changed shape.
The reason is the promise on the tin: the public scan, the benchmark and the in-store scan have to give the same verdict for the same store. Hand-merging 1,800 lines twice a quarter is how that promise would quietly die, so the file carries a DO NOT EDIT BY HAND marker that CI enforces. Found a check misbehaving? Open an issue with the store shape that trips it; the fix lands upstream and the port is re-run. See CONTRIBUTING.md.
Merchant-feed syndication (OpenAI, Perplexity, Google Merchant Center), Product/Offer/ProductGroup JSON-LD repair, the agent endpoints (/llms.txt, /.well-known/ucp, MCP server, agent product feed, checkout sessions), agent funnel and revenue-exposure analytics, AI visibility and share-of-voice probes and competitor analysis are the paid tier: the Agentic Commerce Suite. This module diagnoses; the Suite repairs.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/agentic-commerce-readiness)<a href="https://allmcps.com/mcp/agentic-commerce-readiness"><img src="https://allmcps.com/api/badge/agentic-commerce-readiness?style=directory" alt="Agentic Commerce Readiness on AllMCPs" /></a>