Explanation
What is WebMCP? Browser tools for AI agents
Learn how WebMCP lets websites expose structured tools to AI agents through browser APIs, authenticated sessions, and visible user interfaces.
WebMCP is a Community Group proposal that lets a web application publish
structured actions as tools for AI agents. The site defines the actions and
their inputs. The agent uses that contract instead of inferring behavior from
screenshots, DOM structure, or click sequences.
The browser is a useful home for these tools because the page already has the
application’s state, authorization checks, and visible interface. A tool can
reuse that context without moving browser-only logic into a separate service.
The application still validates inputs, enforces permissions, and asks for
confirmation when the consequence warrants it.
Was this page helpful?
