Mcp Ip2Whois — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mcp Ip2Whois (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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.
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:{
"mcpServers": {
"ip2whois": {
"command": "uvx",
"args": ["mcp-ip2whois"],
"env": {
"IP2WHOIS_API_KEY": "<YOUR API key HERE>"
}
}
}
}<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.
domain (string): The domain name to look up (e.g., google.com).domain_id, status, domain_agecreate_date, update_date, expire_dateregistrar (name, url, etc.)registrant (name, organization, country)nameserversget_hosted_domainsQuery for the list of hosted domain names by IP address.
ip (string): The IP address (IPv4 or IPv6) to look up.See the LICENSE file.
<!-- mcp-name: io.github.ip2whois/mcp-ip2whois -->
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.