Corpus Agentis
The field book to agent ecosystems
The field book to agent ecosystems
Overview · Agent Mobility

The web is going agentic

The web is becoming agentic. Agents browse, compare, query and transact at a scale no human operator can match. As machine traffic grows and MCP adoption accelerates, businesses will increasingly need to design for agents as first-class users of the web and software.

Bots vs humans online · Cloudflare Radar · crossover June 2026
Automated 57.5%
Human 42.5%

For the first time in the internet's history, automated traffic passed human traffic. Cloudflare CEO Matthew Prince confirmed the crossover in June 2026, ~18 months ahead of his own end-2027 forecast. The driver is agent fan-out, not scrapers: one agent shopping for a camera visits thousands of sites; a human visits a handful.

~20-23% of global web traffic, Cloudflare handles roughly a fifth of all global website traffic, which makes its Radar the authoritative public measure of the human/machine split. Prince notes the daily telemetry can look messy due to data-centre clustering, but the internet is firmly on the other side of the crossover.
↗ T1 · Cloudflare Radar (live)
Agents as SaaS users · MCP adoption
MCP SDK downloads / month · log scale · ~970× in 18 months
100k1M10M100M202420252026 100k · launch 97M
↗ T2
Live MCP servers · May 2026 · T1 registry
GitHub mcp-server repos15,926
Official MCP Registry9,652
Enterprise adoption · July 2026 · T2
Enterprise AI teams · MCP in prod78%
Fortune 500 · running MCP servers28%
Field notes

Web traffic and software usage tipping from humans to agents, measured against Cloudflare Radar and the MCP record

Agents move faster, fan out wider and navigate a much larger surface area than people. An agent researching a camera can inspect thousands of sites where a person might visit a handful. That shift changes what it means for a business to be discoverable and usable online.

Show more

MCP is becoming an important part of that interface, with SDK downloads growing rapidly, thousands of servers across public registries and enterprise teams moving the protocol into production. Agents are not a future audience. They are already active users of the web, and the protocols that let them act are scaling with them.

From the corpus, curated by Brandon Chaplin
Common questions
When did bot traffic overtake human traffic online?

In June 2026, on Cloudflare's numbers: roughly 57.5% automated against 42.5% human. That was about eighteen months earlier than Cloudflare had forecast. Cloudflare sits in front of a large share of the world's web traffic, so its Radar telemetry is the closest thing to a public scoreboard (Cloudflare Radar).

Why is web traffic shifting from humans to agents?

Because an agent visits far more pages than a person does. One agent shopping for a camera can touch thousands of sites where a human checks three or four. Every task handed to an agent multiplies the requests behind it, so the automated share keeps climbing.

What is MCP?

The Model Context Protocol, an open standard that lets an agent discover and use a tool at runtime instead of a developer hand-coding each integration. Think of it as a plug socket between agents and software. Anthropic released it in late 2024 and it is now broadly supported (Model Context Protocol).

How fast is MCP adoption growing?

Very fast. SDK downloads went from around 100k a month at launch to roughly 97M, and live servers now number in the tens of thousands across GitHub and the official registry. Most enterprise AI teams surveyed report MCP running in production.

How do I make my website work for AI agents?

Serve real HTML that does not need JavaScript to read, and keep prices, hours and specifications in plain text rather than images. Add structured data for the facts you want quoted correctly. Decide which bots you want and allow those through instead of blocking everything. If you sell software, an MCP server lets an agent use it directly.

Next in the learning path