Skip to main content
ClaudeWave

WHOIS/RDAP, IP geolocation and Punycode conversion as MCP tools — hosted at wwhois.ru

MCP ServersOfficial Registry1 stars0 forksMITUpdated today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 9/3/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/wwhois-app/whois-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "whois-mcp": {
      "command": "node",
      "args": ["/path/to/whois-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/wwhois-app/whois-mcp and follow its README for install instructions.

MCP Servers overview

# wwhois — MCP server

WHOIS/RDAP domain lookup, IP geolocation and Punycode conversion, exposed as
[Model Context Protocol](https://modelcontextprotocol.io) tools. Backed by
[wwhois.ru](https://wwhois.ru).

- **Server URL:** `https://wwhois.ru/backend/mcp`
- **Transport:** Streamable HTTP (JSON-RPC 2.0)
- **Auth:** none — public, read-only
- **Rate limit:** 30 tool calls / minute per client IP
- **Docs:** https://wwhois.ru/mcp

## Connect

Claude Desktop, Cursor, and other clients with an MCP server config:

```json
{
  "mcpServers": {
    "wwhois": { "type": "http", "url": "https://wwhois.ru/backend/mcp" }
  }
}
```

## Tools

| Tool | Arguments | Returns |
|---|---|---|
| `whois_lookup` | `domain` (string) | Registration state (`registered` / `available` / `reserved` / `unsupported` / `unknown`) and the full raw WHOIS/RDAP record: registrar, registration and expiry dates, name servers, status. 1400+ zones including IDN / Cyrillic (`.рф`, `.москва`). RDAP where a zone offers it, plain WHOIS otherwise. |
| `ip_geolocation` | `ip` (string) | Country, region, city, ISP and organisation for an IPv4/IPv6 address. |
| `punycode_convert` | `value` (string) | Converts a domain between Unicode (IDN) and Punycode/ACE (`xn--`), both directions, auto-detected. |

## Manual check

```bash
curl -s https://wwhois.ru/backend/mcp \
  -H 'Content-Type: application/json' -H 'Accept: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
```

## Notes

The server is a thin MCP wrapper over wwhois.ru's existing tools — the data is
the same you get from the web pages at
[/whois](https://wwhois.ru/whois), [/ip](https://wwhois.ru/ip) and
[/punycode](https://wwhois.ru/punycode). It is a hosted remote service; this
repository holds the description and manifests only.
dnsip-geolocationmcpmcp-serverpunycodewhois

What people ask about whois-mcp

What is wwhois-app/whois-mcp?

+

wwhois-app/whois-mcp is mcp servers for the Claude AI ecosystem. WHOIS/RDAP, IP geolocation and Punycode conversion as MCP tools — hosted at wwhois.ru It has 1 GitHub stars and its last recorded update is dated 2026-09-02.

How do I install whois-mcp?

+

You can install whois-mcp by cloning the repository (https://github.com/wwhois-app/whois-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is wwhois-app/whois-mcp safe to use?

+

Our security agent has analyzed wwhois-app/whois-mcp and assigned a Trust Score of 95/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains wwhois-app/whois-mcp?

+

wwhois-app/whois-mcp is maintained by wwhois-app. The last recorded GitHub activity is dated 2026-09-02, with 0 open issues.

Are there alternatives to whois-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy whois-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: wwhois-app/whois-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/wwhois-app-whois-mcp)](https://claudewave.com/repo/wwhois-app-whois-mcp)
<a href="https://claudewave.com/repo/wwhois-app-whois-mcp"><img src="https://claudewave.com/api/badge/wwhois-app-whois-mcp" alt="Featured on ClaudeWave: wwhois-app/whois-mcp" width="320" height="64" /></a>

More MCP Servers

whois-mcp alternatives