WebMCP Challenge – OpenAI
tilt
21 points
5 comments
August 26, 2026
Related Discussions
Found 5 related stories in 61.5ms across 4,560 title embeddings via pgvector HNSW
- WebMCP: Teaching Your Website to Talk to AI Agents sreenathmenon · 55 pts · August 26, 2026 · 67% similar
- The OpenAI Bubble elorant · 30 pts · July 15, 2026 · 51% similar
- Show HN: Open-source playground to red-team AI agents against public prompts zachdotai · 13 pts · August 09, 2026 · 50% similar
- Show HN: An MCP server that turns async-work practices into tools benbalter · 17 pts · July 21, 2026 · 50% similar
- Coding Tools MCP (v0.2.2):Give any AI chat or agent a pair of hands on your code xytom · 12 pts · July 28, 2026 · 50% similar
Discussion Highlights (3 comments)
joshmarinacci
I don’t understand the point of WebMCP. Any website that you could do interesting things with programmatically either already has an API or doesn’t want to provide programmatic access for business reasons. So who is this for?
bikeshaving
If you care about web standards, please for the love of god do not participate in this challenge. “WebMCP” is an extension to the `document` global under `document.modelContext`. The `document` object exists to represent the visual and structural node tree of an application. The `modelContext` extension is essentially an API gateway, and this proposal staples a global RPC registry with structured JSON payloads onto the DOM. It ignores the standard Request/Response API, and it does all of its work on the main thread. It forces developers into manual state-synchronization hell just to maintain a facade for a screen-scraping LLM, meeting them halfway so increasingly capable bots can “book flights on your website.” The API makes no considerations for API versioning, so any WebMCP tools you write are carved in stone. I have no idea who at Google is advocating for this, but it’s a half-baked idea that goes against 20 years of web standard work. At least put this under the `window` or `navigator` global, goddamn.
dnnehgf
who is going to read this post and think: "i am the target audience for this. i had better get working on my submission to the webmcp challenge." 3d modeling, collaborative writing, crossword builder?? huh?