Managed Crawling and MCP Endpoints Hit Cloudflare AI Search
Cloudflare has integrated its AI primitives into a managed search service for agents, complete with automated web crawling and native MCP endpoints.
On August 6, Cloudflare launched a managed update to AI Search that consolidates its underlying compute and storage primitives into a unified retrieval service. The release shifts the product from a manual assembly of Workers AI, Vectorize, and R2 into an out-of-the-box pipeline designed specifically for AI agents.
Managed Crawling and Wrangler Integration
Developers can now instantiate a complete retrieval pipeline from a single CLI command. By pointing AI Search at a target URL, the system automatically handles crawling, parsing, embedding, and indexing. For websites lacking a sitemap, passing the --parse-type discover flag triggers Cloudflare’s Browser Run infrastructure to map the site by following links.
Native MCP and Public Endpoints
Every new AI Search instance now provisions a built-in Model Context Protocol (MCP) endpoint. This allows external agents to dynamically discover and query indexed data. Developers can map the resulting /search and /mcp endpoints to custom domains. For internal tooling, these endpoints can be secured behind Cloudflare Access policies.
Predictable Pricing Preview
The update introduces a new billing structure designed to remove token-math complexity from core retrieval tasks. Base instance costs now include built-in storage, vector indexing, and Browser Run web crawling. Embedding and reranking operations are free when using specific default models from the Workers AI catalog, though standalone Workers AI and AI Gateway calls remain metered separately.
Internal Migrations and EmDash Support
Cloudflare demonstrated the new architecture by migrating its own Dev Stack MCP to a single AI Search namespace. The unified index spans ten distinct surfaces, routing agent queries across official documentation, community forums, and ecosystem projects like Astro and Vite. A new plugin for EmDash, Cloudflare’s open-source CMS, also automatically injects semantic search into standard web content.
Broader Agent Infrastructure
The AI Search release concludes Cloudflare’s “Agents Week” rollout. Earlier announcements introduced Cloudflare Wallets for stable agent identity and purchasing power, an open-source AI workspace called Cloudflare OS, and an Agent Readiness Score to evaluate site discoverability. The platform also deployed an identity-aware beta for AI Gateway that logs behavioral baselines for individual users and agents.
If you build multi-agent systems, this abstraction simplifies the data retrieval layer. Migrating custom vector implementations to managed AI Search endpoints can eliminate the need to maintain separate scraping, chunking, and embedding microservices.
Get Insanely Good at AI
The book for developers who want to understand how AI actually works. LLMs, prompt engineering, RAG, AI agents, and production systems.
Keep Reading
How to Secure MCP Traffic With Cloudflare Gateway
Learn how to use Cloudflare Gateway and Access to detect shadow MCP traffic, enforce network controls, and secure your exposed agent servers.
$26M Seed Funds Keenable's 100B-Document AI Index
Keenable launches from stealth with $26 million to build a 100-billion-document web index for low-latency AI agent retrieval.
$7B OpenRouter Deal Positions Stripe to Bill Agentic Workloads
Stripe will acquire the AI gateway platform OpenRouter for over $7 billion, positioning the company to handle routing and billing for agentic workloads.
Naïve's Autonomous Company API Secures $28.5M Series A
AI lab Naïve raised $28.5 million to build an infrastructure layer that allows AI agents to autonomously handle business formation, payments, and compliance.
How to Secure MCP Servers With Cloudflare WriteGuard
Configure Cloudflare WriteGuard to enforce granular access policies, audit agent actions, and implement human-in-the-loop approvals for your MCP servers.