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

IDCloudflare MCP
ProviderCloudflare
CategoryNetwork Security
From Version8.13.0
Docker Imagedemisto/mcp:1.0.0.10120494
Supported ModulesAgentix 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-tool

    Calls a specific tool on the MCP server with optional input parameters.

  • cloudflare-mcp-auth-test

    Test the authentication configuration with the MCP server.

  • cloudflare-mcp-generate-login-url

    Generate an authentication login URL.

  • list-tools

    Retrieves a list of available tools in the Cloudflare MCP server.

category: Network Security
provider: Cloudflare
sectionorder:
- Connect
commonfields:
  id: Cloudflare MCP
  version: -1
configuration:
  - display: Cloudflare Server
    name: cloudflare_server
    type: 15
    section: Connect
    required: true
    options:
    - docs
    - bindings
    - builds
    - observability
    - radar
    - containers
    - browser
    - logs
    - ai-gateway
    - autorag
    - auditlogs
    - dns-analytics
    - dex
    - casb
    - graphql
  - name: auth_code
    type: 9
    displaypassword: Authorization code
    hiddenusername: true
    section: Connect
  - name: redirect_uri
    section: Connect
    defaultvalue: https://oproxy.demisto.ninja/authcode
    display: Redirect URI
    type: 0
    advanced: true
description: Use this integration to connect securely with a Cloudflare Model Context Protocol (MCP) server and access its tools in real time.
display: Cloudflare MCP
name: Cloudflare MCP
script:
  commands:
  - arguments: []
    description: Retrieves a list of available tools in the Cloudflare MCP server.
    name: list-tools
    hidden: true
    outputs: []
  - arguments:
    - name: name
      description: The name of the tool to call.
    - name: arguments
      description: Parameters for the tool execution.
    description: Calls a specific tool on the MCP server with optional input parameters.
    name: call-tool
    hidden: true
    outputs: []
  - description: Generate an authentication login URL.
    name: cloudflare-mcp-generate-login-url
  - description: Test the authentication configuration with the MCP server.
    name: cloudflare-mcp-auth-test
  script: '-'
  type: python
  subtype: python3
  dockerimage: demisto/mcp:1.0.0.10120494
  mcp: true
fromversion: 8.13.0
tests:
- No tests (auto formatted)