Skip to main content
Glama

Server Details

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

Ownership verified
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

A4.3/5.0

Scored across 3 tools

Disambiguation5/5

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.

Naming Consistency4/5

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.

Tool Count5/5

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.

Completeness5/5

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 tools
ip_geolocationA
Read-onlyIdempotent
Inspect

Geolocate an IPv4/IPv6 address: country, region, city, ISP and organisation.

ParametersJSON Schema
NameRequiredDescriptionDefault
ipYesIP address, e.g. 8.8.8.8

Output Schema

ParametersJSON Schema
NameRequiredDescription
ipYes
ispNo
latNo
lonNo
orgNo
cityNo
regionNo
countryNo

TDQS

A4/5.0
Behavior3/5

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.

Conciseness5/5

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.

Completeness4/5

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.

Parameters4/5

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.

Purpose5/5

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.

Usage Guidelines3/5

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_convertA
Read-onlyIdempotent
Inspect

Convert a domain between Unicode (IDN) and Punycode/ACE (xn--) form, both directions, auto-detected.

ParametersJSON Schema
NameRequiredDescriptionDefault
valueYesDomain in Unicode (пример.рф) or ACE form (xn--e1afmkfd.xn--p1ai).

Output Schema

ParametersJSON Schema
NameRequiredDescription
inputYes
decodedYesUnicode / IDN form
encodedYesPunycode / ACE (xn--) form

TDQS

A4/5.0
Behavior3/5

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.

Conciseness5/5

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.

Completeness4/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines4/5

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_lookupA
Read-onlyIdempotent
Inspect

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.

ParametersJSON Schema
NameRequiredDescriptionDefault
domainYesDomain name, e.g. example.com or пример.рф (IDN accepted as-is).

Output Schema

ParametersJSON Schema
NameRequiredDescription
rawNoFull raw WHOIS/RDAP record
stateYes
cachedNo
domainYes
protocolNowhois or rdap

TDQS

A4.2/5.0
Behavior4/5

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.

Conciseness5/5

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.

Completeness4/5

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.

Parameters3/5

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.

Purpose5/5

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.

Usage Guidelines4/5

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.

  1. 3 tool updates
    • First observedip_geolocation
    • First observedpunycode_convert
    • First observedwhois_lookup

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    A
    maintenance
    Query 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.
    64
    MIT
  • A
    license
    Not graded
    quality
    F
    maintenance
    Check domain name availability via RDAP. Single lookups, bulk checks (up to 50), and smart name suggestions with registration links. No API key needed.
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Domain intelligence for DNS, WHOIS/RDAP, SSL/TLS, subdomain discovery, availability, valuation, email security, and typosquatting and brand protection.
    1
    1
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.