Skip to main content
Glama

DNS MCP Server

by cenemil

batch_dns

Execute multiple DNS lookups simultaneously or sequentially for specified domains and record types. Supports parallel processing and customizable timeouts to streamline DNS operations efficiently.

Instructions

Perform multiple DNS lookups in a single operation

Input Schema

NameRequiredDescriptionDefault
parallelNoExecute queries in parallel
queriesYesArray of DNS queries to perform
timeoutNoQuery timeout per request

Input Schema (JSON Schema)

{ "properties": { "parallel": { "default": true, "description": "Execute queries in parallel", "type": "boolean" }, "queries": { "description": "Array of DNS queries to perform", "items": { "properties": { "domain": { "type": "string" }, "recordTypes": { "items": { "enum": [ "A", "AAAA", "CNAME", "MX", "TXT", "NS", "SOA", "PTR", "SRV", "CAA" ], "type": "string" }, "type": "array" } }, "required": [ "domain", "recordTypes" ], "type": "object" }, "type": "array" }, "timeout": { "description": "Query timeout per request", "type": "number" } }, "required": [ "queries" ], "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