
Dns Lookup
- 1 installs
- 3 repo stars
- Updated March 10, 2026
- ofershap/mcp-server-dns
Helps with ai & agent building tasks.
About
dns-lookup is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.
- dns-lookup
- AI & Agent Building
- AI-coding skill
Dns Lookup by the numbers
- 1 all-time installs (skills.sh)
- Ranked #14,102 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Aug 4, 2026 (Skillselion catalog sync)
npx skills add https://github.com/ofershap/mcp-server-dns --skill dns-lookupAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1 |
|---|---|
| repo stars | ★ 3 |
| Last updated | March 10, 2026 |
| Repository | ofershap/mcp-server-dns ↗ |
What it does
Helps with ai & agent building tasks.
Files
DNS Lookup via MCP
Use this skill when you need to look up DNS records, perform reverse DNS, check WHOIS data, or verify nameservers. Zero auth required.
Available Tools
| Tool | What it does |
|---|---|
dns_lookup | Look up A, AAAA, MX, TXT, NS, CNAME, SOA, SRV, or PTR records |
reverse_dns | Reverse DNS (PTR) lookup on an IP address |
resolve_all | Resolve A, AAAA, MX, TXT, NS, CNAME in one call |
check_nameservers | Get nameserver (NS) records for a domain |
whois | Query WHOIS data (follows IANA referrals to registrar) |
Workflow
1. For general domain investigation: start with resolve_all to see everything at once 2. For specific record types: use dns_lookup with the type parameter 3. For IP investigation: use reverse_dns to find the hostname 4. For domain ownership: use whois
Key Patterns
dns_lookupwithtype: "MX"is the go-to for email delivery debuggingresolve_allreturns all common record types in one call — most efficient for initial investigationwhoisfollows IANA referrals automatically, so it works for any TLD- No API keys or auth needed — uses Node.js built-in DNS and public WHOIS servers