wwhois.ru domain tools
Server Details
WHOIS/RDAP lookup, IP geolocation and Punycode conversion. 1400+ TLDs incl. IDN. No API key.
- Status
- Healthy
- Uptime
- 35.6% over 21 days
- Last Tested
- Transport
- Streamable HTTP · MCP 2025-11-25
- URL
- Repository
- wwhois-app/whois-mcp
- GitHub Stars
- 1
- Server Listing
- wwhois-mcp
TDQS
Scored across 3 tools
Each tool addresses a clearly distinct need: WHOIS/RDAP domain lookups, IP geolocation, and IDN/Punycode conversion. There is no meaningful overlap or ambiguity between the three tools.
All names use lowercase snake_case and follow an object-plus-operation structure. The only minor inconsistency is that 'ip_geolocation' is noun-noun while the other two are noun-verb/noun-noun hybrids, but the pattern remains predictable and readable.
Three tools is well-scoped for a WHOIS/domain utility server, and each tool earns its place. The set is compact without feeling thin or padded.
The tool surface covers the core domain clearly: WHOIS/RDAP registration and raw records, IP location context, and IDN/Punycode conversion in both directions. There are no obvious dead ends or missing operations for this read-only informational scope.
Available Tools
3 toolsip_geolocationARead-onlyIdempotentInspect
Geolocate an IPv4/IPv6 address: country, region, city, ISP and organisation.
| Name | Required | Description | Default |
|---|---|---|---|
| ip | Yes | IP address, e.g. 8.8.8.8 |
Output Schema
| Name | Required | Description |
|---|---|---|
| ip | Yes | |
| isp | No | |
| lat | No | |
| lon | No | |
| org | No | |
| city | No | |
| region | No | |
| country | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds the specific data fields returned (country, region, city, ISP, organisation) but does not disclose additional behavioral traits such as rate limits or error conditions. Given the strong annotation coverage, this is acceptable.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, focused sentence that front-loads the core function and lists output fields without any fluff. Every word earns its place.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple one-parameter tool with a clear output schema, the description, combined with annotations, covers the essential usage. It specifies the input type and output fields, and the annotations provide safety and idempotency. Nothing critical is missing, though it could mention error cases or fallback behavior, which are likely covered by the output schema.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema already describes the 'ip' parameter with an example. The description adds that both IPv4 and IPv6 are supported, which is not present in the schema. This is useful additional meaning beyond the schema's basic type description.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a specific action (geolocate) on a resource (IP address) and lists the output fields (country, region, city, ISP, organisation). This clearly distinguishes it from sibling tools like whois_lookup and punycode_convert, which serve different purposes.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage for obtaining geographic and network provider information from an IP address. However, it does not explicitly state when to use this tool over alternatives like whois_lookup, nor does it mention any exclusions or conditions. The clear purpose allows inference, but explicit guidance is missing.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
punycode_convertARead-onlyIdempotentInspect
Convert a domain between Unicode (IDN) and Punycode/ACE (xn--) form, both directions, auto-detected.
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | Domain in Unicode (пример.рф) or ACE form (xn--e1afmkfd.xn--p1ai). |
Output Schema
| Name | Required | Description |
|---|---|---|
| input | Yes | |
| decoded | Yes | Unicode / IDN form |
| encoded | Yes | Punycode / ACE (xn--) form |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds useful behavior beyond that, specifically 'both directions, auto-detected, but it does not describe output shape or invalid-input handling, which keeps it from rating higher.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
A single, front-loaded sentence states the action and scope with no filler. The terms 'both directions, auto-detected' are compact and meaningful, so the description is efficiently structured.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a one-parameter, idempotent, read-only conversion tool with an output schema, the description is largely sufficient for an agent to call it correctly. It could add normalization or URL-handling details, but these are not essential for this simple converter.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100% and the value parameter already includes concrete Unicode and ACE examples, so the schema handles the parameter semantics. The description reinforces but does not materially extend meaning beyond what is already documented.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description opens with a specific verb and resource: 'Convert a domain between Unicode (IDN) and Punycode/ACE (xn--) form.' It explicitly covers both directions and is clearly distinguishable from the sibling lookup tools ip_geolocation and whois_lookup.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description conveys clear usage: use it when you have a domain string in either Unicode or ACE form and need the other form, with direction auto-detected. It does not explicitly name alternatives or exclusions, but the siblings are unrelated lookup tools, so the usage context remains clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
whois_lookupARead-onlyIdempotentInspect
Look up WHOIS/RDAP data for a domain: registration state (registered / available / reserved / unsupported / unknown) and the full raw registry record (registrar, dates, name servers, status). Supports 1400+ zones including IDN / Cyrillic domains.
| Name | Required | Description | Default |
|---|---|---|---|
| domain | Yes | Domain name, e.g. example.com or пример.рф (IDN accepted as-is). |
Output Schema
| Name | Required | Description |
|---|---|---|
| raw | No | Full raw WHOIS/RDAP record |
| state | Yes | |
| cached | No | |
| domain | Yes | |
| protocol | No | whois or rdap |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so safety is covered. The description goes beyond annotations by disclosing the scope of behavior: it returns a registration-state classification and the full raw registry record, and supports 1400+ zones including IDN/Cyrillic domains. No contradictions or hidden side effects are apparent.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two sentences with no filler. The primary action is front-loaded, followed by output details and a notable capability (1400+ zones, IDN). Every sentence contributes useful selection and invocation information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the low parameter count, complete schema coverage, robust annotations, and an output schema, the description covers what a caller needs: domain input, expected result categories, and supported zone coverage. It is not verbose, and no critical missing context stands out.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100% and the single parameter is documented with an example and IDN guidance. The description's mention of IDN support is somewhat redundant, so it adds little beyond the schema, earning the baseline 3.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb and resource ('Look up WHOIS/RDAP data for a domain') and lists concrete output categories (registration state, registrar, dates, name servers, status). This clearly distinguishes it from the sibling tools ip_geolocation and punycode_convert, which target different data transformations.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear context: use this tool when you need domain registration WHOIS/RDAP data, including IDN zones. It does not explicitly spell out 'when not to use' or name alternatives, but the domain-specific scope makes the intended use unambiguous against the siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections.
3 tool updates
- First observed
ip_geolocation - First observed
punycode_convert - First observed
whois_lookup
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.
IP geolocation, ASN and network data, plus VPN, proxy and Tor detection. ASN tools need no key.
Check domain name availability via RDAP. Single, bulk, and smart suggestions. No API key needed.
Related MCP Servers
- 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
- 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
- AlicenseAqualityCmaintenanceDomain intelligence for DNS, WHOIS/RDAP, SSL/TLS, subdomain discovery, availability, valuation, email security, and typosquatting and brand protection.11MIT
- AlicenseAqualityFmaintenanceProvides comprehensive domain research tools including RDAP, WHOIS, and DNS lookup capabilities, with automatic fallback and support for 50+ TLDs.14 npm1MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.