mcp server
@dock0/cloudflare-docs
The Cloudflare Documentation Server provides direct access to the most current Cloudflare Developer Documentation. It serves as a reliable reference point for developers working with Cloudflare products, offering guidance on APIs, Workers, networking configurations, Zero Trust solutions, and more. What is the Cloudflare Docs MCP Server? Model Context Protocol (MCP) is an open standard that connects AI systems with external applications. The Cloudflare Docs MCP server connects AI systems to Cloudflare's documentation through Vectorize, enabling semantic search and retrieval of relevant content about Cloudflare products and services. Server Details: Server Name: Cloudflare Docs Server URL: https://docs.mcp.cloudflare.com/sse Total Tools: 2 specialized documentation tools Authentication: OAuth-based (no API keys required) Key Capabilities & Value Proposition ๐ Intelligent Documentation Search Access documentation in real-time, rather than relying on potentially outdated information from the model's training data. If you're new to building with Cloudflare, this server synthesizes information right from our documentation and exposes it to your MCP Client, so you can get reliable, up-to-date responses to any complex question like "Search Cloudflare for the best way to build an AI Agent". ๐ Comprehensive Coverage Get instant access to documentation covering: Cloudflare Workers & Pages - Serverless computing and static site hosting Security Solutions - Zero Trust, DDoS protection, Web Application Firewall Developer Tools - APIs, SDKs, and integration guides Performance Products - CDN, caching, and optimization features Storage & Databases - R2, KV, D1, and Durable Objects AI & Machine Learning - Workers AI, Vectorize, and AI Gateway ๐ Real-Time Documentation Access Access documentation in real-time, rather than relying on potentially outdated information from the model's training data. This server synthesizes information right from our documentation and exposes it to your MCP Client, so you can get reliable, up-to-date responses to any complex question. Primary Use Cases & Target Audience Developers & DevOps Engineers Get instant answers about Cloudflare API usage and configuration Troubleshoot issues with Workers, Pages, and other Cloudflare services Find best practices for implementing security and performance features Access code examples and implementation guides System Administrators Configure Zero Trust security policies Set up DNS and networking configurations Manage SSL/TLS certificates and security settings Implement DDoS protection and firewall rules Solution Architects Design scalable applications using Cloudflare's edge network Plan integrations with Cloudflare's suite of products Understand architecture patterns and best practices Evaluate Cloudflare solutions for specific use cases Technical Writers & Support Teams Access authoritative information for customer support Create documentation referencing Cloudflare features Stay updated on product capabilities and limitations Tools Available The Cloudflare Docs MCP server provides two specialized tools: search_cloudflare_documentation - Synthesizes information right from Cloudflare documentation and exposes it to your MCP Client, so you can get reliable, up-to-date responses to any complex question. migrate_pages_to_workers_guide - Provides specific guidance for migrating Cloudflare Pages projects to Workers, ensuring developers follow best practices during transitions. Benefits for AI-Powered Development Always Current Information: Access the latest documentation updates in real-time Context-Aware Responses: Get answers tailored to your specific Cloudflare use case Reduced Development Time: Instant access to code examples and implementation guides Enhanced Productivity: Eliminate the need to manually search through documentation Enterprise & Production Ready You can now connect to Cloudflare's first publicly available remote Model Context Protocol (MCP) servers from any MCP client that supports remote servers. This production-ready server is: Hosted on Cloudflare's global network for low latency Backed by Cloudflare's reliability and uptime guarantees Continuously updated with the latest documentation changes Designed for enterprise-scale usage
Connect
Create a key, paste the endpoint into your MCP client, then run a quick probe to confirm the connection works end-to-end.
https://dock0.mcp.dock0.dev/cloudflare-docs/mcphttps://dock0.mcp.dock0.dev/cloudflare-docs/mcpcurl -sS \
-H 'Authorization: Bearer <YOUR_MCP_KEY>' \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":"1","method":"tools/list","params":{}}' \
https://dock0.mcp.dock0.dev/cloudflare-docs/mcpBefore you start
This server is currently free to use.
You can still create a key and connect it the same way as any paid server.
Step 1: sign in. Step 2: create a key. Step 3: paste the generated client config into Claude, Cursor, or Claude Code.
Dock0 generates a buyer-scoped key and a ready-to-paste client guide after sign-in.
Sign in to create keypricing
Free
Free to use
total calls
0
Lifetime traffic
success rate
100.0%
0 non-success calls
p95 latency
0ms
Lifetime p95
stars
0
Community saves
2 tools โข 1 prompts โข 0 resources
Refreshed 4/12/2026, 3:32:17 PM
search_cloudflare_documentation
Search the Cloudflare documentation. This tool should be used to answer any question about Cloudflare products or features, including: - Workers, Pages, R2, Images, Stream, D1, Durable Objects, KV, Workflows, Hyperdrive, Queues - AI Search, Workers AI, Vectorize, AI Gateway, Browser Rendering - Zero Trust, Access, Tunnel, Gateway, Browser Isolation, WARP, DDOS, Magic Transit, Magic WAN - CDN, Cache, DNS, Zaraz, Argo, Rulesets, Terraform, Account and Billing Results are returned as semantically similar chunks to the query.
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"query"
],
"properties": {
"query": {
"type": "string"
}
},
"additionalProperties": false
}migrate_pages_to_workers_guide
ALWAYS read this guide before migrating Pages projects to Workers.
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {},
"additionalProperties": false
}workers-prompt-full
Detailed prompt for generating Cloudflare Workers code (and other developer platform products) from https://developers.cloudflare.com/workers/prompt.txt
No resources published.