All Topics
All Topics
Technology
Technology
AI
AI
Business
Business
Entertainment
Entertainment
News
News
Programming
Programming
Security
Security
Science
Science
Design
Design
Environment
Environment
Finance
Finance
Crypto
Crypto
Politics
Politics
Sports
Sports
Education
Education
Gaming
Gaming
Art
Art
Music
Music
Health
Health
Books
Books
Food
Food
Travel
Travel
Personal
Personal
Bluesky
Twitter

Browser Run - Browser Run adds WebMCP support

2mo ago

Source

CloudflareBrowser Run - Browser Run adds WebMCP supportcloudflare.com
Snippet from the RSS feed
Browser Run (formerly Browser Rendering) now supports WebMCP (Web Model Context Protocol), a new browser API from the Google Chrome team. The Internet was built for humans, so navigating as an AI agent today is unreliable. WebMCP lets websites expose structured tools for AI agents to discover and call directly. Instead of slow screenshot-analyze-click loops, agents can call website functions like searchFlights() or bookTicket() with typed parameters, making browser automation faster, more reliable, and less fragile. With WebMCP, you can: Discover website tools - Use navigator.modelContextTesting.listTools() to see available actions on any WebMCP-enabled site Execute tools directly - Call navigator.modelContextTesting.executeTool() with typed parameters Handle human-in-the-loop interactions - Some tools pause for user confirmation before completing sensitive actions WebMCP requires Chrome beta features. We have an experimental pool with browser instances running Chrome beta so you can test emerging browser features before they reach stable Chrome. To start a WebMCP session, add lab=true to your /devtools/browser request: curl -X POST " \ -H "Authorization: Bearer {api_token}" Combined with the recently launched CDP endpoint , AI agents can also use WebMCP. Connect an MCP client to Browser Run via CDP, and your agent can discover and call website tools directly. Here's the same hotel booking demo, this time driven by an AI agent through OpenCode: For a step-by-step guide, refer to the WebMCP documentation .

You might also wanna read

WebMCP API: JavaScript Interface for Exposing Web Apps as AI Tools

WebMCP API is a new JavaScript interface that enables web developers to expose web application functionality as 'tools' - JavaScript functio

webmachinelearning.github.io·4mo ago

WebMCP: JavaScript Interface for AI Agents to Access Web Application Functionality

WebMCP is a new JavaScript interface that enables web developers to expose their web application functionality as tools that AI agents, brow

Product Hunt·4mo ago

Microsoft launches Chrome DevTools MCP for AI agent browser inspection in Edge and WebView2

Microsoft has introduced Chrome DevTools for agents (chrome-devtools-mcp), a Model-Context-Protocol (MCP) server that allows AI coding assis

learn.microsoft.com·19d ago

Google Announces WebMCP Early Preview for Standardized AI Agent Interactions with Websites

Google announces WebMCP early preview, a new standard for websites to expose structured tools that enable AI agents to interact with sites m

developer.chrome.com·4mo ago

Chrome DevTools MCP Server Update Enables Coding Agents to Debug Active Browser Sessions

Chrome DevTools MCP server now allows coding agents to directly connect to active browser sessions, enabling them to reuse existing sessions

developer.chrome.com·3mo ago

Web-to-MCP: Send Website Components Directly to AI Coding Tools via Model Context Protocol

Web-to-MCP is a tool that bridges the design-to-development gap by allowing users to send pixel-perfect website components directly to AI co

Product Hunt·10mo ago

Comments

Sign in to join the conversation.

No comments yet. Be the first.