domain-check-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": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| check_domainC | Check if a domain name is available for registration. Supports 500+ TLDs via RDAP (including .com, .net, .org, .app, .dev, .io, and many more) plus .de and .cn via WHOIS. |
| check_domainsA | Check multiple domain names for availability in bulk. Accepts a list of domains and returns the availability status of each one. Supports 500+ TLDs via RDAP and additional TLDs via WHOIS. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| domain_check_view | |
| bulk_check_view |
TDQS
Scored across 2 tools
The two tools are clearly distinct: one checks a single domain, the other checks multiple domains in bulk. There is no overlap in purpose.
Both tools follow the verb_noun pattern (check_domain, check_domains) consistently, with the plural form appropriately indicating bulk operation.
With 2 tools, the server is minimal but appropriately scoped for its purpose—checking domain availability. The count is slightly low but reasonable for a focused utility.
The server covers both single and bulk domain availability checks, which is the core functionality. No major gaps are apparent, though it does not offer additional details like whois data.