wwhois-mcp
wwhois — MCP server
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/mcpTransport: 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" }
}
}Related MCP server: DomainDetails MCP Server
Tools
Tool | Arguments | Returns |
|
| Registration state ( |
|
| Country, region, city, ISP and organisation for an IPv4/IPv6 address. |
|
| Converts a domain between Unicode (IDN) and Punycode/ACE ( |
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.
This server cannot be installed
Maintenance
Related MCP Connectors
Query WHOIS/RDAP information for domains, IP addresses, CIDR prefixes and ASNs. Self-hostable.
Free, keyless domain registration lookup via RDAP: registered, available, registrar, expiration.
Check domain name availability via RDAP. Single, bulk, and smart suggestions. No API key needed.
IP geolocation, ASN and network data, plus VPN, proxy and Tor detection. ASN tools need no key.
Related MCP Servers
- AlicenseNot gradedqualityFmaintenanceCheck domain name availability via RDAP. Single lookups, bulk checks (up to 50), and smart name suggestions with registration links. No API key needed.MIT
- AlicenseAqualityDmaintenanceProvides comprehensive domain research tools including RDAP, WHOIS, and DNS lookup capabilities, with automatic fallback and support for 50+ TLDs.1181MIT
- AlicenseNot gradedqualityCmaintenanceEnables RDAP domain lookup via ICANN standard, free, no authentication required.21MIT
- AlicenseNot gradedqualityAmaintenanceQuery WHOIS/RDAP information for domains, IP addresses, CIDR prefixes and ASNs. Results are normalized to RDAP-style (RFC 9083) JSON. Public instance of the open-source KincaidYang/whois server, which can also be self-hosted.64MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/wwhois-app/whois-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server