Skip to main content
Glama

MCP Cloudflare DNS Server

create_dns_record

Add a new DNS record to Cloudflare-hosted domains, specifying type, name, content, TTL, priority, and proxied status for accurate domain management.

Instructions

Create a new DNS record

Input Schema

NameRequiredDescriptionDefault
contentYesDNS record content
nameYesDNS record name
priorityNoPriority (for MX records)
proxiedNoWhether the record should be proxied through Cloudflare
ttlNoTime to live (TTL) in seconds (default: 1 for auto)
typeYesDNS record type

Input Schema (JSON Schema)

{ "properties": { "content": { "description": "DNS record content", "type": "string" }, "name": { "description": "DNS record name", "type": "string" }, "priority": { "description": "Priority (for MX records)", "type": "number" }, "proxied": { "description": "Whether the record should be proxied through Cloudflare", "type": "boolean" }, "ttl": { "description": "Time to live (TTL) in seconds (default: 1 for auto)", "minimum": 1, "type": "number" }, "type": { "description": "DNS record type", "enum": [ "A", "AAAA", "CNAME", "MX", "TXT", "NS", "SRV", "CAA", "PTR" ], "type": "string" } }, "required": [ "type", "name", "content" ], "type": "object" }
Install Server

Other Tools from MCP Cloudflare DNS Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/gilberth/mcp-cloudflare'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server