Skip to main content
Glama

dns-mcp

npm mcp license

MCP server: resolve DNS records for a hostname. No external deps — uses Node's built-in dns/promises resolver, which respects the host's nameserver configuration.

Tool

resolve

{ "hostname": "example.com", "type": "MX" }

{
  "hostname": "example.com",
  "type": "MX",
  "records": [{ "priority": 0, "exchange": "." }]
}

Supported types: A, AAAA, MX, TXT, CNAME, NS, SOA, SRV, PTR, ANY. Default is A.

Related MCP server: DNS MCP Server

Configure

{ "mcpServers": { "dns": { "command": "npx", "args": ["-y", "@mukundakatta/dns-mcp"] } } }

License

MIT.

Repository Health

This repository includes a dependency-free health check for core documentation, metadata, and CI wiring. Run it locally before publishing changes:

python3 scripts/check_repository_health.py

The same check runs in GitHub Actions on pushes and pull requests.

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Tools

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    A Model Context Protocol tool that provides DNS querying capabilities for various record types (A, AAAA, MX, TXT, CNAME, NS, etc.) through a standardized MCP interface.
    Last updated
    1
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Enables comprehensive DNS operations including lookups for various record types, reverse DNS queries, batch processing, and DNS resolution tracing. Supports multiple DNS servers with configurable caching and robust error handling.
    Last updated
    4
    45
    2
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Enables AI assistants to perform detailed DNS reconnaissance through natural language requests. Retrieves comprehensive DNS record information including subdomains, mail servers, and DNS infrastructure details using the DNSDumpster API.
    Last updated
    7
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    Provides DNS over HTTPS (DoH) query capabilities for AI models by querying multiple public DoH servers in parallel and using a consensus algorithm to return the fastest and most reliable DNS resolution results.
    Last updated

View all related MCP servers

Related MCP Connectors

  • Look up DNS information for any domain to troubleshoot issues and gather insights. Get fast, relia…

  • DNS lookups, health reports, SSL certs, security scans, GEO scoring, uptime checks

  • Domain & company intel for AI agents: RDAP, DNS, email deliverability, tech stack. No API keys.

View all MCP Connectors

Latest Blog Posts

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

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