domain-whois-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| whois_lookupA | Look up WHOIS information for a domain name using native WHOIS protocol (TCP port 43). Automatically discovers the correct WHOIS server via IANA if not known. Follows referrals from thin WHOIS to thick WHOIS for complete data. Returns parsed structured data + raw WHOIS text. |
| rdap_lookupA | Look up RDAP (Registration Data Access Protocol) information for a domain. RDAP is the modern successor to WHOIS, providing structured JSON responses. Automatically discovers the RDAP server via IANA bootstrap. Not all TLDs support RDAP — falls back with a clear error message. |
| domain_checkA | Check if a domain name is available for registration. Tries RDAP first (faster, structured), falls back to WHOIS. Returns availability status and full registration data if registered. |
| bulk_domain_checkB | Check multiple domains for availability concurrently. Supports parallel processing with configurable concurrency. Useful for finding available domains across multiple TLDs or name variations. |
| tld_infoA | Get information about a TLD (Top-Level Domain) from IANA. Returns the authoritative WHOIS server, RDAP server, and IANA registry data. Works for gTLDs (.com, .org), new gTLDs (.app, .xyz), and ccTLDs (.uk, .de). |
| whois_rawA | Send a raw WHOIS query to a specific server and return the unprocessed response. Useful for debugging, querying IP WHOIS (rwhois), or non-standard WHOIS servers. |
| find_whois_serverA | Discover the WHOIS and RDAP servers for a domain or TLD. Checks the built-in database first, then queries IANA for unknown TLDs. Returns both WHOIS and RDAP server information. |
| rdap_bootstrap_infoA | Show the IANA RDAP bootstrap data — lists all TLDs that support RDAP and their service URLs. Useful for understanding RDAP coverage across TLDs. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/kemalabuteliyte/domain-whois-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server