Cloudflare MCP Servers
Official MCP servers to operate Cloudflare services (Workers, DNS, observability, security) via natural language.
Cloudflare MCP Servers
A collection of official Model Context Protocol servers from Cloudflare that let an MCP client (Claude, Cursor, and others) connect to your Cloudflare account and operate its services through natural language. The repo bundles more than a dozen focused servers.
Individual servers cover documentation lookup, Workers bindings (storage, AI, compute), Workers builds, observability and logs, sandbox containers, browser rendering (fetch pages, convert to markdown, screenshots), AI Gateway, audit logs, and DNS analytics. They support both streamable-http and the deprecated SSE transport.
It is aimed at developers and platform teams who want their AI assistant to read configuration, analyze data, and apply changes across Cloudflare's application, security, and performance services.
Only compromise signals — malicious or tampered code (leaked secrets, backdoors, path traversal, a dropped executable) — reduce the score. Dangerous-by-capability traits (shell, network, injection strings, pickle) are shown as risk surface: expected for some capabilities — a security tool ships offensive code on purpose — so they do not sink the grade.
The same gate an agent runs before installing (POST /api/v1/trust/cloudflare-mcp-server/check). Click a policy:
Evaluated against the OWASP Top 10 for LLM Applications (2025) and the OWASP Machine Learning Security Top 10. Expand any control to see the findings.
Consume Cloudflare MCP Servers programmatically. Authenticate with an API key or session — see Authorize an agent.
# Agents: CHECK BEFORE YOU INSTALL (no auth) — score, grade, level, capability manifest
curl https://ai-supply.store/api/v1/trust/cloudflare-mcp-server
# Gate against your org policy (returns { pass, violations })
curl -X POST https://ai-supply.store/api/v1/trust/cloudflare-mcp-server/check \
-H "Content-Type: application/json" \
-d '{"minGrade":"B","denyPermissions":["shell"],"denyUnknownEgress":true}'
# CLI
npx ai-supply add cloudflare-mcp-server
# REST (install → download)
curl -X POST https://ai-supply.store/api/v1/listings/cloudflare-mcp-server/install \
-H "Authorization: Bearer $AIM_KEY"
# MCP tool
install_listing({ "slug": "cloudflare-mcp-server" })OpenAPI spec →Curated mirror — latest upstream source. See the repository for tagged releases.