OpenAI launches the WebMCP Challenge, a 10-day hackathon for agent-ready websites
OpenAI opened registration on August 25 for the WebMCP Challenge, a 10-day hackathon inviting developers to build websites and apps that expose their functionality directly to AI agents using WebMCP, an emerging open web standard. The company is running the contest with Google Chrome, Cloudflare, Shopify, Vercel, Netlify, and Render as sponsors and judges.
What's new
WebMCP lets a website define structured tools that an agent can call directly on the page, instead of forcing the agent to click around a human-facing interface. As OpenAI puts it on the challenge page, "WebMCP is an experimental open standard that lets websites expose structured tools agents can use directly." Developers can test entries in ChatGPT's in-app browser, which supports WebMCP by default, or in Google Chrome with the standard turned on through an experimental flag or origin trial.
Key dates:
- Registration and submissions opened August 25 at 12 p.m. PT, alongside a livestream the same day at 3 p.m. PT.
- Submissions close September 3 at 1 p.m. PT.
- Winners are slated to be announced September 23, though OpenAI notes that date could shift depending on submission volume.
- An office-hours session is scheduled for August 31 at 11 a.m. PT.
The top 10 submissions each receive $3,000 in cash from OpenAI, a year of ChatGPT Pro, a Codex Micro keyboard, OpenAI swag, and additional prizes contributed by the sponsor companies. Judges include engineers and applied-AI leads from Chrome, Cloudflare, Vercel, Shopify, Netlify, and OpenAI's own browser agent team, plus the creator of MCP-B, an earlier attempt at bringing MCP-style tool calling into the browser.
To seed ideas, OpenAI's team published several of its own agent-native demo apps alongside the challenge announcement, covering areas like collaborative document editing, 3D modeling, and crossword generation, all built so an agent and a human can act on the same live, signed-in page at once.
Context
WebMCP extends the Model Context Protocol pattern, originally built for connecting AI models to external tools and data sources, into the browser itself. Rather than an agent inferring how to use a site by parsing its visible UI, a WebMCP-enabled page can declare exactly which actions are available and how to invoke them. OpenAI has been building browser-native agent support into ChatGPT, and rival browser and platform vendors, including Chrome, have been experimenting with the same standard, which is why this challenge draws sponsors that would otherwise be competitors in the agentic-browsing space.
Why it matters
The agent-web interface problem, how an AI agent reliably and safely interacts with an ordinary website, has become a bottleneck as agentic browsing tools multiply. Sites built only for human eyes force agents to guess at button labels, page layouts, and login flows, which makes automated tasks brittle. A shared, open standard like WebMCP, if it gains real developer adoption, could let any site opt into being agent-usable without each AI vendor building bespoke scraping or automation logic for it. By recruiting Chrome, Cloudflare, Shopify, Vercel, Netlify, and Render as co-sponsors rather than building this alone, OpenAI is signaling it wants WebMCP to become an industry-wide convention rather than an OpenAI-only feature, and the hackathon format is a fast, low-cost way to generate public reference implementations before the standard is finalized.
Corroborating sources
- Openai
https://openai.com/webmcp-challenge/
“WebMCP is an experimental open standard that lets websites expose structured tools agents can use directly.”