# 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

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add cloudflare

# Browse available tools
npx -y @smithery/cli@latest tool list cloudflare

# Get full schema for a tool
npx -y @smithery/cli@latest tool get cloudflare search

# Call a tool
npx -y @smithery/cli@latest 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…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get cloudflare <tool-name>
```
