MCP server providing WHOIS and hosted domain lookups via the IP2WHOIS API with detailed domain registration data.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by MCP Ip2whois.
get_whoisLook up WHOIS data for a domain name.
get_hosted_domainsQuery for the list of hosted domain names by IP address.
A Model Context Protocol (MCP) server that provides comprehensive WHOIS lookup capabilities using the IP2WHOIS API. This server allows AI agents to query domain registration details, including expiry dates, registrar information, and registrant data. This server also supports query on hosted domains by IP address.
Domain Lookup: Retrieve detailed WHOIS data for any domain name.
Hosted Domains Lookup: Retrieve hosted domains data for any IP address.
Comprehensive Data: Includes domain age, nameservers, registrar info, and administrative/billing contact details.
FastMCP Framework: Built using the high-performance FastMCP Python framework.
This MCP server requires an API key to work. You can sign up for a free API key and enjoy up to 500 queries per month.
The setup also use uv, which can be install by following the guide.
Follow the steps to use this MCP server with Claude Desktop:
uv package manager, you can once again refer to the guide to do so.claude_desktop_config.json in your choice of editor, if you do not having one yet, follow this guide to create one.claude_desktop_config.json:<YOUR API key HERE> in above with your actual API key.Search and tools menu.To query the WHOIS information, just enter your query about the domain in a chat in Claude Desktop. Some of the example query will be:
For instance, below is the result of the domain google.com:

To query for the hosted domains by IP address, just enter your query about the IP in a chat in Claude Desktop. Some of the example query will be:
In Claude Desktop, the model will automatically generate the output based on the result returned by IP2WHOIS MCP server.
IP2WHOIS_API_KEY
The IP2WHOIS API key, which allows you to query up to 500 per month for free and more details of the IP address. You can sign up for a free API key, or subscribe to a plan to enjoy more benefits.
get_whoisLook up WHOIS data for a domain name.
Arguments:
domain (string): The domain name to look up (e.g., google.com).Output: Returns a JSON object containing:
domain_id, status, domain_age
create_date, update_date, expire_date
registrar (name, url, etc.)
registrant (name, organization, country)
nameservers
get_hosted_domainsQuery for the list of hosted domain names by IP address.
Arguments:
ip (string): The IP address (IPv4 or IPv6) to look up.Output: Returns a JSON object containing the domains hosted on the ip address, and the total number of hosted domains found
See the LICENSE file.
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/ip2whois-mcp-ip2whois)<a href="https://allmcps.com/mcp/ip2whois-mcp-ip2whois"><img src="https://allmcps.com/api/badge/ip2whois-mcp-ip2whois?style=directory" alt="MCP Ip2whois on AllMCPs" /></a>