Cloudflare (verified)
Manage and configure Cloudflare services using the full OpenAPI specification. Search for endpoints and execute custom logic across products like Workers, R2, and security settings. Automate infrastr…
Quick Start
# Connect this server (installs CLI if needed)
npx -y smithery mcp add cloudflare
# Browse available tools
npx -y smithery tool list cloudflare
# Get full schema for a tool
npx -y smithery tool get cloudflare search
# Call a tool
npx -y smithery tool call cloudflare search '{}'Direct MCP Connection
Endpoint: https://cloudflare.run.tools
Tools (2)
search— Search the Cloudflare OpenAPI spec. All $refs are pre-resolved inline.execute— Execute JavaScript code against the Cloudflare API. First use the 'search' tool to find the right endpoints, then write…
# Get full input/output schema for a tool
npx -y smithery tool get cloudflare