wwhois — MCP server

MCP serverDev tools

WHOIS/RDAP lookup, IP geolocation and Punycode conversion. 1400+ TLDs incl. IDN. No API key.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the whois lookup tool from wwhois — MCP server

From the project's README

As published by wwhois-app/whois-mcp in README.md.

WHOIS/RDAP domain lookup, IP geolocation and Punycode conversion, exposed as Model Context Protocol tools. Backed by 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:

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

Tools

ToolArgumentsReturns
whois_lookupdomain (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_geolocationip (string)Country, region, city, ISP and organisation for an IPv4/IPv6 address.
punycode_convertvalue (string)Converts a domain between Unicode (IDN) and Punycode/ACE (xn--), both directions, auto-detected.

Manual check

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, /ip and /punycode. It is a hosted remote service; this repository holds the description and manifests only.

Tools it offers (3)

What this server listed when ahel dialed its public endpoint in Sep 2026, with no key and no account of yours. The names are the server’s own.

  • whois_lookup
  • ip_geolocation
  • punycode_convert

Signals

GitHub stars
1
Last commit
Sep 2026
Advanced
Delivery
whois-mcp MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
Catalog kind
mcp-server
Gateway key
ru-wwhois-whois-mcp
Source
github.com/wwhois-app/whois-mcp
Hosted endpoint
https://wwhois.ru/backend/mcp