Skip to main content
ClaudeWave

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

MCP ServersRegistry oficial1 estrellas0 forksMITActualizado 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.

Resumen de MCP Servers

# 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

Lo que la gente pregunta sobre whois-mcp

¿Qué es wwhois-app/whois-mcp?

+

wwhois-app/whois-mcp es mcp servers para el ecosistema de Claude AI. WHOIS/RDAP, IP geolocation and Punycode conversion as MCP tools — hosted at wwhois.ru Tiene 1 estrellas en GitHub y su última actualización registrada es del 2026-09-02.

¿Cómo se instala whois-mcp?

+

Puedes instalar whois-mcp clonando el repositorio (https://github.com/wwhois-app/whois-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar wwhois-app/whois-mcp?

+

Nuestro agente de seguridad ha analizado wwhois-app/whois-mcp y le ha asignado un Trust Score de 95/100 (tier: Verified). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene wwhois-app/whois-mcp?

+

wwhois-app/whois-mcp es mantenido por wwhois-app. La última actividad registrada en GitHub es del 2026-09-02, con 0 issues abiertos.

¿Hay alternativas a whois-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega whois-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

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>

Más MCP Servers

Alternativas a whois-mcp