Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

Cloudflare MCP Pro

NPM · CLOUDFLARE-MCP-PRO · SCANNED AUG 3

Cloudflare MCP: DNS, Zones, Workers, KV, R2, D1, Pages, WAF, SSL, Email, AI via REST API v4

Available components

+22 this week 67 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security83
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known medium-severity CVE affects @hono/node-server 1.19.17, reached via @modelcontextprotocol/sdk > @hono/node-server. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability74
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 7774 tokens (~112/item across 69 items; 69 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage97
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 92% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · cloudflare-mcp-pro

# add to Claude Code
claude mcp add helbertparanhos-cloudflare-mcp-pro -- npx -y cloudflare-mcp-pro
# add to Codex CLI
codex mcp add helbertparanhos-cloudflare-mcp-pro -- npx -y cloudflare-mcp-pro
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "helbertparanhos-cloudflare-mcp-pro": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "cloudflare-mcp-pro"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add helbertparanhos-cloudflare-mcp-pro --command npx --arg -y --arg cloudflare-mcp-pro
# ~/.hermes/config.yaml
mcp_servers:
  helbertparanhos-cloudflare-mcp-pro:
    command: "npx"
    args: ["-y", "cloudflare-mcp-pro"]
// mcp.json
{
  "mcpServers": {
    "helbertparanhos-cloudflare-mcp-pro": {
      "command": "npx",
      "args": [
        "-y",
        "cloudflare-mcp-pro"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +47
    • GHSA-frvp-7c67-39w9 affects this package: medium security
    • Provenance: unverified → fail security
    • Known CVEs: unverified → fail security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Stability: unverified → 0.23 functional
    • Schema quality: unverified → excellent functional
    • Licence: MIT functional
  • 31 Jul 26 −7
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −18
    • Malware scan: pass → unverified security
  • 27 Jul 26 45

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Vulnerabilities 1 finding
ID CVE Severity Vector Fix available
GHSA-frvp-7c67-39w9 medium CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N yes
Dependencies 95 packages

95 packages in the resolved dependency tree · 95 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 69 exposed · ~7,774 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
list_logpush_jobs ~64

List Logpush jobs for a zone or account.

NameTypeReqDescription
account_idstringList account-scoped jobs (used when zone_id is omitted).
zone_idstringThe Cloudflare zone ID (32-char hex). Get it from list_zones.

No output schema declared.

No examples provided.

list_page_rules ~50

List page rules on a zone.

NameTypeReqDescription
statusstringFilter by status.
zone_idstringyesThe Cloudflare zone ID (32-char hex). Get it from list_zones.

No output schema declared.

No examples provided.

list_pages_projects ~45

List Cloudflare Pages projects in an account.

NameTypeReqDescription
account_idstringCloudflare account ID. Falls back to CLOUDFLARE_ACCOUNT_ID env var when omitted.

No output schema declared.

No examples provided.

list_queues ~45

List Cloudflare Queues in an account.

NameTypeReqDescription
account_idstringCloudflare account ID. Falls back to CLOUDFLARE_ACCOUNT_ID env var when omitted.

No output schema declared.

No examples provided.

list_r2_buckets ~59

List R2 buckets in an account.

NameTypeReqDescription
account_idstringCloudflare account ID. Falls back to CLOUDFLARE_ACCOUNT_ID env var when omitted.
name_containsstringFilter buckets by name substring.

No output schema declared.

No examples provided.

list_tunnels ~67

List Cloudflare Tunnels (cloudflared) in an account.

NameTypeReqDescription
account_idstringCloudflare account ID. Falls back to CLOUDFLARE_ACCOUNT_ID env var when omitted.
is_deletedbooleanInclude deleted tunnels. Default false (active only).

No output schema declared.

No examples provided.

list_turnstile_widgets ~47

List Turnstile widgets in an account.

NameTypeReqDescription
account_idstringCloudflare account ID. Falls back to CLOUDFLARE_ACCOUNT_ID env var when omitted.

No output schema declared.

No examples provided.

list_worker_routes ~47

List Worker routes (URL patterns mapped to Workers) on a zone.

NameTypeReqDescription
zone_idstringyesThe Cloudflare zone ID (32-char hex). Get it from list_zones.

No output schema declared.

No examples provided.

list_workers ~42

List Worker scripts in an account.

NameTypeReqDescription
account_idstringCloudflare account ID. Falls back to CLOUDFLARE_ACCOUNT_ID env var when omitted.

No output schema declared.

No examples provided.

list_zones ~86

List zones (domains), optionally filtered by name or status.

NameTypeReqDescription
fetch_allbooleanWhen true, follow pagination and return all pages combined (ignores page/per_page).
namestringFilter by domain name (exact or substring).
pagenumber
per_pagenumber
statusstringFilter by zone status.

No output schema declared.

No examples provided.

order_certificate_pack ~185

Order an advanced certificate pack for one or more hostnames. Requires confirm:true (human-approval gate); without it returns a preview only.

NameTypeReqDescription
certificate_authoritystringCertificate authority. Default 'google'.
confirmbooleanHuman-approval gate: must be true to actually perform this mutating operation. Omit or set false to get a non-executing preview of what would happen (with secrets redacted). A human should approve be…
hostsarrayyesHostnames to cover, e.g. ['example.com', '*.example.com'].
validation_methodstringDomain control validation method. Default 'txt'.
validity_daysCertificate validity in days. Default 90.
zone_idstringyesThe Cloudflare zone ID (32-char hex). Get it from list_zones.

No output schema declared.

No examples provided.

purge_cache ~202

Purge a zone's cache — everything, or by files/tags/hosts/prefixes. Requires confirm:true (human-approval gate); without it returns a preview only.

NameTypeReqDescription
confirmbooleanHuman-approval gate: must be true to actually perform this mutating operation. Omit or set false to get a non-executing preview of what would happen (with secrets redacted). A human should approve be…
filesarraySpecific URLs to purge.
hostsarrayHostnames to purge (Enterprise).
prefixesarrayURL prefixes to purge (Enterprise).
purge_everythingbooleanPurge the entire cache. Mutually exclusive with files/tags/hosts/prefixes.
tagsarrayCache-Tags to purge (Enterprise).
zone_idstringyesThe Cloudflare zone ID (32-char hex). Get it from list_zones.

No output schema declared.

No examples provided.

put_worker_secret ~158

Create or update a secret binding on a Worker script. Requires confirm:true (human-approval gate); without it returns a preview only.

NameTypeReqDescription
account_idstringCloudflare account ID. Falls back to CLOUDFLARE_ACCOUNT_ID env var when omitted.
confirmbooleanHuman-approval gate: must be true to actually perform this mutating operation. Omit or set false to get a non-executing preview of what would happen (with secrets redacted). A human should approve be…
namestringyesSecret binding name (env var name in the Worker).
script_namestringyesThe Worker script name.
textstringyesThe secret value.

No output schema declared.

No examples provided.

query_d1 ~169

Execute a SQL statement against a D1 database (with optional bound params). Requires confirm:true (human-approval gate); without it returns a preview only.

NameTypeReqDescription
account_idstringCloudflare account ID. Falls back to CLOUDFLARE_ACCOUNT_ID env var when omitted.
confirmbooleanHuman-approval gate: must be true to actually perform this mutating operation. Omit or set false to get a non-executing preview of what would happen (with secrets redacted). A human should approve be…
database_idstringyesD1 database ID (from list_d1_databases).
paramsarrayBound parameters for '?' placeholders in the SQL.
sqlstringyesThe SQL statement to execute.

No output schema declared.

No examples provided.

run_ai ~197

Run inference on a Workers AI model (text generation, embeddings, classification). Requires confirm:true (human-approval gate); without it returns a preview only.

NameTypeReqDescription
account_idstringCloudflare account ID. Falls back to CLOUDFLARE_ACCOUNT_ID env var when omitted.
confirmbooleanHuman-approval gate: must be true to actually perform this mutating operation. Omit or set false to get a non-executing preview of what would happen (with secrets redacted). A human should approve be…
inputobjectyesModel inputs as a JSON object. For text generation use { prompt } or { messages: [...] }; for embeddings use { text }.
modelstringyesModel id, e.g. @cf/meta/llama-3.1-8b-instruct or @cf/baai/bge-base-en-v1.5.

No output schema declared.

No examples provided.

update_dns_record ~183

Update an existing DNS record (partial update). Requires confirm:true (human-approval gate); without it returns a preview only.

NameTypeReqDescription
commentstring
confirmbooleanHuman-approval gate: must be true to actually perform this mutating operation. Omit or set false to get a non-executing preview of what would happen (with secrets redacted). A human should approve be…
contentstring
namestring
prioritynumber
proxiedboolean
record_idstringyesDNS record ID (from list_dns_records).
ttlnumber
typestringDNS record type.
zone_idstringyesThe Cloudflare zone ID (32-char hex). Get it from list_zones.

No output schema declared.

No examples provided.

update_worker_cron ~162

Set the cron triggers (schedules) for a Worker script. Requires confirm:true (human-approval gate); without it returns a preview only.

NameTypeReqDescription
account_idstringCloudflare account ID. Falls back to CLOUDFLARE_ACCOUNT_ID env var when omitted.
confirmbooleanHuman-approval gate: must be true to actually perform this mutating operation. Omit or set false to get a non-executing preview of what would happen (with secrets redacted). A human should approve be…
cronsarrayyesList of cron expressions, e.g. ['*/5 * * * *']. Empty array clears triggers.
script_namestringyesThe Worker script name.

No output schema declared.

No examples provided.

update_zone_setting ~183

Update a single zone setting (e.g. set ssl=full, always_use_https=on). Requires confirm:true (human-approval gate); without it returns a preview only.

NameTypeReqDescription
confirmbooleanHuman-approval gate: must be true to actually perform this mutating operation. Omit or set false to get a non-executing preview of what would happen (with secrets redacted). A human should approve be…
settingstringyesSetting id to change, e.g. ssl, always_use_https, min_tls_version.
valueyesNew value. Type depends on the setting (e.g. ssl='full', always_use_https='on', min_tls_version='1.2').
zone_idstringyesThe Cloudflare zone ID (32-char hex). Get it from list_zones.

No output schema declared.

No examples provided.

verify_token ~22

Validate the configured Cloudflare API token and show its status/permissions.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.