MCP DNS

MIT License

dns-query

Perform DNS queries to retrieve specific record types (A, AAAA, MX, TXT, CNAME, NS, etc.) for a given domain name using the MCP DNS server interface.

Instructions

Make a DNS query for a given name and type

Input Schema

NameRequiredDescriptionDefault
nameYesThe domain name to query
typeYesThe DNS record type (A, AAAA, MX, TXT, CNAME, NS, etc.)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "name": { "description": "The domain name to query", "type": "string" }, "type": { "description": "The DNS record type (A, AAAA, MX, TXT, CNAME, NS, etc.)", "type": "string" } }, "required": [ "name", "type" ], "type": "object" }

You must be authenticated.

Other Tools from MCP DNS

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/glucn/mcp-dns'

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