OpenAI Adds WebMCP Site Tools to the ChatGPT Desktop Browser

OpenAI Adds WebMCP Site Tools to the ChatGPT Desktop Browser

AIAugust 28, 2026
By Antonio Fernandez

TL;DR

  • OpenAI added WebMCP to the ChatGPT desktop app browser, letting a page register JavaScript functions as tools with names, descriptions and structured input schemas that ChatGPT and Codex can call.
  • Site tools live in the current page and signed-in session, show an address bar arrow marking read versus change, and disappear when the page closes.
  • The feature needs GPT-5.6 Sol or Terra, is disabled on GPT-5.6 Luna, and is unavailable in Enterprise and Edu workspaces.
  • OpenAI calls WebMCP an experimental open standard; the spec is a W3C Web Machine Learning Community Group draft and is not on the W3C Standards Track.
  • Search Engine Journal states the documentation does not explain how WebMCP might affect rankings, citations or discoverability.

OpenAI has added WebMCP support to the built-in browser of its ChatGPT desktop app, letting a webpage register its own JavaScript functions as tools that ChatGPT and Codex can call directly from that page. Search Engine Journal reported the change, and OpenAI is presenting WebMCP as an experimental open standard rather than a settled one.

The practical question for a site owner is narrow. Until now, an agent working inside a browser had to operate an interface the way a person does, by clicking and typing. WebMCP offers a second route: the site declares a set of actions, each with a name, a description and a structured input schema, and the agent calls those instead of working the buttons. OpenAI framed the goal in its challenge announcement as replacing an agent guessing its way through your interface with a definition of exactly how it may use your app.

What OpenAI actually shipped

Site tools is the user-facing name. According to the Search Engine Journal report, they cover work such as searching documents, editing files, exploring dashboards, comparing travel options and updating shopping carts. Which tools exist depends on the website, so the set can differ from one page to another even inside the same site.

When site tools are available on a page, an arrow appears in the address bar. That arrow also indicates whether a tool can read data or make changes, which is the distinction that matters most before an agent is allowed to act inside a signed-in account. ChatGPT can find a suitable tool on its own. The tool stays linked to the page where it was found, and it disappears when that page is closed. Tools used on one page are not carried over to another.

How this differs from the MCP connectors ChatGPT already supported

ChatGPT has supported the server-based Model Context Protocol since 2025, and WebMCP is a separate thing. A server-based MCP connector links an AI application to a local or remote server, and it can operate with no webpage open at all. WebMCP runs the other way round. The tools come from the page the agent is visiting, they execute inside the current page and the current signed-in session, and there is no separate connector for the user to set up.

Developers can connect those tools to application logic and permissions they already have. That is what makes this an engineering decision rather than a settings toggle. A site tool that updates a cart is the existing cart code with a declared interface placed in front of it, subject to the same permission checks the session already carries.

Read the specification status twice

OpenAI calls WebMCP an experimental open standard. The specification is a draft from the W3C Web Machine Learning Community Group, and Search Engine Journal states that it is not on the W3C Standards Track. A Community Group draft is not a W3C standard, and the report gives no timeline for that status changing. Anyone weighing engineering hours against WebMCP should price in the possibility that the interface changes shape before it settles.

Where it works, and where it does not

The availability conditions in the report are specific, and several of them will rule out the exact accounts a marketing or IT team would reach for first. These are the limits the source states.

Where it works, and where it does not
ConditionWhat the source states
ModelThe feature requires GPT-5.6 Sol or GPT-5.6 Terra
GPT-5.6 LunaWebMCP is disabled on this model
Enterprise and Edu workspacesSite tools are not available
Chrome used through ChatGPTDoes not work, although developers can test WebMCP in Chrome with an experimental flag or by joining the origin trial
Tool lifetimeA tool stays tied to the page it came from and disappears when that page is closed

Two further limits sit outside that table. Some websites may not support site tools at all, and embedded content may not carry them. Access also depends on rollout status and on which tools are actually available to a given account. In other words, an engineer building against this cannot assume a stable audience yet.

The security model, and what it does not promise

Site tools can operate while a user is signed in, and they can change data on a website. OpenAI has put confirmation steps around that. OpenAI asks for permission before ChatGPT interacts with a site, and it confirms actions such as making purchases, deleting data, changing account settings, sending messages or sharing personal information.

OpenAI also warns about data exfiltration and prompt injection. Every tool invocation receives a safety review, and the report is explicit that these checks do not guarantee the website or its responses are trustworthy. Search Engine Journal notes that it had previously covered Chrome guidance identifying malicious tool descriptions and contaminated outputs as prompt-injection risks for browser-based agents. The full write-up is at Search Engine Journal.

That combination is the honest state of play. The platform will ask before it acts, and it will not vouch for the site it is acting on. A tool description is text that an agent reads and trusts to some degree, which is precisely why a malicious description is a stated risk rather than a hypothetical one.

What the documentation does not say

