Skip to main content
Glama
globodai-group

Cloudflare DNS MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CLOUDFLARE_ZONE_IDNoDefault zone ID (can be provided per request)
CLOUDFLARE_API_TOKENYesYour Cloudflare API token with Zone:Read and DNS:Edit permissions

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
cloudflare_list_zonesA

List all DNS zones accessible to the API token

cloudflare_get_zoneB

Get details for a specific DNS zone

cloudflare_list_dns_recordsB

List DNS records for a zone

cloudflare_create_dns_recordC

Create a new DNS record in a zone

cloudflare_update_dns_recordC

Update an existing DNS record

cloudflare_delete_dns_recordB

Delete a DNS record

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.6/5.0

Scored across 6 tools

Disambiguation5/5

Each tool targets a distinct action (create, delete, get, list, update) on specific resources (DNS records or zones), with no overlap in functionality.

Naming Consistency5/5

All tools follow a consistent 'cloudflare_verb_noun' pattern using snake_case, making them predictable and easy to differentiate.

Tool Count5/5

Six tools is well-scoped for a DNS management server, covering essential CRUD operations without unnecessary bloat or gaps.

Completeness5/5

The set provides full CRUD for DNS records plus zone listing and details, covering the core lifecycle needs for DNS management.

Maintenance

ActivityInactive
ResponsivenessNo issues