MCP Check

Frequently Asked Questions

The fastest way is to run our completely free check – we inspect your site against the published MCP spec and tell you exactly what passes and what doesn't. MCP is a technical specification with strict requirements for data structures, endpoints, and behavior, so it's genuinely hard to self-assess manually. For ongoing assurance – knowing you're still compliant after the next spec release – CorgiMaps continuously generates and maintains a compliant MCP surface for you.

You have two paths. The DIY route is to build and host MCP-compliant endpoints yourself, mapping your product, pricing, and inventory data from all your source systems and files into the exact schema the spec requires and then keep that build current as the spec evolves. The more straightforward path is using CorgiMaps, which connects to your existing data sources and generates compliant MCP endpoints for you, with no custom build necessary.

Shopping behavior is moving into AI assistants. Already, 73% of consumers are using AI in their shopping journey, and Accenture estimates that by 2030 more than 30% of online commerce – close to $3.1 trillion – will run through AI agents. If an AI can't see your products, it will recommend a competitor who is visible. Showing up isn't optional marketing. This is where the next purchase decision happens.

No. Each agentic-commerce protocol defines its own data structures, endpoints, tools, and transport. So supporting one does not make you compliant with another. They overlap in spirit but differ in the details, so each requires its own compliant surface. CorgiMaps covers the major protocols at once from a single connection to your data, instead of building and maintaining a separate integration for each.

Yes, protocols like MCP are how you do it. By publishing a compliant MCP surface, you control the product data, pricing, availability, and purchase behavior an AI uses, instead of letting it infer those from scraped pages. Passive scraping gives you no control in the agentic era; a brand-published protocol surface puts you back in charge of how you're represented.

Different AI assistants and shopping platforms back different protocols, and no single one covers every surface. Supporting only one means you're invisible everywhere it isn't used. To reach as many shopping surfaces as possible, you generally need to support several protocols at once, which is why CorgiMaps maintains compliant surfaces across the major protocols from one place rather than one at a time.

Keeping up is continuous work, not a one-time task. Specs ship new releases, requirements change, and entirely new protocols keep emerging. Doing this by hand means tracking 6–12 evolving specifications and re-validating after every release. This is exactly what CorgiMaps maintains for you. It tracks the spec changes and keeps your endpoints compliant as they land, so your team doesn't have to monitor the protocols at all.

Frequently. Major releases tend to land on roughly a quarterly cadence, with smaller changes and activity happening as often as weekly across the protocols and their governing bodies. Because the space is young and moving fast, a surface that's compliant today can fall behind within a few weeks if no one is watching.

Yes. As new versions of MCP are published and AI platforms deprecate support for older ones, a surface that was compliant can quietly stop working, and you may not notice until you've dropped out of AI results. Staying compliant means tracking every release and updating accordingly. CorgiMaps handles this version drift for you, keeping your MCP surface current as the spec moves.

Building MCP support yourself typically means months of custom engineering – mapping your data into the schema, standing up and hosting endpoints, and testing against the spec – followed by constant monitoring of 6–12 evolving protocols to stay compliant. CorgiMaps removes nearly all of that: it generates compliant endpoints in minutes from your existing data and keeps them current as the specs change, so there's no build and no ongoing maintenance burden on your team.

No. MCP is the underlying connectivity standard for agentic systems – a general-purpose way for AI applications to call tools and read data over a standard interface. Commerce protocols build on top of it: for example, a UCP server is an MCP server that exposes a specific set of fulfillment tools. The free check above validates generic MCP compliance – the handshake, transport, and tool inventory – plus a light overlay that flags whether your server already exposes commerce-shaped tools.

It opens a live MCP session with your server. It completes the initialize handshake, calls tools/list to enumerate and validate the tools you advertise, runs hygiene checks (HTTPS, a ping round-trip, and correct JSON-RPC error behavior for unknown methods), and then scans your tool names for commerce-shaped patterns. It does not invoke your tools or read your resources – it confirms the surface is reachable, well-formed, and speaks MCP correctly.