← All stories
● Covered by 1 source · 1 reportMedium impact1 neutral

WebMCP Standard Proposed for AI Agent-Website Interaction

🔄 Updated 1h ago
New to BrevFeed? We gather this story from every outlet covering it into one summary — ranked by real-world impact, not just the latest headline — so you never miss what matters. What is BrevFeed? →

Key points

  • WebMCP is a proposed web standard by Google and Microsoft.
  • It allows websites to declare tools for AI agents.
  • The standard is being developed in the W3C Web Machine Learning Community Group.
  • It aims to replace screen-scraping for AI-website interaction.

Addressing AI-Website Interaction Challenges

Current methods for AI agents to interact with websites rely on screen-scraping, which involves reading raw HTML and guessing element functions. This approach is prone to errors when website layouts or CSS classes change, leading to broken automation and unreliable agent performance.

Introducing WebMCP

WebMCP proposes a new model where websites explicitly declare their capabilities as structured tools that AI agents can directly call. Instead of interpreting visual elements, agents would use a defined API to interact with functions like 'book_table' with specified parameters, eliminating the need for pixel-reading or guesswork.

Joint Development and Status

WebMCP is a proposed web standard under joint development by Google (Chrome) and Microsoft (Edge) within the W3C Web Machine Learning Community Group. It provides a JavaScript API for web pages to register discoverable and callable tools for AI agents. Currently, it is a Community Group draft, not yet a finished W3C standard.

Core Components

The standard focuses on three key aspects: Discovery, allowing pages to announce available tools like 'checkout' or 'filter_results'; and Schemas, which define the structure and parameters for each tool. This structured approach ensures agents know how to interact with website features precisely.

✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →

The daily brief

One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.

One email a day. Unsubscribe in one click, any time.

Today's brief

Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.

~10 min · 8 stories · Aug 26

▶ Play today's brief Listen on Spotify

New every morning, and the back catalogue is archived by date.

Reporting from

Google and Microsoft are developing WebMCP, a proposed web standard that allows websites to declare their functionalities as structured tools for AI agents. This initiative aims to replace current screen-scraping methods with a more reliable and efficient way for AI to interact with web pages, improving automation and reducing errors.