This is the part to keep hold of. Search Engine Journal states plainly that the documentation does not explain how WebMCP might affect rankings, citations or discoverability. There is no stated ranking effect, no stated citation effect and no stated discoverability effect anywhere in the announcement.

So any pitch that adding site tools will lift a page in search results, or make an answer engine more likely to cite it, is not supported by this news. It may turn out to be true later. It may turn out to be irrelevant. Right now the correct answer is that nobody has published a mechanism connecting the two, and a team planning AI search work should not book WebMCP as a visibility tactic on the strength of this announcement.

Reasoning rather than reporting: the useful way to file WebMCP today is as a product and security decision about agent access to an application. The question it answers is whether an agent should be allowed to take defined actions on your site, and which ones. That is a question for whoever owns the product and whoever owns risk. It reaches marketing later, if it reaches marketing at all.

Who this actually lands on

Three groups have something to do here, and they are not the same people.

  • Product and engineering owners of applications where a signed-in user performs repeated actions, such as dashboards, document tools and carts. These are the surfaces the report names.
  • Security owners, because tool descriptions and tool outputs are new inputs into an agent that is already authenticated as the user.
  • Marketing teams, whose realistic job right now is to know this exists and to stop anyone from selling it internally as a ranking lever.

If a site has no signed-in actions worth exposing, there is very little to do. A brochure site does not gain a use case from this. The report frames site tools around doing things, not around reading pages, and an agent can already read a page without any of this.

What this means for Thai marketers

The source gives no market-specific detail and no information about Thailand. It does not say when or whether the feature reaches Thai accounts, and it says nothing about Thai-language sites. Treat any claim that this is live in Thailand as unverified until OpenAI states it.

What can be reasoned about is what a Thai site owner would need to weigh before building anything. Site tools run inside the current signed-in session, so an agent acting on a logged-in customer account is acting with that customer's privileges. The report names purchases, account setting changes and sharing personal information as actions that get a confirmation step, which is a reasonable signal about where the sensitivity sits.

Three things follow for a local team. First, payment and order actions are the highest-consequence surface, and any Thai ecommerce or booking site would want its own controls around them rather than relying on a platform prompt. Second, personal data passing to an agent is a governance matter, so whoever owns personal data compliance in the organisation belongs in the conversation before an engineer starts declaring tools. Third, the Enterprise and Edu exclusion in the source means many corporate ChatGPT deployments cannot see this feature at all, which limits how much internal testing a Thai agency or in-house team can even do today.

For teams already working on visibility inside ChatGPT, the separation is worth stating clearly. Being read and cited by an assistant and being operated by an assistant are different problems with different owners. This announcement is about the second one.

A short checklist before anyone builds

  • List the actions on your site that a signed-in user actually repeats. If the list is empty, stop here.
  • Split those actions into read and change. The address bar arrow makes that distinction visible to users, so your own tool design should respect it.
  • Confirm which of your accounts can even test this, given the model requirement and the Enterprise and Edu exclusion.
  • Decide who signs off on a tool that can spend money or alter account data, and write that down before the first tool ships.
  • Do not attach a search or citation forecast to the project, because the documentation does not provide one.

Frequently asked questions

Is WebMCP available in Thailand?

The announcement did not say. Search Engine Journal reports that access depends on rollout status and on the tools available to an account, and gives no country detail at all, so there is no basis for stating that the feature is live or not live in Thailand.

Will adding WebMCP site tools help my site rank or get cited?

Nothing in the documentation says so. Search Engine Journal states that the documentation does not explain how WebMCP might affect rankings, citations or discoverability, so treat any ranking or citation promise attached to it as unsupported.

Do I have to do anything right now?

No, if your site has no signed-in actions worth exposing to an agent. WebMCP is something a site opts into by writing code, and a site that does nothing keeps working exactly as it does today, with agents using ordinary browser clicking and typing.

Is this the same as connecting an MCP server to ChatGPT?

No. The server-based Model Context Protocol that ChatGPT has supported since 2025 links an AI application to a local or remote server and can work without an open webpage, while WebMCP tools come from the page being visited and vanish when that page closes.

Can a site tool spend money or change my account?

The report says site tools can change website data, and that OpenAI confirms actions such as making purchases, deleting data, changing account settings, sending messages or sharing personal information. It also states that the safety review applied to each tool invocation does not guarantee that the site or its responses are trustworthy.

Where to take this next

The sensible next step is an internal one. Work out whether your site has actions an agent should be permitted to take, decide who owns that decision, and keep the answer separate from your search plan until somebody publishes evidence that the two are connected. If you want a second opinion on how agent access sits alongside your existing answer engine visibility work, that is a conversation worth having before the engineering starts rather than after.

Antonio Fernandez

Antonio Fernandez

Founder and CEO of Relevant Audience. With over 15 years of experience in digital marketing strategy, he leads teams across southeast Asia in delivering exceptional results for clients through performance-focused digital solutions.

Share to:
Copy link: