Skip to main content
Glama

DNS MCP Server

by cenemil

batch_dns

Execute multiple DNS queries simultaneously to resolve domains and retrieve various record types (A, AAAA, MX, etc.) efficiently. Supports parallel processing and customizable timeout for streamlined DNS operations.

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" }

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