WebMCP and AI agents visiting your website
Article

Your website has a new audience

WebMCP, MCP, and the future of discoverability

Visibility used to be enough. Usability is becoming decisive.

The question is no longer "are we on page 1?" but "is our answer being used by the AI?"

Your website is getting visitors who aren't really visitors. ChatGPT, Claude, Perplexity, and countless shopping agents browse the web looking for answers. They don't read your marketing copy. They search for data they can use directly.

If your website doesn't offer that data, the agent moves on to your competitor who does. Not tomorrow, but over time. This isn't a short-term traffic hack. It's early positioning for a shift that's already underway.

This month, Google introduced WebMCP as a public preview: a new browser standard that lets websites communicate directly with AI agents. Think of it as a menu that AI agents can read, so they know what your website has to offer. We've already implemented it at thinkahead.digital/webmcp. Here's what it means.

// WHAT_IS_WEBMCP

What is WebMCP

The standard

WebMCP (Web Model Context Protocol) is a browser standard from Google. It was announced on February 10, 2026 as an early preview in Chrome 146 Canary and is now in W3C incubation with Microsoft. It's early, but the direction is clear.

The core idea is simple: you give your website a menu that AI agents can read. "These are my services, this is my contact form, here's how to book a meeting." The browser asks the user for confirmation and executes the action. No scraping, no heuristics, no guesswork.

Two approaches

You can implement WebMCP two ways:

Declarative (HTML)

Add labels to your existing forms that explain what each field does. The browser automatically creates a structured description from them. No programming required.

<form toolname="subscribe">
  <input
    name="email"
    toolparamdescription=
    "Email address">
</form>
Imperative (JavaScript)

For more complex use cases: register functions via JavaScript. Useful when you want to respond dynamically, like filtering search results or checking availability based on input. See our live demo for a working example.

Key stats: WebMCP reduces token usage by 89%, improves accuracy to 98%, and completes actions in 1-2 seconds (versus 5-10s for screenshot-based agents).

The user is always in control

This is critical: nothing happens without your permission. The agent can say "I want to fill your contact form," but the browser asks you first. Think of it as an assistant who prepares a form for you, but only submits it when you click "approve."

// MCP_SERVERS

MCP Servers -the server side

WebMCP is browser-side. But there's also server-side MCP.

MCP (Model Context Protocol)

MCP is a standard from Anthropic that lets AI agents call your systems directly. The difference with WebMCP? WebMCP is the street address (the agent visits your website), MCP is the phone number (the agent calls your system directly). Key difference: MCP is production-ready today and widely supported. WebMCP is experimental and still in development.

We've already done this: Stack Scout on AIDevTools.app. We run an MCP server at https://aidevtools.app/mcp with four tools:

  • recommend_stack -Top 3 stack recommendations
  • compare_stacks -Compare stacks side by side
  • list_available_stacks -Browse all 25 stacks
  • search_stackoverflow -Stack Overflow search (4th tool)

We submitted this to OpenAI's ChatGPT App Store. Status: awaiting approval (over a week now).

WebMCP vs. MCP Server

WebMCPMCP Server
WhereBrowser (client-side)Server (HTTP endpoint)
HowHTML attributes + JS APIJSON-RPC over HTTP
Who initiatesAgent visits your pageAgent calls your API
Examplethinkahead.digital/webmcpaidevtools.app/mcp
UserBrowser asks for confirmationDepends on client
MaturityExperimental (Chrome Canary)Production-ready

Same language, different channel

The elegant part: both use the same structure. A tool has a name, a description, and a definition of what it needs. Same language, different transport. They're complementary, not competing.

WebMCP is your street address: agents visiting your website. MCP Server is your phone number: ChatGPT, Claude, or Cursor calling your system directly. Together, they form a complete network of agent readiness. But: MCP you can deploy today. WebMCP is the next step.

Read more: Our previous article on how we built Stack Scout with MCP.

// GENERATIVE_ENGINE_OPTIMIZATION

GEO -Generative Engine Optimization

This is where strategy comes in. WebMCP and MCP are tactical. But there's a bigger picture.

From SEO to GEO

