AI Market Logo
BTC $43,552.88 -0.46%
ETH $2,637.32 +1.23%
BNB $312.45 +0.87%
SOL $92.40 +1.16%
XRP $0.5234 -0.32%
ADA $0.8004 +3.54%
AVAX $32.11 +1.93%
DOT $19.37 -1.45%
MATIC $0.8923 +2.67%
LINK $14.56 +0.94%
HAIA $0.1250 +2.15%
BTC $43,552.88 -0.46%
ETH $2,637.32 +1.23%
BNB $312.45 +0.87%
SOL $92.40 +1.16%
XRP $0.5234 -0.32%
ADA $0.8004 +3.54%
AVAX $32.11 +1.93%
DOT $19.37 -1.45%
MATIC $0.8923 +2.67%
LINK $14.56 +0.94%
HAIA $0.1250 +2.15%
WTF is Model Context Protocol (MCP) and why should publishers care?
model-context-protocol

WTF is Model Context Protocol (MCP) and why should publishers care?

Explore Model Context Protocol (MCP), a new AI framework helping publishers control and monetize content in the emerging agentic web.

August 5, 2025
5 min read
Sara Guaglione

Explore Model Context Protocol (MCP), a new AI framework helping publishers control and monetize content in the emerging agentic web.

WTF is Model Context Protocol (MCP) and why should publishers care?

Talk to any expert in the AI field, and they’ll tell you that the agentic web is coming. It’s a vision of the internet where AI agents make decisions and perform tasks on behalf of users. But that means websites may need to be refitted so that they’re easily understood by AI. That’s where Model Context Protocol comes in. What does any of this mean for publishers? In the future, publishers may need to figure out how to make their content accessible to AI agents – and their users – if they want their content surfaced in AI tools that people will use more and more as gateways to the web. Publishers will have to figure out how to rewrite their websites for an agentic web. But how soon – and how they do that – remains to be seen. There are a number of technical protocols and frameworks being developed now that can help publishers turn their sites agentic. One of them gaining more attention is called Model Context Protocol. We’ll dig into what it means, and how it applies to publishers.

WTF is MCP?

Model Context Protocol, or MCP, standardizes how an AI application connects to external sources. It was developed by AI company Anthropic and released in open-source last November. It’s kind of like robots.txt for AI, in which publishers can structure how content is shared with AI systems. Developers can put data into a server and make it accessible to AI systems (and, on the flip side, lock away data that’s not in that server from AI agents). Another way of thinking of it is an API for AI. LLMs are designed for processing and generating natural language, so if you want to create a custom GPT or get your LLM to talk to an application, “there’s not really an easy way to do it without translating it into text,” said Burhan Hamid, co-founder of AI video ad platform streamr.ai and former CTO at Time. Enter MCP. Data can go into an MCP server, making it easier for LLMs to understand. “It’s middleware. You can work with an API directly or you can build middleware that lets AI agents work with your APIs,” Hamid said.

What problem does MCP aim to solve?

The main one is integration. AI agents can’t talk to each other easily because they’re built on different infrastructures. MCP is a framework that allows these different AI agents to have a common language. It standardizes the process of AI systems connecting with external data sources.

Ok, but why does this matter to publishers?

We won’t get too in the weeds on the other technical details around MCP, so that we can focus on the important question: does any of this matter to publishers? In theory, yes. It all goes back to how the agentic web will continue to develop. Right now, AI agents access and crawl websites, but that might not be how AI interacts with sites in the future. MCP servers can give publishers control over how content is shared with AI systems, and what parts of its site (and datasets) are excluded from that dataset. And because publishers could share content that is licensed to an AI system, but not the content that isn’t, they could prevent full-spectrum access to their content. MCP has the potential to help publishers gain back some leverage in monetizing that content, too. For example, TollBit, a data marketplace for publishers and AI companies, offers publishers the ability to build MCP servers. AI agents can search for information on a publisher’s site that is available to them through an MCP server. And publishers can charge those AI agents for those queries. “It gives an additional way for publishers to expose their data to the growing segment of AI apps,” said Toshit Panigrahi, co-founder and CEO of TollBit.

What are some use cases for publishers?

