WebMCP for Technica...
 
Notifications
Clear all

WebMCP for Technical SEO

0 Posts
1 Users
0 Reactions
32 Views
0
Topic starter

Importance of WebMCP for Technical SEO

WebMCP in AI age is like schema structure data implementation during olddays which is still meaningful for SERP rich results and LLM citations and already used by every top SEO experts across web. 

In the age of Artificial Intelligence the agentic web is evolving, Google is helping websites play an active role in how AI agents interact with websites. WebMCP aims to provide a standard way for exposing structured tools, ensuring AI agents can perform actions on your site with increased speed, reliability, and precision.

By defining these tools, you tell agents how and where to interact with your site, whether it's booking a flight, filing a support ticket, or navigating complex data. This direct communication channel eliminates ambiguity and allows for faster, more robust agent workflows.

WebMCP Example

WebMCP is an open source JavaScript library that allows any website to integrate with the Model Context Protocol. It provides a small blue widget in the bottom right corner of your page that allows users to connect to and interact with your webpage via LLM or agent.

https://webmcp.dev/

Connect to this site (or any site that uses WebMCP)

To use the WebMCP features on a website, you need to:

    1. Make sure you have an MCP Client and configure it

For example, you can get Claude Desktop, and configure it by going to Settings > Developer > Edit Config, and add MCP server to your configuration

{
  "mcpServers": {
    "webmcp": {
      "command": "npx",
      "args": [
        "-y",
        "@jason.today/webmcp@latest",
        "--mcp"
      ]
    }
  }
}
  1. Start your MCP client and ask it to make a webmcp token
  2. Click the blue square in the corner and paste the token
  3. If you're using Claude Desktop and/or don't see tools immediately appear, restart your MCP client. (hopefully all MCP client will support tool changes soon!)

Getting Started (for website developers)

To use WebMCP, simply include the script on your page:

<script src="webmcp.js"></script>

The WebMCP widget will automatically initialize and appear in the bottom right corner of your page.

 

WebMCP proposes two new APIs that allow browser agents to take action on behalf of the user:

  • Declarative API: Perform standard actions that can be defined directly in HTML forms.
  • Imperative API: Perform complex, more dynamic interactions that require JavaScript execution.

These APIs serve as a bridge, making website "agent-ready" and enabling more reliable and performant agent workflows compared to raw DOM actuation. SEOs must need to learn about technical aspects, implementations of WebMCP.

Imagine an agent that can handle complex tasks for your users with confidence and speed.

  • Customer support: Help users create detailed customer support tickets, by enabling agents to fill in all of the necessary technical details automatically.
  • Ecommerce: Users can better shop your products when agents can easily find what they're looking for, configure particular shopping options, and navigate checkout flows with precision.
  • Travel: Users could more easily get the exact flights they want, by allowing the agent to search, filter results, and handle bookings using structured data to ensure accurate results every time.

WebMCP is available for prototyping to early preview program participants.

Sign up for the early preview program to gain access to the documentation and demos, stay up-to-date with the latest changes, and discover new APIs.


Share: