Menu
Sign In Search Podcasts Charts People & Topics Add Podcast API Blog Pricing

Andy Halliday

๐Ÿ‘ค Speaker
8321 total appearances

Appearances Over Time

Podcast Appearances

The Daily AI Show
WebMCP, A Standard for Agents to Use the Web

So they had to be looking at the screen and so on.

The Daily AI Show
WebMCP, A Standard for Agents to Use the Web

Well,

The Daily AI Show
WebMCP, A Standard for Agents to Use the Web

Then we talked about DOM, D-O-M, Document Object Model, which exists.

The Daily AI Show
WebMCP, A Standard for Agents to Use the Web

And you can instrument your website so that all of the tools and elements, the action elements, the buttons, the modal windows, everything else, those are a part of a model that can be implemented.

The Daily AI Show
WebMCP, A Standard for Agents to Use the Web

read by an agent, and that bypasses the requirement to look at the pixels and try to figure out the page first and then act like a human who's never used the web before and try to figure out where to click the cursor and then what buttons to press.

The Daily AI Show
WebMCP, A Standard for Agents to Use the Web

So DOM, I had said, was going to be the next kind of wave of action-oriented browser agents.

The Daily AI Show
WebMCP, A Standard for Agents to Use the Web

Now, Google comes out with WebMCP.

The Daily AI Show
WebMCP, A Standard for Agents to Use the Web

So how is that different?

The Daily AI Show
WebMCP, A Standard for Agents to Use the Web

Well, instead of using, Don, the low level representation of the nodes on the Web page, which agents have to kind of figure out, WebMCP gives high level action interfaces to agents.

The Daily AI Show
WebMCP, A Standard for Agents to Use the Web

So you can, for example, it's a new standard in API that any website developer can add to it.

The Daily AI Show
WebMCP, A Standard for Agents to Use the Web

It's kind of a turnkey package.

The Daily AI Show
WebMCP, A Standard for Agents to Use the Web

And you can expose these structured action objects on the thing.

The Daily AI Show
WebMCP, A Standard for Agents to Use the Web

They're functions with JSON schemas.

The Daily AI Show
WebMCP, A Standard for Agents to Use the Web

And they have return types.

The Daily AI Show
WebMCP, A Standard for Agents to Use the Web

And you expose those to the agents directly.

The Daily AI Show
WebMCP, A Standard for Agents to Use the Web

So what can you do with that?

The Daily AI Show
WebMCP, A Standard for Agents to Use the Web

Well, imagine that you can call an agent, can call a high level action like checkout now.

The Daily AI Show
WebMCP, A Standard for Agents to Use the Web

Right.

The Daily AI Show
WebMCP, A Standard for Agents to Use the Web

That's going to be a little package that's a skill on the Web site that the Web site can then, you know, activate.

The Daily AI Show
WebMCP, A Standard for Agents to Use the Web

You could filter results.