dns-whois-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@dns-whois-mcpget whois info for example.com"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
dns-whois-mcp
FastMCP server for DNS lookups and WHOIS domain research. Part of the Palimpsest intelligence toolkit.
Tools
dns_lookup — DNS record lookup (A, AAAA, MX, NS, TXT, SOA, CNAME, PTR, SRV, CAA, DS, DNSKEY). Returns JSON with resolved records.
whois_lookup — WHOIS domain or IP query. Returns structured data (registrar, creation/expiry dates, name servers, registrant, DNSSEC) plus raw WHOIS text. Includes computed
age_days.reverse_lookup — Reverse DNS (PTR) lookup for an IPv4 or IPv6 address.
dns_research — Comprehensive domain investigation. Runs all DNS record types and WHOIS in parallel, then reverse-lookups every resolved IP. Consolidated JSON report.
Related MCP server: Lookup-Domain
Usage
Via stdio (MCP)
python -m dns_whois_mcpExample
dns_research("magnalending.co.uk")As a library
from dns_whois_mcp.server import _dns_lookup_sync, _whois_lookup_sync
print(_dns_lookup_sync("iana.org", "A"))
print(_whois_lookup_sync("iana.org"))Storage
Every lookup is archived as a JSONL entry in
~/.local/share/dns-whois/YYYY-MM-DD-dns-whois.jsonl.
Duplicates (same domain + same tool within the same hour) are skipped.
Each entry includes a human-readable content field for full-text search
via fst-indexer and
unified-history-mcp.
Dependencies
Python ≥ 3.11
mcp ≥ 1.0
dnspython ≥ 2.7
asyncwhois ≥ 1.0
Install
pip install -e .This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA Model Context Protocol server that provides comprehensive domain analysis capabilities including WHOIS lookups, DNS record queries, and DNS health checking.Last updated14MIT
- AlicenseAqualityDmaintenanceA Model Context Protocol (MCP) server that provides comprehensive domain name research tools, including RDAP, WHOIS, and DNS query functionality.Last updated12Apache 2.0
- AlicenseAqualityDmaintenanceMCP server for DNS lookups, reverse DNS, WHOIS, and domain checks. Zero auth, zero config.Last updated5653MIT
- AlicenseAqualityDmaintenanceMCP server providing DNS resolution, reverse DNS, RDAP-based WHOIS, and IP geolocation lookups. No API keys required , and all upstreams are public.Last updated4MIT
Related MCP Connectors
Look up DNS information for any domain to troubleshoot issues and gather insights. Get fast, relia…
MCP server for ScanMalware.com URL scanning, malware detection, and analysis.
DNS and email security scanner with 80 MCP tools for SPF, DMARC, DNSSEC, SSL, and brand audits.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/jmars/dns-whois-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server