Check if your website implements the Web Model Context Protocol. We test for navigator.modelContext, .well-known/mcp.json, tool definitions, and W3C spec compliance. Instant results, no signup.
Enter any website URL. We’ll run six real-time checks against the W3C WebMCP draft specification and show you exactly where the site stands.
All checks run client-side in your browser. We don’t store your URL or any results.
Six checks mapped to the W3C draft spec published on February 10, 2026.
The discovery file that tells AI agents what tools your site offers. Like sitemap.xml for search engines, but for AI agent interactions. We check if this file exists and whether it contains valid tool definitions.
The core browser API that WebMCP relies on. We scan your page source for references to this API, which is how your site registers its tools with AI agents. Currently available in Chrome 146 Canary behind the “WebMCP for testing” flag.
Beyond the API itself, we check for supporting markup: meta tags that declare MCP capabilities, script includes that register tools, and any WebMCP-specific configuration in your HTML.
JSON-LD with Action types (SearchAction, OrderAction, ReserveAction) tells AI agents what your site can do even without full WebMCP. We check whether your structured data lays the groundwork for agent interactions.
Your robots.txt may be blocking AI crawlers like GPTBot, CCBot, or Google-Extended. While WebMCP operates at the browser level, blocking AI crawlers reduces your visibility in LLM-generated answers.
WebMCP requires a secure context. The navigator.modelContext API is only available on HTTPS origins, same as Service Workers, Web Crypto, and other modern browser APIs. No HTTPS, no WebMCP.
If you’re an ecommerce brand, a SaaS product, a healthcare provider, or any business where customers take actions on your site, this matters. The checker above gives you a baseline. You’ll know where you stand before the standard moves from “testing flag” to “default on.” We’ve published a full guide to WebMCP implementation on our WebMCP service page, including industry-specific tool architectures for ecommerce, healthcare, and SaaS.“WebMCP is the new robots.txt, but in reverse. Instead of telling bots what they can’t do, you’re telling AI agents exactly what they can do. The brands that define those tools first will own the agent-driven web.”
Hardik Shah, Founder of ScaleGrowth.Digital
navigator.modelContext interface. AI agents discover your tools automatically, the same way search engines discover your pages through sitemaps. You still need to design the tool architecture, but the discovery and connection layer is handled by the browser.
We’ll design the tool architecture, build the JavaScript integration, and test it in Chrome 146. First movers get the advantage.