They’re still being developed. One of them is the site search (and pay per query model) explained above. A publisher could create an MCP server with a dataset (with premium or paywalled content) and monetize that. Streamr is working on launching media plans on MCP servers – with the idea being that AI agents can go out and “talk” to five different ad servers and come back with all the information needed to build a campaign, Hamid said. And MCPs could help users access publishers’ content in the AI tools of their choosing, said Nicholas Diakopoulos, computational journalism professor at Northwestern University. “[MCP] lets you index all of your content so it can get so it can be a plugin into a chat box. And so imagine a world where I subscribe to The Atlantic and The New York Times… and along with my subscriptions, I get access to the Model Context Protocol server that lets me bring that content into my interface of choice [such as ChatGPT or Gemini],” he said. Diakopoulos called this “content portability,” in which a user can access content through an AI tool rather than going to a website. “That kind of user-oriented thinking may have some value [for publishers],” he said.

Sounds great. What’s the catch?

In practice, it’s unclear if or how much MCP will be picked up as the standard for the agentic web. Microsoft created its own protocol called NLWeb in May, and Google launched its Agent2Agent Protocol in April. “If everyone has their own standard, nobody has a standard,” Hamid said. He isn’t convinced that MCP servers can provide information to AI agents that they don’t already have access to from crawling sites (which, ultimately, is at the heart of all of this). “You almost have to build a product for the agents to be able to consume that’s valuable to the agents – more valuable than just scraping your site,” Hamid said. “TBD if that framework is going to be effective and how long it’ll take to build interesting applications with it.” It’s unclear how many publishers are building on these frameworks. One commercial exec at a large digital publisher said they’re having discussions about this now, and developing an AI agent for other agents for its site. “The agentic web and the various protocols and how you represent yourself – we’re having some conversations [about that],” they said. “We are very much thinking about what it means in terms of our discoverability and the structure of our data and the usefulness of the data to the agents across the agentic web.” Until there’s a market for monetizing content through MCP servers, it’s unlikely to be a priority for publishers right now. “I think it’s an interesting tool that you can experiment with, but… unless you have a mobile app that can use MCP on the back end, just to interact with new services in a way that you wouldn’t be able to do before, I don’t think this is [top of publishers’ mind] with all the other things they have to prioritize right now,” Hamid said.
Source: Originally published at Digiday on August 5, 2025.

Frequently Asked Questions (FAQ)

What is the Model Context Protocol (MCP)?

The Model Context Protocol (MCP) is a standard developed by Anthropic that aims to streamline how AI applications connect to external data sources. It acts as a way to structure and share content with AI systems, similar to how robots.txt works for web crawlers.

How does MCP relate to the "agentic web"?

MCP is designed to facilitate the emergence of the agentic web, where AI agents perform tasks on behalf of users. By standardizing how AI agents access and interpret information, MCP helps websites become more compatible with these future AI-driven interactions.

What problem does MCP aim to solve for publishers?

MCP aims to solve the integration challenges between different AI agents by providing a common language. For publishers, it offers a way to control how their content is accessed by AI systems, potentially allowing them to monetize specific datasets or licensed content while preventing unauthorized access.

Can publishers monetize their content using MCP?

Yes, in theory. Publishers can create MCP servers with specific datasets, including premium or paywalled content, and charge AI agents for querying this data. Companies like TollBit are already developing platforms to enable this.

What are some potential use cases for MCP for publishers?

Potential use cases include a pay-per-query model for site search, allowing AI agents to access premium content. Additionally, it could enable AI agents to gather information from multiple ad servers to build campaigns or facilitate "content portability" where users can access publisher content within their preferred AI interfaces.

What are the challenges or potential downsides of MCP?

A major challenge is the lack of a universally adopted standard, with companies like Microsoft and Google developing their own protocols. There's also the question of whether MCP servers will offer value beyond what AI agents can already obtain through web crawling. Its adoption and effectiveness will depend on the development of compelling applications and a clear monetization strategy for publishers.

Crypto Market AI's Take

The development of protocols like the Model Context Protocol (MCP) signifies a crucial evolution in how information will be accessed and utilized on the internet. As AI agents become more sophisticated and integrated into daily online activities, the ability for publishers to control and monetize their content for these agents will be paramount. Our platform, Crypto Market AI, is at the forefront of leveraging AI for market intelligence and trading. We are keenly observing these developments as they could profoundly impact how data is sourced for our AI analysts and trading bots, potentially creating new avenues for data licensing and revenue generation within the digital asset space. Understanding these foundational shifts in data accessibility is key to navigating the future of the agentic web and ensuring fair value for content creators.

More to Read: