DE version is available. Content is displayed in original English for accuracy.
Advertisement
Advertisement
⚡ Community Insights
Discussion Sentiment
75% Positive
Analyzed from 2046 words in the discussion.
Trending Topics
#webmcp#agent#agents#browser#mcp#web#accessibility#page#more#user

Discussion (49 Comments)Read Original on HackerNews
On one hand the claims are being made that AI is smart enough to replace software engineers and on other hand the website owners are beings asked to provide information in a certain format to the Agents so they can do their job better. Remember this is the same information that every regular user is able to use.
Secondly if you maintain two versions of information, one for regular humans and one for agents, its just a matter of time before they start to diverge from each other. One can pick up and compare the native app and Browser application for any company, 99% chances are they are not exactly the same.
> Remember this is the same information that every regular user is able to use.
This is not true. The users don't see the HTML, CSS and JavaScript. If they would, even if they're frontend devs, they'll be just as confused as the agents.
The user see images, and while you can make the agents see the image as well, unlike humans the effective agents we have today work with text, not images.
Lets leave the image vs text from the discussion from now, its a altogether different challenge.
more impactful work has to be done on the native legacy desktop app scene. that's where most of major companies big or small do their work.
agents automating websites is kinda easy. automating legacy desktop apps that's another issue though there's RPA.
- WebMCP allows agents to assist humans on their own interface ie the web UI.
- APIs bypass the human interface completely
And I'm not sure most of the work today is done on legacy desktop apps. We're in 2026, not 2016
but in Main Street US - guess what the dentists are using ? guess what the auto-shop is using, the auto-dealer ?
mostly desktop software running on on-premise hardware, with some using cloud version but just being a small population overall. most of the software has no APIs, & no web version.
it's not sexy, nor fun. actual FDEs are needed for those industries, if anything A.I will unlock so much lost productivity.
Why not offer a simple form that humans and AI can use alike?
https://en.wikipedia.org/wiki/Well-known_URI
That way any user agent can get the data and make a call directly to the right endpoint with the right data. It could be an AI agent, a web browser, a specialized tool, a cURL command, or whatever.
https://agenticresourcediscovery.org/how_to_publish/ and the caldav stuff might serve as decent examples of where to start.
Developing MCPs only works if the capabilities for the site don't involve any iterative reasoning and acting for the user, which things like travel and dining do :p
When I give this even to relatively small-model agents, they use this initial seed to browse the site and do things very well.
The initial prompt suffices. After that most agents just use the HTML to navigate very well. I suppose I could have that description in an aria label if I wanted but it’s the same.
This limits the utility of WebMCP to in-browser agents. In practice, what's the use case? Computer Use can work, but at that point you can circumvent WebMCP entirely.
IMO the better option would be to unify MCP with a standard protocol, like HTTP. Right now, you have to rely on the MCP registry for discovering MCP servers, but wouldn't it make more sense to have this natively in HTTP?
One interesting use case for WebMCP is cross-site activities that a browser agent might take. If the data-flow in question involves a heterogeneous set of websites.
This feels like a lifeline for incumbent web SaaS more than anything. Future apps can be architected in ways that do not require WebMCP but massive apps like Salesforce or Workday can't really abandon the decades of accidental business logic embedded in the Web UI flows that make up their project. While those same flows could be data-driven, slapping a WebMCP facade on top of them is just more practical. Instead of forcing incumbents to create an AI-native MCP where they are first class citizens, it is easier to let them sprinkle browser affordances throughout their human-centric front-end and offload the work to the agent.
But for my own part, since I am developing from scratch without that legacy need, I actually think relying on WebMCP might be an anti-pattern. It might be useful for the cross-site use case and it might be useful for reducing latency for purely UI activities (e.g. "filter this list" where all the data is already on the client), but in general my feeling is it is better to have a robust MCP interface for agents.
The only usecase I can image is if you have some terribly complicated legacy frontend and need to work around the logic built there. Otherwise just make an AI chat window or MCP which operates server side and let data sync back to UI from there.
One way to think about WebMCP, as the article notes, is as web accessibility for agents. But since it functionally allows developers to expose any function on their website to an agent via RPC, the more interesting use cases are the ones that use the browser as a sandboxed execution environment.
https://duckboard-webmcp.alexmnahas.workers.dev/ is an example of this, and I would love to see more.
Maybe instead of skills that require users to download arbitrary binaries to their computers, the skills could instead point to a domain that comes preloaded with that binary in Wasm and lets the agent interact with it over WebMCP?
If enough websites have duplicate functionality it should most likely be implemented in the browser.
Let Mozilla or Alphabet define an API for country addresses and let national registers implement it.
Having some tiny website buy a db with an outdated version of ALL the worlds addresses is terrible. People with new addresses buy a disproportionate amount of stuff.
Are we there already? asking because I genuinely cannot find an agent that will do this end to end for me.
https://www.youtube.com/watch?v=D5VN56jQMWM
i just can't with these ai-written blog posts. if i wanted to learn WebMCP through chatgpt i would have just asked chatgpt
Imagine if we can trick a whole bunch of companies into making their booking systems API accessible under the pretense of "enabling agents"!
Which has happened countless times here already.
The history of the web is one big loop of:
1. Nifty feature that’s suitable for a wide variety of user agents, from GUI browsers to screen readers to text interfaces to automation.
2. Approximately 0.1% of web sites adopt it properly. The rest hack up something that mostly works for most of their visitors while ignoring any use case outside of a human driving a mainstream browser.
3. Automation works around it by pretending to be a human driving a mainstream browser.
4. Other cases should be handled better, so let’s add a nifty new feature that’s suitable for a wide range of things. Goto 1.
See: forms, CSS, “semantic web.” Even REST APIs mostly exist as monstrous piles of client-tied functionality that can’t be reasonably used from a client other than the company’s official apps and web site.
Sometimes it helps to not think of why we should reject things but instead to think of why someone might accept them.
If a page has good accessibility an agent should have no problem to interact with it. If WebMCP becomes an acceptable solution for accessibility then the only way people who need accessibility will be able to interact with services is via agents.
Seems obvious why an API would be helpful on that page instead of having the AI attempt to navigate the page, open up a date picker and click all around..
And as others have said, if you are disabled in some way being able to just speak and get something like this done seems pretty life changing.
But you go ahead and be mad about an api...