MCP.so
登录

IP2WHOIS

@ip2whois

关于 IP2WHOIS

IP2WHOIS MCP server is 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.

基本信息

分类

其他

传输方式

stdio

发布者

ip2whois

提交者

ip2whois

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "ip2whois": {
      "command": "uvx",
      "args": [
        "mcp-ip2whois"
      ],
      "env": {
        "IP2WHOIS_API_KEY": "<YOUR API key HERE>"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is IP2WHOIS?

IP2WHOIS is a Model Context Protocol (MCP) server that provides comprehensive WHOIS lookup capabilities using the IP2WHOIS API. It allows AI agents to query domain registration details, including expiry dates, registrar information, and registrant data.

How to use IP2WHOIS?

You need an API key from IP2WHOIS (free tier: 500 queries/month). Install via uvx mcp-ip2whois or clone the repository. Configure the server in claude_desktop_config.json with the command uvx, args ["mcp-ip2whois"], and environment variable IP2WHOIS_API_KEY. After saving, restart Claude Desktop to see the get_whois tool.

Key features of IP2WHOIS

  • Domain WHOIS lookup for any domain name
  • Returns domain age, registrar, and contact details
  • Built with the FastMCP Python framework
  • Single tool: get_whois with a domain argument

Use cases of IP2WHOIS

  • Check domain expiration dates for renewal planning
  • Verify registrar and registrant information
  • Automate domain due diligence and compliance checks
  • Retrieve domain age and creation/update dates

FAQ from IP2WHOIS

What tool does IP2WHOIS expose?

The server exposes one tool, get_whois, which takes a domain argument (string) and returns a JSON object with fields like domain_id, status, domain_age, create_date, update_date, expire_date, registrar info, and registrant info.

Do I need an API key to use IP2WHOIS?

Yes, a valid IP2WHOIS API key is required. You can sign up for a free key at ip2location.io/sign-up, which allows up to 500 queries per month.

How do I configure IP2WHOIS with Claude Desktop?

Add the server to your claude_desktop_config.json with command: "uvx", args: ["mcp-ip2whois"], and env: {"IP2WHOIS_API_KEY": "<your key>"}. Ensure uv is installed and restart Claude Desktop.

What runtime does IP2WHOIS require?

It uses the uv package manager (see the MCP quickstart guide for installation). No other runtime dependencies are mentioned.

Are there any usage limits?

The free API key allows up to 500 WHOIS queries per month. Paid plans for higher limits are available at ip2location.io/pricing.

评论

其他 分类下的更多 MCP 服务器