Chrome’s WebMCP origin trial is live · Gemini in Chrome will call website tools
WebMCP — the new W3C standard from Google and Microsoft — lets websites hand agents real tools instead of making them guess at buttons. We audit how agent-ready your site is and tell you exactly which tools to build.
agent-readiness — free scan
v1.015 seconds · no signup · checks WebMCP tools, llms.txt, AI crawler access, schema & more
96% of sites fail agent content checks*
5 categories · 20 checks
Aligned with the W3C draft, Chrome docs & Lighthouse agentic checks
01 / The shift
Google and Microsoft co-authored WebMCP, now a W3C Web Machine Learning Community Group draft. Chrome is running a public origin trial (Chrome 149–156), Lighthouse added an agentic browsing audit category, and Cloudflare scores every site’s agent readiness. Booking, shopping, and research increasingly happen through agents — and an agent that can’t use your site buys from one it can.
*Cloudflare scanned 200,000 sites: only ~4% passed its agent content-accessibility check.
// Without WebMCP an agent sees pixels. With it, it sees this:
document.modelContext.registerTool({
name: "book_table",
description: "Reserve a table at the restaurant",
inputSchema: {
type: "object",
properties: {
date: { type: "string", format: "date" },
guests: { type: "number" }
}
},
execute: async ({ date, guests }) =>
reserve(date, guests)
});
// One tool call replaces ~12 fragile clicks.
02 / The audit
01 · weight 30%
Agent capabilities
WebMCP tools, declarative form tools, origin-trial token, MCP server card.
02 · weight 20%
Discoverability
robots.txt AI-crawler rules, sitemap, canonicals.
03 · weight 20%
Content accessibility
llms.txt, server-rendered content, semantic HTML.
04 · weight 20%
Machine comprehension
Schema.org JSON-LD, OpenGraph, metadata quality.
05 · weight 10%
Trust & security
HTTPS, permissions policy, mixed content.
03 / The deliverable
Full-site crawl
Up to 20 key pages audited across all five categories — not just your homepage.
WebMCP tool blueprint
The exact tools your site should register — names, descriptions, JSON input schemas, and execute-function sketches, matched to your business type.
Prioritized roadmap
Every finding ranked by impact and effort, with copy-paste fixes your developer (or coding agent) can apply directly.
Delivered in ~1 hour
A branded PDF in your inbox. Automated crawl, expert-calibrated analysis.
agent-readiness-report.pdf
04 / FAQ
A WebMCP audit assesses whether AI agents — like Gemini in Chrome or browser automation agents — can discover, understand, and act on your website. It checks WebMCP tool registration (document.modelContext), llms.txt, AI crawler access in robots.txt, Schema.org structured data, server-rendered content, and security requirements, then recommends which WebMCP tools your site should expose.
An agent-ready website is one AI agents can use reliably: its content is readable without executing JavaScript, its meaning is machine-legible through structured data and llms.txt, and its key actions — search, booking, add-to-cart, contact — are exposed as callable WebMCP tools instead of buttons an agent has to guess at.
SEO makes you findable by search engines; WebMCP makes you usable by agents. As browsers ship agent features (the Chrome WebMCP origin trial is live in Chrome 149–156), sites that expose tools get transacted with directly, while sites that don’t force agents into slow, error-prone clicking — or get skipped for a competitor that is agent-ready.
A branded PDF report: full multi-page crawl results across five categories, a prioritized fix roadmap with copy-paste code, and a custom WebMCP tool blueprint — the specific tools your site should register, with names, descriptions, and JSON input schemas designed for your business type. Delivered to your inbox within about an hour.
Yes. The instant scan checks your homepage across all five categories and gives you a shareable 0–100 score, no signup required.
05 / Start