# DNS Lookup API MCP server

DNS record lookup â€” A, AAAA, MX, TXT, CNAME, NS via Cloudflare. x402 micropayment.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-br0ski777-dns-lookup
- Repository: https://github.com/Br0ski777/dns-lookup-x402
- Website: https://github.com/Br0ski777/dns-lookup-x402

## Install
- Endpoint: https://dns-lookup.api.klymax402.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://dns-lookup.api.klymax402.com/mcp

## Tools
- network_lookup_dns - Use this when you need to look up DNS records for a domain. Returns all matching records in JSON via Cloudflare DNS-over-HTTPS.

Returns: 1. records array with type, name, data, TTL 2. Supports A, AAAA, MX, TXT, CNAME, NS, SOA, SRV 3. queryTime in ms 4. resolver info (Cloudflare 1.1.1.1).

Example output: {"domain":"example.com","type":"A","records":[{"name":"example.com","type":"A","data":"93.184.216.34","ttl":3600}],"queryTime":12,"resolver":"cloudflare"}

Use this FOR verifying DNS configuration, checking MX records before email setup, auditing TXT records for SPF/DKIM/DMARC, and debugging domain resolution issues.

Do NOT use for SSL certificate check -- use security_check_ssl instead. Do NOT use for WHOIS domain info -- use domain_lookup_intelligence instead. Do NOT use for HTTP header analysis -- use network_analyze_headers instead. Endpoint: https://dns-lookup.api.klymax402.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.Br0ski777
- Version: 1.1.0
- Runtime: Sse
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 16, 2026
- Source: https://registry.modelcontextprotocol.io
