WebMCP Is Here.
Is Your Website Ready?
Google's new protocol lets AI agents use your forms as structured tools. Our scanner analyzes any URL and generates the WebMCP tool definitions your site needs — in 60 seconds, with zero protocol knowledge required.
Get Your Free Form Analysis
Our team will scan your website's forms and show you exactly how AI agents can interact with them — completely free.
THE CONTEXT
The Web Just Changed. Your Site Needs to Catch Up.
On February 9, 2026, Google and Microsoft released WebMCP — a protocol that turns your website's forms into structured tools that AI agents can discover, understand, and invoke.
When a user asks their AI agent “Find me a hotel in Barcelona for next weekend”, the agent has to:
Result: Slow, fragile, and often fails completely.
Your site publishes structured tool definitions — a contract that tells the agent exactly what's available:
Result: No scraping. No guessing. Reliable agent interaction.
The catch: Someone has to CREATE those tool definitions for your existing forms. That's what the Form Scanner does — automatically.
Just as Google Search rewards well-structured websites with higher rankings, AI agents will prefer sites with well-defined WebMCP tools. The quality of your tool names, descriptions, and schemas directly determines whether an agent selects YOUR site over a competitor's.
Sites that implement first get preferred by agents first. WebMCP is live in Chrome 146 today. The clock is ticking.
HOW IT WORKS
From URL to Agent-Ready Tools in Three Steps
Paste Your URL
Enter any website URL. Our scanner uses full Chromium rendering via Playwright — it sees your site exactly as a browser does, including JavaScript-rendered content, SPAs, and dynamically loaded forms.
We Map Your HTML to WebMCP
This is where the intelligence lives. The scanner reads your existing HTML and maps it to the WebMCP protocol's constructs.
<form action="/search">toolname: "search"<h2>Search Rooms</h2>tooldescription: "Search for available rooms..."<label>Check-in Date</label>toolparamdescription: "Check-in date (YYYY-MM-DD)"<input type="date" required>{ type: "string", format: "date" }<input type="email">{ type: "string", format: "email" }<input type="number" min="1" max="10">{ type: "integer", min: 1, max: 10 }<select> <option>Standard...enum: [...] with oneOf titles<input type="hidden">Flagged for security reviewReview, Refine, Deploy
For each detected form, you receive everything you need to go live.
Tool Definition
toolname, tooldescription, inputSchema
Confidence Score
Tier-based mapping certainty
Dual-Format Code
Declarative HTML + Imperative JS
Security Flags
Sensitivity classification
DETECTION ENGINE
We Don't Just Find Forms. We Understand What They Do.
We produce TOOL DEFINITIONS — understanding not just what fields exist, but why they exist and how an agent should use them.
Form Intent Classification
Each form is classified by intent — driving security annotations and deployment recommendations.
Search / Query
Read-only, safe for autosubmit
Transaction
Needs requestUserInteraction()
Data Entry
Creates/modifies records
Submission
One-way form, needs confirm
Authentication
Special security considerations
File Operation
Size/type constraints needed
EXAMPLE OUTPUT
See It In Action
Example scan of a sample hotel booking site. Scores and results are illustrative.
Found
4 forms, 2 interactive
0/100
Pre-implementation
0/100
With scan output
tooldescription: "..."
inputSchema.properties: { 4 fields }
tooldescription: "..."
inputSchema.properties: { 7 fields }
tooldescription: "..."
inputSchema.properties: { 3 fields }
tooldescription: "..."
inputSchema.properties: { 4 fields }
2 interactive elements: Map location selector, photo gallery filter — requires imperative API
Try It On Your Own Site
Get a detailed form analysis report showing how AI agents can interact with your website — completely free.
EXAMPLE OUTPUT
Production-Ready Code in Every Format
Declarative HTML, imperative `registerTool()` output, and raw JSON Schema generated from the same scan so implementation and QA stay in sync.
<form toolname="search-rooms"
tooldescription="Search for available hotel
rooms by check-in date, check-out date,
number of guests, and preferred room type."
toolautosubmit
action="/api/rooms/search" method="GET">
<label>Check-in Date
<input type="date" name="checkIn" required
toolparamtitle="Check-in Date"
toolparamdescription="Arrival date
in YYYY-MM-DD format" />
</label>
<label>Number of Guests
<input type="number" name="guests"
min="1" max="10" required
toolparamtitle="Number of Guests"
toolparamdescription="Total guests,
between 1 and 10" />
</label>
<label>Room Type
<select name="roomType"
toolparamtitle="Room Type"
toolparamdescription="Preferred room">
<option value="standard">Standard</option>
<option value="deluxe">Deluxe</option>
<option value="suite">Suite</option>
</select>
</label>
<button type="submit">Search Rooms</button>
</form>Spec Compliance
Suggestions
ADVANCED
Scale Beyond a Single Page
Multi-Page Crawl Scanning
Team+Problem
Your site has forms across 15+ pages. Scanning them one by one is tedious.
Solution
Provide a sitemap URL or let us crawl from your homepage. We discover and scan every page with forms, producing a unified site-wide report.
Site-wide form inventory grouped by page, recommended priority order, and a total Agent Readiness Score for the full site.
Authenticated Page Scanning
Pro+Problem
Your most important forms are behind login walls — account settings, admin panels, checkout flows.
Solution
Use the browser extension to scan authenticated pages. It runs locally in YOUR browser — credentials never leave your machine.
The extension reads the DOM after you've authenticated. Only structural data (element types, attributes, labels) is sent. No values, cookies, or tokens.
Scheduled Re-Scans & Change Detection
Team+Problem
Your CMS team added a new form. A developer changed a field name. Nobody told the WebMCP maintainer.
Solution
Schedule weekly or daily re-scans. We detect form changes and alert you: new forms, modified fields, removed forms, mismatched tool definitions.
The WebMCP spec warns that tool descriptions modified via CMS updates are a potential injection vector. Continuous scanning catches these.
Bulk Export & CI/CD Integration
Pro+Problem
You scanned 25 forms. Now you need to get those tool definitions into your codebase and deployment pipeline.
Solution
Export all results as individual files, combined manifest, or webmcp.config.yaml for CI/CD integration.
npx webmcp-cli ci --min-score 75 — Fail the build if your Agent Readiness Score drops below threshold.
THE FULL PIPELINE
The Scanner Gives You 90%. You Add the 10% That Makes It Yours.
Scan
You Are Here
Analyze your URL and generate draft tool definitions with dual-format output, confidence scores, and security flags.
Review & Refine
Tool Studio + AI Co-Pilot
Visual editor to accept, edit, or reject generated tools. The AI Co-Pilot enhances descriptions using spec best practices.
Test
Prompt Coverage Testing
Send 50-200 natural language prompts to multiple LLMs and verify agents select the right tools with right parameters.
Score
Agent Readiness Score
Composite 0-100 score across implementation quality, prompt coverage, security, reliability, and best practices.
Deploy & Monitor
Code Gen + Analytics
Export production-ready code for your framework. Track real agent interactions, success rates, and revenue attribution.
Scan
You Are Here
Analyze your URL and generate draft tool definitions with dual-format output, confidence scores, and security flags.
60 seconds
Review & Refine
Tool Studio + AI Co-Pilot
Visual editor to accept, edit, or reject generated tools. The AI Co-Pilot enhances descriptions using spec best practices.
5-15 min/tool
Test
Prompt Coverage Testing
Send 50-200 natural language prompts to multiple LLMs and verify agents select the right tools with right parameters.
2-5 minutes
Score
Agent Readiness Score
Composite 0-100 score across implementation quality, prompt coverage, security, reliability, and best practices.
Instant
Deploy & Monitor
Code Gen + Analytics
Export production-ready code for your framework. Track real agent interactions, success rates, and revenue attribution.
One click
HYPOTHETICAL SCENARIOS
From Solo Devs to Enterprise Teams
Illustrative scenarios showing how different teams might use Form Scanner.
Freelance Developer
Hours
not days
Consider a scenario where a developer scans a client's site during a kickoff call.
A freelancer is asked to make an e-commerce site agent-ready. The client wants a quick turnaround with a fixed budget.
Result: Potential to reduce implementation from days to hours.
Digital Agency
Faster
scoping
A potential use case: scanning an entire client portfolio in one session.
An agency director sees WebMCP as a new service offering. They need to assess multiple client sites quickly to scope engagements.
Result: Streamlined discovery phase for agent-readiness consulting.
VP of Digital, Enterprise
Scoped
with data
Consider a scenario where a scan report helps scope a board-level initiative.
A VP is asked by leadership to 'make the website work with AI agents.' They need to scope the project and present a budget.
Result: Clear scope and evidence for project planning.
Small Business Owner (Shopify)
Zero
code needed
A potential use case: no-code setup for a small business.
A boutique hotel owner on Shopify hears about AI agents from an industry newsletter and wants to participate without writing code.
Result: Agent-ready in minutes, no developer required.
Startup CTO
Data
driven plan
Consider a scenario where you scan competitors before building anything.
A startup CTO wants to ensure AI agents prefer their site over competitors in their vertical.
Result: Data-driven sprint plan targeting competitive advantage.
THE MATH
Hours by Hand. Seconds with a Scanner.
Manual
Form Scanner
Estimated comparison (illustrative)
$1,000-2,000
Estimated manual cost (10 forms @ $100/hr)
$100-200
Estimated scanner + review time
$79/mo
Pro plan pricing
PRICING
Start Free. Scale When Ready.
Free
Exploring & testing
Starter
Solo devs & freelancers
Pro
POPULARProfessional developers & startups
Team
Agencies & mid-market teams
Enterprise
Unlimited everything. On-premise option. SSO. Compliance reports (GDPR, HIPAA, PCI-DSS). Dedicated support. Starts ~$999/mo.
WebMCP Launched Two weeks ago. See Where Your Site Stands.
Get a free form analysis with tool candidates, confidence scores, and security flags. Then decide what ships with real evidence, not guesswork.
Get Your Free Analysis
Our experts will analyze your site and walk you through the results — completely free.
Prefer the CLI?
npx webmcp-cli audit
On Shopify or WordPress?
Install the plugin — no code
Just want your score?
Free Agent Readiness Score
Want to understand WebMCP first?
Read our Complete Guide