Cloudflare MCP
Use this integration to connect securely with a Cloudflare Model Context Protocol (MCP) server and access its tools in real time.
Network Security · Cloudflare MCP MCP
Details
| ID | Cloudflare MCP |
|---|---|
| Provider | Cloudflare |
| Category | Network Security |
| From Version | 8.13.0 |
| Docker Image | demisto/mcp:1.0.0.10120494 |
| Supported Modules | Agentix XSIAM |
Cloudflare Server (15 options)
docs
bindings
builds
observability
radar
containers
browser
logs
ai-gateway
autorag
auditlogs
dns-analytics
dex
casb
graphql
Connection settings
| Parameter | Name | Type | Required | Default |
|---|---|---|---|---|
| Cloudflare Server | cloudflare_server |
Single select | Yes | — |
| Authorization code | auth_code |
Credentials | No | — |
| Redirect URI | redirect_uri |
Short text | No | https://oproxy.demisto.ninja/authcode |
Commands (4)
An MCP server publishes no fixed command set: list-tools and
call-tool are the protocol plumbing, and the tools they reach are
discovered from the remote server when the instance connects. The pack cannot name them ahead of time, so
neither can this page.
-
call-toolCalls a specific tool on the MCP server with optional input parameters.
-
cloudflare-mcp-auth-testTest the authentication configuration with the MCP server.
-
cloudflare-mcp-generate-login-urlGenerate an authentication login URL.
-
list-toolsRetrieves a list of available tools in the Cloudflare MCP server.
## Cloudflare Server Select the Cloudflare MCP server you want to connect to. For more information about the tools available in each server, see [Cloudflare MCP Server](https://github.com/cloudflare/mcp-server-cloudflare#cloudflare-mcp-server). ## Authorization code **Note:** Authentication is not required for the `docs` server. To obtain the Authorization code, follow these steps: 1. Save the integration instance. 2. Run the integration command `!cloudflare-mcp-generate-login-url`from the Playground and follow its instructions. 3. Copy the generated Authorization code into the integration instance and save the integration instance. 4. Run the integration command `!cloudflare-mcp-auth-test` from the Playground to verify that everything is configured correctly. ## Redirect URI The default Redirect URI is `https://oproxy.demisto.ninja/authcode`. You can change this parameter to any valid URI you prefer. **Important:** You must add the configured Redirect URI (whether default or custom) to the allowed list in your Cloudflare application settings.