For twenty years, SEO taught us: if you're not on Google page 1, you don't exist. Now the playing field shifts. AI applications like Perplexity, ChatGPT Search, and Google AI Overviews become a new layer of discovery. They don't read your website; they give users answers.

Visibility used to be enough. Usability is becoming decisive.

This is GEO: Generative Engine Optimization. Making your website not just findable for humans, but usable for AI agents searching on their behalf.

Three pillars

A complete GEO strategy consists of three layers:

1. Structured Data

Offering your information in a format machines can read (think Schema.org and JSON-LD). This was already important for SEO. For GEO, it's critical. If you provide FAQs, products, and events as structured data, AI models can use them directly instead of having to scrape your pages.

2. MCP Server

Don't just show your data; make yourself callable. An MCP server gives AI agents like ChatGPT and Claude direct access to your product catalog, knowledge base, or recommendation engine. Without them needing to visit your website. This is production-ready today.

3. WebMCP

Make your website interactive for agents. Filling forms, booking appointments, placing orders: all by AI agents using your WebMCP tools. Your website becomes a control panel for intelligent assistants. This is still experimental, but the direction is set.

Together: discoverable (structured data), callable (MCP), interactive (WebMCP).

In practice

This translates into concrete choices:

  • FAQ page: Not just human-friendly, but also a WebMCP tool. Agents can query FAQs and get answers.
  • Product catalog: JSON-LD structured data for descriptions. MCP tool for filtering and comparison. WebMCP form for direct ordering.
  • Contact form: Fillable by agents (WebMCP declarative). No reCAPTCHA walls -agents can fill it with your permission.
  • Booking page: MCP server exposes availability. WebMCP lets agents book your calendar directly.

Let's be honest: this is early positioning

Let's be realistic: there's no massive agent traffic affecting your revenue today. WebMCP is in Chrome Canary, not in your customer's browser. This is not a short-term growth hack.

But imagine that in two years, 30% of B2B discovery happens via AI agents. That a procurement officer doesn't google "compare CRM software" but asks Claude: "find three CRMs that fit a 50-person team and book a demo." The organizations that are already usable for agents will be found first.

That's the bet. And looking at who's backing it (Google, Microsoft, W3C, Anthropic), it's not an unreasonable one.

Who should care right now?

Not every organization needs to jump on this tomorrow. This is especially strategic for: SaaS companies, e-commerce platforms, knowledge-intensive service providers, organizations with complex product catalogs, and API-driven businesses. A local bakery with five pages? Less urgent. A B2B platform with hundreds of products and a sales funnel? You want to be early.

// WHY_NOW

Why start now

The status

WebMCP is young. Chrome Canary, not production Chrome. Polyfills still in beta. MCP server submissions waiting for approval. This is the earliest stage.

But: the direction is undeniable. Google + Microsoft + W3C + Anthropic all backing the same standard. This isn't another framework obsolete next month -this is infrastructure.

What you gain by starting now

Today, most websites aren't designed for AI agents. Agents rely on HTML parsing, heuristics, and sometimes screenshots to understand what a page offers. It works, but it's fragile and error-prone. Organizations that start now with structured data and an MCP server build a lead that's hard to catch up on when the market tips.

Concretely: with MCP you can make your services, products, or knowledge base directly available to AI tools today. That's not an experiment, that's production. WebMCP adds the browser side later. Start with what works now, and you'll be ready when the rest follows.

What we're doing

We've implemented WebMCP across all our pages with forms and interactions, and dedicated a page to it at thinkahead.digital/webmcp. We also run an MCP server at aidevtools.app/mcp for Stack Scout.

We believe the shift from visibility to usability is real. We're positioning now, and we help clients do the same.

// WHAT_NEXT

What's next

The shift from visibility to usability has begun. MCP is deployable today. WebMCP follows. Structured data you should have had yesterday. Start with what's possible now, and build from there.

WebMCP is in preview. It will be more broadly available when Chrome Canary transitions to stable (scheduled Q2 2026).
// CONTACT

Want to know if your site is agent-ready?

We do a quick scan of your website: how visible are you to AI agents, where are the quick wins, and what's a realistic first step? Think structured data, a first MCP tool, or WebMCP preparation.

30 minutes, no obligation, no sales pitch.

// MORE_READING

Related