WebMCP Readiness Checklist: 14 Things to Do Before the Full Rollout

Fourteen concrete checkpoints between "never heard of WebMCP" and "agent-ready." Most teams can knock out the first ten in a single sprint.

WebMCP hits Chrome Stable in mid-2026 (confirmed by Google at I/O 2026). If you wait for the stable launch to start, you'll be shipping alongside your competitors who have already been testing in Canary for six months. This is the shortest useful checklist to get ahead.

Phase 1 — Discoverability (1 hour)

  1. Allow AI crawlers in robots.txt. Explicitly allow GPTBot, OAI-SearchBot, ClaudeBot, PerplexityBot, Googlebot, and GoogleOther. Blocking them is the most common reason a site disappears from AI answers.
  2. Publish llms.txt at the domain root. Follow the llmstxt.org spec: H1 title, blockquote summary, H2 sections with linked resources. See ours as a reference.
  3. Add Organization schema with sameAs. Link every social profile the site operates — agents use sameAs to verify entity identity when citing.

Phase 2 — HTML semantics (2-4 hours)

  1. Clean up non-semantic markup. Replace <div class="btn"> with <button>, <div class="link"> with <a>. Agents lean on semantic tags for intent inference.
  2. Ensure every form has name attributes on every input. No name="", no unnamed inputs. Agents use the name as the parameter key.
  3. Add required and type attributes correctly. A required email field should be type="email" required, not type="text".

Phase 3 — Declarative API (1-2 hours)

  1. Pick your top 3 conversion forms. Signup, contact, checkout, search — whatever drives revenue.
  2. Add toolname and tooldescription. camelCase name, natural-language description of when to use the form. See the implementation guide for examples.
  3. Test in Chrome Canary. Enable chrome://flags#webmcp, open DevTools → Application → WebMCP, confirm your tools are visible.

Phase 4 — Manifest and Imperative API (half day)

  1. Publish /.well-known/webmcp. Serve it with Content-Type: application/json, list your declared tools, include a version field.
  2. Register dynamic tools via navigator.modelContext. Anything that isn't a form (modal, stepper, React drawer) needs the Imperative API.
  3. Call provideContext() on route changes. Helps agents disambiguate "which product is the user on?"

Phase 5 — Analytics and auditability (1-2 hours)

  1. Log SubmitEvent.agentInvoked. Tag every form submission in your analytics stack as agent vs human. Over 2026 this becomes a core business metric.
  2. Set up agent-specific alerts. Unusual agent traffic patterns (sudden volume spike, same tool called by many distinct users) are early warning signals for abuse or misconfiguration.

Optional but recommended

Time budget for a typical team

A small team (1 engineer, 1 marketer) can complete the first 10 items in about 6-8 hours spread across a sprint. Phases 4 and 5 add another day. Everything else (content restructure, analytics overhaul) is ongoing.

If you want a score-based summary of where you stand, run the free WebMCP audit. It evaluates all 14 items and tells you which ones are failing. For strategy, start with AEO.

Frequently Asked Questions

How long do I have before WebMCP becomes table-stakes?

Chrome Stable ships WebMCP in mid-2026. Most enterprise-scale migrations take 3-6 months, so the realistic window to get compliant without feeling rushed is the summer of 2026.

Do I need to implement all 14 items?

No. The first 9 (Phases 1-3) deliver ~80% of the value. Items 10-14 depend on your stack complexity and are worth it only once the basics are working.

Do I need a DevOps team to ship /.well-known/webmcp?

Usually no. It's a static JSON file served at a specific path. Most CDNs (Cloudflare, Vercel, Netlify) handle it with a redirect rule. Shared hosting needs an .htaccess / nginx config line.

What if my site is mostly marketing content with no forms?

Focus on Phases 1 and 2 (discoverability and semantics), and add FAQPage + HowTo schema. WebMCP action tools matter less when there's nothing to act on — but agent-readable content still wins.

Will this checklist still be accurate in 6 months?

The first 10 items are stable spec requirements. Items 13-14 (analytics) will evolve as tracking tools add first-class agent support. Re-read this page every quarter.

KP

A decade-plus building in technical SEO, AEO, and AI-driven growth. Founder of SEOsmoHub, creator of WebMCP Checker, and publisher across a portfolio of content sites including topinlists.com. Writes about the open web at kulbhushanpareek.com.

Is your site ready for AI agents?

Run a free WebMCP readiness audit in 15 seconds — no signup.

Run Free Audit →