Skip to main content
Glama

DNS MCP Server

by cenemil

dns_lookup

Retrieve DNS records (A, AAAA, MX, TXT, etc.) for a domain using the DNS MCP Server. Configure custom servers, set timeouts, and query specific record types for accurate domain information.

Instructions

Perform DNS lookup for a domain to retrieve various record types (A, AAAA, MX, TXT, etc.)

Input Schema

NameRequiredDescriptionDefault
domainYesThe domain name to lookup
recordTypeNoThe type of DNS record to queryA
timeoutNoQuery timeout in milliseconds
useCustomServerNoUse custom DNS server if configured

Input Schema (JSON Schema)

{ "properties": { "domain": { "description": "The domain name to lookup", "type": "string" }, "recordType": { "default": "A", "description": "The type of DNS record to query", "enum": [ "A", "AAAA", "CNAME", "MX", "TXT", "NS", "SOA", "PTR", "SRV", "CAA" ], "type": "string" }, "timeout": { "description": "Query timeout in milliseconds", "type": "number" }, "useCustomServer": { "description": "Use custom DNS server if configured", "type": "boolean" } }, "required": [ "domain" ], "type": "object" }
Install Server

Other Tools from DNS MCP 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/cenemil/dns-mcp-server'

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