MCP Cloudflare DNS
PYPI · MCP-CLOUDFLARE-DNS · SCANNED SEP 16
Cloudflare DNS MCP server: manage zones, records, cache purge, and page rules.
Available components
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 → Why this is hard to score →
Supply Chain Security99
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
- 3 of 26 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 78 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability75
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 649 tokens (~64/item across 10 items; 10 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management93
- Stability observed for 28 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage96
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 86% of tool parameters carry a description.Partial
- Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety75
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- 0 of 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "delete_dns_record" implies "delete" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
- An AI judge read all 10 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a current MCP spec version (2026-07-28).Pass
How do I install the MCP Cloudflare DNS server?
MCP Cloudflare DNS runs locally as a PyPI package, launched with uvx mcp-cloudflare-dns. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
pypi · mcp-cloudflare-dns
claude mcp add ayo-fam-mcp-cloudflare-dns -- uvx mcp-cloudflare-dns
{
"mcpServers": {
"ayo-fam-mcp-cloudflare-dns": {
"command": "uvx",
"args": [
"mcp-cloudflare-dns"
]
}
}
} {
"servers": {
"ayo-fam-mcp-cloudflare-dns": {
"command": "uvx",
"args": [
"mcp-cloudflare-dns"
]
}
}
} codex mcp add ayo-fam-mcp-cloudflare-dns -- uvx mcp-cloudflare-dns
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"ayo-fam-mcp-cloudflare-dns": {
"type": "local",
"command": [
"uvx",
"mcp-cloudflare-dns"
],
"enabled": true
}
}
} openclaw mcp add ayo-fam-mcp-cloudflare-dns --command uvx --arg mcp-cloudflare-dns
mcp_servers:
ayo-fam-mcp-cloudflare-dns:
command: "uvx"
args: ["mcp-cloudflare-dns"] {
"McpServers": {
"ayo-fam-mcp-cloudflare-dns": {
"Transport": "stdio",
"Command": "uvx",
"Arguments": [
"mcp-cloudflare-dns"
]
}
}
} assistant mcp add ayo-fam-mcp-cloudflare-dns -t stdio -c uvx -a mcp-cloudflare-dns
{
"mcpServers": {
"ayo-fam-mcp-cloudflare-dns": {
"command": "uvx",
"args": [
"mcp-cloudflare-dns"
]
}
}
} 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.
- 15 Sept 26 +15
- Malware scan: unverified → pass ▲ security
- 14 Sept 26 −14
- Malware scan: pass → unverified ▼ security
- 12 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 77 to 80. That category is still filling its 30-day observation window: 23 days of observed history at the previous scan, 24 at this one. The score rises as the window fills, whether or not the server changes.
- 11 Sept 26 −3
- Stability: pass → 0.77 functional
- 10 Sept 26 0
- Stability: 0.97 → pass security
- 9 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.
- 6 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 4 Sept 26 −2
- Stability: pass → 0.80 functional
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 16 Sept 2026 · Analysed pypi/mcp-cloudflare-dns@0.1.1
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | pypi |
Background: How many MCP packages publish verified provenance →
Install scripts 1 script
| Hook | Tier | Command |
|---|---|---|
| build_backend | allowlisted | hatchling.build |
Background: Why install scripts are a supply-chain risk →
Dependencies 26 packages
| Packages resolved | 26 |
|---|---|
| Stale | 3 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
create_dns_record Create Dns Record ~169
Create a new DNS record.
| Name | Type | Req | Description |
|---|---|---|---|
| comment | – | – | Optional note about this record |
| content | string | yes | Record value (IP address, hostname, text, etc.) |
| name | string | yes | Record name (e.g. 'api' or 'api.example.com') |
| priority | – | – | MX/SRV priority (required for MX records) |
| proxied | boolean | – | Whether to proxy through Cloudflare (orange cloud). Only valid for A, AAAA, CNAME. |
| record_type | string | yes | A, AAAA, CNAME, MX, TXT, NS, SRV, CAA, etc. |
| ttl | integer | – | TTL in seconds. 1 = auto (only valid when proxied=True) |
| zone_id | string | yes | Cloudflare zone ID |
Structured output declared, but exposes no named fields.
No examples provided.
delete_dns_record Delete Dns Record ~47
Delete a DNS record. Requires CF_ALLOW_DESTRUCTIVE=true.
| Name | Type | Req | Description |
|---|---|---|---|
| record_id | string | yes | DNS record ID to delete |
| zone_id | string | yes | Cloudflare zone ID |
Structured output declared, but exposes no named fields.
No examples provided.
get_dns_record Get Dns Record ~37
Get a specific DNS record by zone ID and record ID.
| Name | Type | Req | Description |
|---|---|---|---|
| record_id | string | yes | – |
| zone_id | string | yes | – |
Structured output declared, but exposes no named fields.
No examples provided.
get_zone Get Zone ~27
Get details for a specific Cloudflare zone by ID.
| Name | Type | Req | Description |
|---|---|---|---|
| zone_id | string | yes | – |
Structured output declared, but exposes no named fields.
No examples provided.
get_zone_settings Get Zone Settings ~47
Get key security and performance settings for a zone. Returns SSL mode, security level, minification, always-https, brotli, etc.
| Name | Type | Req | Description |
|---|---|---|---|
| zone_id | string | yes | – |
Structured output declared, but exposes no named fields.
No examples provided.
list_dns_records List Dns Records ~76
List DNS records for a zone.
| Name | Type | Req | Description |
|---|---|---|---|
| name | – | – | Filter by record name (e.g. 'api.example.com') |
| record_type | – | – | Filter by type — A, AAAA, CNAME, MX, TXT, NS, SRV, CAA, etc. |
| zone_id | string | yes | Cloudflare zone ID |
| Name | Type | Req | Description |
|---|---|---|---|
| result | array | yes | – |
No examples provided.
list_page_rules List Page Rules ~46
List page rules for a zone.
| Name | Type | Req | Description |
|---|---|---|---|
| status | – | – | Filter by 'active' or 'disabled' (default: all) |
| zone_id | string | yes | Cloudflare zone ID |
| Name | Type | Req | Description |
|---|---|---|---|
| result | array | yes | – |
No examples provided.
list_zones List Zones ~38
List all Cloudflare zones on this account.
| Name | Type | Req | Description |
|---|---|---|---|
| name_filter | – | – | Optional domain name substring to filter results (e.g. 'example.com') |
| Name | Type | Req | Description |
|---|---|---|---|
| result | array | yes | – |
No examples provided.
purge_cache Purge Cache ~71
Purge Cloudflare cache for a zone.
| Name | Type | Req | Description |
|---|---|---|---|
| purge_everything | boolean | – | Purge entire zone cache (overrides urls). Requires CF_ALLOW_DESTRUCTIVE=true. |
| urls | – | – | Specific URLs to purge (up to 30 per call) |
| zone_id | string | yes | Cloudflare zone ID |
Structured output declared, but exposes no named fields.
No examples provided.
update_dns_record Update Dns Record ~91
Update an existing DNS record. Only the fields you provide will be changed.
| Name | Type | Req | Description |
|---|---|---|---|
| comment | – | – | Update the record comment |
| content | – | – | New record value |
| proxied | – | – | Toggle Cloudflare proxy on/off |
| record_id | string | yes | DNS record ID to update |
| ttl | – | – | New TTL in seconds (1 = auto) |
| zone_id | string | yes | Cloudflare zone ID |
Structured output declared, but exposes no named fields.
No examples provided.
What is the MCP Cloudflare DNS server?
MCP Cloudflare DNS is listed in the public MCP registry as io.github.Ayo-Fam/mcp-cloudflare-dns. Cloudflare DNS MCP server: manage zones, records, cache purge, and page rules. This page covers its PyPI package (mcp-cloudflare-dns).
Is the MCP Cloudflare DNS server safe to use?
MCP Cloudflare DNS scores 81 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 16 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the MCP Cloudflare DNS server expose?
MCP Cloudflare DNS exposes 10 tools: list_zones, get_zone, get_zone_settings, list_dns_records, get_dns_record, and 5 more. Their descriptions and schemas cost roughly 649 tokens of context every time the server is loaded.
Is the MCP Cloudflare DNS server still maintained?
MCP Cloudflare DNS is still listed as active in the MCP registry. We last reached this channel on 16 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the MCP Cloudflare DNS server under?
MCP Cloudflare DNS declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.