Skip to main content
Glama

MCP Cloudflare DNS Server

list_dns_records

Retrieve and filter DNS records for a configured zone on Cloudflare. Inputs include optional filters for record name and type to streamline results.

Instructions

List all DNS records for the configured zone

Input Schema

NameRequiredDescriptionDefault
nameNoFilter by record name (optional)
typeNoFilter by record type (optional)

Input Schema (JSON Schema)

{ "properties": { "name": { "description": "Filter by record name (optional)", "type": "string" }, "type": { "description": "Filter by record type (optional)", "enum": [ "A", "AAAA", "CNAME", "MX", "TXT", "NS", "SRV", "CAA", "PTR" ], "type": "string" } }, "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