WhoisXML API MCP Server
The official WhoisXML API MCP server providing 32 first-party tools for WHOIS, DNS, IP geolocation, threat intelligence, typosquatting, email verification, and native bulk lookups.
README
<p align="center"> <img src="assets/logo-400x400.png" alt="WhoisXML API" width="120" /> </p>
WhoisXML API MCP Server
The official WhoisXML API MCP server: 32 first-party tools for WHOIS, DNS, IP geolocation, threat intelligence, typosquatting, email verification, and native bulk lookups — in Claude, Cursor, VS Code, LobeChat, or any MCP client.
- Documentation: https://mcp.whoisxmlapi.com
- npm package:
@whoisxmlapidotcom/mcp-whoisxmlapi - Docker image:
whoisxmlapidotcom/mcp-whoisxmlapi - MCP Registry:
io.github.whois-api-llc/mcp-whoisxmlapi
This repository is the public listing home for the server. Distribution is via the hosted endpoint, npm, and Docker Hub; the implementation source is maintained privately by Whois API, Inc.
Hosted endpoint (no install)
Connect any remote-capable MCP client to the hosted server — authentication is via OAuth with your WhoisXML API key:
https://mcp-hosted.whoisxmlapi.com/mcp
{
"mcpServers": {
"whoisxmlapi": {
"url": "https://mcp-hosted.whoisxmlapi.com/mcp"
}
}
}
Run locally
Requires a WhoisXML API key — get one at https://whoisxmlapi.com.
npm:
{
"mcpServers": {
"whoisxmlapi": {
"command": "npx",
"args": ["-y", "@whoisxmlapidotcom/mcp-whoisxmlapi"],
"env": { "WHOISXMLAPI_TOKEN": "at_YOUR_KEY" }
}
}
}
Docker:
docker run -i --rm -e WHOISXMLAPI_TOKEN=at_YOUR_KEY whoisxmlapidotcom/mcp-whoisxmlapi
Tools (32)
Domain intelligence
| Tool | What it does |
|---|---|
whois |
Current WHOIS/RDAP registration data for a domain — registrar, dates, nameservers, status, contacts. |
whois_history |
Full timeline of WHOIS changes — ownership transfers, registrar moves, nameserver swaps. |
domain_info |
Enriched WHOIS profile combining current + historical records to fill redacted fields. |
reverse_whois |
Every domain whose WHOIS record contains a free-text term (name, email, org, address). |
reverse_whois_advanced |
Field-specific WHOIS searches (e.g. RegistrantContact.Organization), up to 4 terms. |
domain_reputation |
0–100 trust score from live infrastructure and configuration checks. |
typosquatting |
Check whether a domain belongs to a typosquatting group, or expand the full group. |
categorization |
Classify a domain into IAB Content Taxonomy v3.1 categories. |
DNS & infrastructure
| Tool | What it does |
|---|---|
dns_lookup |
Current DNS records — A, AAAA, MX, NS, SOA, TXT, CNAME, PTR, SRV, CAA, DS, DNSKEY, or all. |
dns_history |
Historical DNS records (forward) or domains historically on an IP (reverse). |
reverse_dns |
Search DNS records by pattern and return matching domains. |
reverse_ip |
Every domain currently pointing at an IP, with first-/last-seen dates. |
reverse_mx |
Every domain using a specific MX server. |
reverse_ns |
Every domain delegated to a specific nameserver. |
subdomain_lookup |
Enumerate up to 10,000 known subdomains of a domain with seen timestamps. |
domain_and_subdomain_discovery |
Newly-registered domains/subdomains containing search terms (wildcards supported). |
ssl_certificates |
TLS certificate details — issuer, validity, SANs, chain trust. |
IP intelligence
| Tool | What it does |
|---|---|
ipgeolocation |
Country, region, city, ISP, ASN for an IP, domain, or email. |
ip_netblocks |
CIDR ranges, ASN, organisation, and registration dates for IP/ASN/org. |
Threat & brand protection
| Tool | What it does |
|---|---|
threat_intelligence |
Check a domain, URL, IP, CIDR, or file hash against malware/phishing/spam/botnet feeds. |
brand_alert |
Newly added/dropped/updated domains containing brand terms — typosquat & lookalike monitoring. |
registrant_alert |
New/changed domains whose WHOIS registrant fields match search terms. |
| Tool | What it does |
|---|---|
email_verification |
Syntax, MX, and SMTP deliverability checks; flags disposable/role/free/catch-all. |
disposable_email_check |
Boolean verdict on disposable/temporary email providers. |
Screenshots
| Tool | What it does |
|---|---|
website_screenshot |
Capture a web page screenshot, returned as a native image content block. |
Native bulk
| Tool | What it does |
|---|---|
bulk_whois |
WHOIS for up to 10,000 domains in one call (native bulk, async job_id if long-running). |
bulk_email_verification |
Email verification for up to 10,000 addresses (native bulk, async if long-running). |
bulk_dns_lookup |
DNS lookups for up to 200 domains, fanned out concurrently. |
bulk_ip_geolocation |
IP geolocation for up to 200 IPs, fanned out concurrently. |
bulk_subdomain_lookup |
Subdomain discovery for up to 200 apex domains. |
bulk_job_status |
Progress of an in-flight bulk job. |
bulk_job_results |
Full per-input results of a completed bulk job. |
Example prompts
- "Look up the WHOIS for suspicious-domain.com and tell me if it's suspicious."
- "Find all subdomains of example.com and check their DNS history."
- "Check the threat intelligence reputation of 203.0.113.7 and what's hosted there."
© Whois API, Inc. · https://www.whoisxmlapi.com · Support: https://whoisxmlapi.com/contact-us
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.