Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
cloudflare-dns-mcp_echo | Simple connectivity check that returns the same payload sent by the client. |
cloudflare-dns-mcp_list_dns_records | List DNS records for a zone or across all zones |
cloudflare-dns-mcp_create_dns_record | Create a new DNS record in a given zone |
cloudflare-dns-mcp_list_zones | List all zones in the account |
cloudflare-dns-mcp_list_zone_settings | Retrieve all settings for a specific zone |
cloudflare-dns-mcp_list_ssl_certs | List SSL certificate packs for a zone |
cloudflare-dns-mcp_update_dns_record | Update an existing DNS record by ID |
cloudflare-dns-mcp_delete_dns_record | Delete a DNS record by ID |
cloudflare-dns-mcp_list_waf_rules | List Web Application Firewall (WAF) rules for a zone |
cloudflare-dns-mcp_create_security_rule | Create a custom firewall security rule for a zone |
cloudflare-dns-mcp_update_security_rule | Update an existing firewall security rule |
cloudflare-dns-mcp_delete_security_rule | Delete a firewall security rule |
cloudflare-dns-mcp_list_page_rules | List all page rules (redirects) for a zone |
cloudflare-dns-mcp_create_redirect | Create a single URL redirect (Page Rule) for the given zone |
cloudflare-dns-mcp_delete_page_rule | Delete a page rule by ID |
cloudflare-dns-mcp_get_zone_settings | Get full settings object for a zone |
cloudflare-dns-mcp_update_zone_settings | Update settings for a zone (destructive operation) |
cloudflare-dns-mcp_purge_cache | Purge Cloudflare cache for a zone |