cloudflare-dns-mcp-server (SquarePiSigma5/CloudFlareMCP) is an MCP server listed on the M8ven Trust Index. It scores 74 out of 100, grade C. It declares 11 tools. No publisher has claimed this listing.

C
Emerging
74/100

cloudflare-dns-mcp-server

An MCP server that lets AI assistants read and edit Cloudflare DNS records, including zone listing, record CRUD, and BIND exports, with security features like scoped tokens and deletion confirmation.

Emerging. No concerning findings. Grades remain capped until the project builds reputation through adoption. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

SquarePiSigma5

Source: Glama

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
11 tools verified — handlers match their declared behaviour
5 read-only tools verified — handlers contain no write/delete/exec
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 3 credentials: ADMIN_PASSWORD, CLOUDFLARE_API_TOKEN, MCP_AUTH_TOKEN
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
🔐 secretADMIN_PASSWORDPassword for the admin panel (sent in the Authorization header, compared in constant time). If unset, a strong random one is generated and printed once to stderr at startup. If you set one shorter than 16 characters, a one-time weakness warning is logged to stderr (never the value itself) — prefer a long random password or leave it unset.
configADMIN_PORTPort for the admin panel, bound to 127.0.0.1 only. Default 8788. Never the /mcp port.
configALLOWED_ORIGINS
configCLOUDFLARE_ACCOUNT_ID
configCLOUDFLARE_API_PASSTHROUGHIt is controlled entirely by one environment variable, , read fresh on every call:
🔐 secretCLOUDFLARE_API_TOKEN
configCLOUDFLARE_WORKERS_DEPLOY_ENABLE
configCLOUDFLARE_WORKER_SECRET_ENV_ALLOWLISTComma-separated env var names the tool may read (e.g. MY_SERVICE_API_KEY). Exact, case-sensitive match; entries are trimmed.
configCLOUDFLARE_WORKER_SECRET_SCRIPT_ALLOWLISTComma-separated Worker script names that may receive a secret (e.g. my-worker). Exact, case-sensitive match.
configGATEWAY_DATA_DIRDirectory holding agents.json (key/agent metadata, mode 0600) and, with the file secret store, secrets.enc.json + secrets.salt. Required in gateway mode. The directory itself is tightened to mode 0700 (best-effort) at every startup, so even a pre-existing dir left world-readable by a lax umask is locked down.
configGATEWAY_ENABLEExactly true enables gateway mode (HTTP only). Any other value stays single-tenant.
configGATEWAY_MASTER_PASSPHRASEPassphrase for the encrypted-file store; an AES-256 key is derived via scrypt(N=2¹⁵,r=8,p=1) with a persisted random 16-byte salt. Required whenever the file store is used.
configGATEWAY_PUBLIC_URLOptional public base URL of this /mcp server (e.g. https://cf.example.com). Used only to fill in the ready-to-paste connector snippet; a placeholder host is emitted when unset.
configGATEWAY_SECRET_STOREfile forces the portable AES-256-GCM encrypted-file backend. Otherwise the macOS login keychain is used when available, falling back to the file store.
configHOST
🔐 secretMCP_AUTH_TOKEN1. Run the server (npm start, or [Docker](#running-with-docker)) and set so the /mcp endpoint requires a bearer token.
configTRANSPORT
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployPORT
// quality suggestions

Tests exist

No test files found

Add tests that exercise each declared tool.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 1 concrete improvement we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/squarepisigma5/cloudflaremcp)](https://m8ven.ai/mcp/squarepisigma5/cloudflaremcp)
Shows your grade and updates automatically. Prefer no grade? Append ?variant=verified to the badge URL.
commit: 0031d0c5f4dc453a74caa2bcdd61480b0cc6f78f
code hash: 8e1a5301da96497d98d33ba3788572a19222c259d738cf8705db326b3907e5fe
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client