domain-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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| check_domainA | Check if a single domain name is available for registration. Uses both DNS and WHOIS lookups for reliability. |
| check_alternative_tldsA | Check domain availability across multiple TLDs. Useful for finding available alternatives when the primary TLD is taken. |
| suggest_domainsA | Suggest available domain names based on a keyword or phrase. Checks multiple variations and TLDs. |
| list_tldsC | List available TLD categories and their contents. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each tool has a clearly distinct purpose with no overlap: check_alternative_tlds focuses on alternative TLDs when a primary is taken, check_domain verifies availability for a single domain, list_tlds provides TLD categories, and suggest_domains generates suggestions based on keywords. An agent can easily differentiate between them.
All tool names follow a consistent verb_noun pattern with snake_case: check_alternative_tlds, check_domain, list_tlds, and suggest_domains. This predictability makes the set easy to navigate and understand.
With 4 tools, this server is well-scoped for domain checking and suggestion tasks. Each tool earns its place by covering distinct aspects of the domain, avoiding bloat while providing essential functionality for the domain management domain.
The toolset covers core domain availability and suggestion workflows effectively, including checking single domains, alternatives, TLD listings, and keyword-based suggestions. A minor gap might be the lack of tools for domain registration or management post-availability check, but the available tools handle the primary discovery phase well.