Back to Blog
WebMCP AI Agents Standards Infrastructure

What is WebMCP? The Open Standard Making Web Apps Executable by AI Agents

2 min read
Abstract network connections representing web infrastructure

The way AI agents interact with web applications is fundamentally changing. Until now, agents had two options: scrape raw HTML and guess at structure, or rely on purpose-built APIs that few applications offer. Neither approach scales.

WebMCP (Web Model Context Protocol) changes this. Introduced by Google and Microsoft in February 2026, WebMCP is an open standard that lets web applications declare what agents can see, understand, and do — in a structured, permission-controlled way.

How WebMCP Works

At its core, WebMCP defines a contract between web applications and AI agents:

  1. State Exposure — Applications declare which UI components and data are visible to agents, including their current state
  2. Action Declaration — Applications define what actions agents can take, with typed parameters and descriptions
  3. Permission Boundaries — Applications set explicit limits on what agents can access and modify

Think of it like an API, but for the entire frontend experience. Instead of building separate endpoints, you instrument your existing components.

// Example: Making a button executable by agents
<Button
  webmcp={{
    name: "submit_order",
    description: "Submits the current order for processing",
    parameters: { confirm: "boolean" }
  }}
  onClick={handleSubmit}
>
  Place Order
</Button>

Why This Matters

For Product Teams

You no longer need to build and maintain separate “agent APIs.” Your existing UI becomes the interface. When you ship a new feature, agents can use it immediately — with the same flows, validations, and guardrails your users experience.

For AI Agent Developers

Instead of reverse-engineering applications through screenshots or DOM inspection, you get structured access to application state and capabilities. Agents can understand context, take actions, and handle errors predictably.

For End Users

Agents operating through WebMCP respect the same permission model as the application. They can only do what they are explicitly allowed to do — nothing more.

The Infrastructure Gap

WebMCP defines what should be possible. But implementing it well — with proper observability, versioning, and control — requires infrastructure.

That is where Kn8 comes in. We provide the SDK and control plane that makes WebMCP adoption practical:

  • One-line instrumentation for your React components
  • Dashboard control over prompts, permissions, and agent behavior
  • Full observability into how agents interact with your product

Getting Started

If you are building products that AI agents will interact with — whether your own agents or third-party ones — WebMCP is the standard to build on.

Request access to Kn8 to start instrumenting your application today. Most teams are live within a day.

M
Co-founder at Kn8 · Enterprise AI & Data Product Executive

Matheus Reis is a product executive with 10+ years of experience building AI and data products for enterprise customers. Based in Berlin, he has led data product strategy across B2B SaaS organisations — from early-stage through scale. He is now co-founder at Kn8, building the infrastructure that makes web applications natively executable by AI agents.

Ready to make your product agent-ready?

Request access to Kn8 and start instrumenting your application today.