FAQ
WebMCP & AI Integration
Everything about the WebMCP protocol, how it works, and how to implement it.
What is WebMCP?
WebMCP (Web Model Context Protocol) is an emerging standard that lets websites expose their functionality to AI models in a structured, machine-readable way. By implementing WebMCP tools on your site, you allow browser agents to perform tasks like filling forms, navigating flows, or extracting data — autonomously and reliably.
How do I implement WebMCP on my site?
WebMCP tools are registered via the navigator.modelContext API in JavaScript. You declare each tool with a name, description, and JSON Schema contract for its parameters. When a browser agent visits your site, it can discover and invoke these tools to interact with your service programmatically.
Do I need WebMCP to have a good ARS score?
WebMCP is the highest-weighted pillar of the ARS, so implementing it will have the biggest impact on your score. However, sites with strong structured data and semantic HTML can still achieve a solid mid-range score without WebMCP tools.
Which AI agents support WebMCP?
WebMCP is supported by modern AI browser agents that implement the W3C navigator.modelContext API. As the standard matures, more agents and browser extensions are expected to adopt it. Being an early adopter ensures your site is discoverable as the ecosystem grows.