mcp-server-canyougrab
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CANYOUGRAB_API_KEY | Yes | API key from portal.canyougrab.it (free tier available) |
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_domainsA | Use this when the user wants to know whether one or more domains are available to register. Returns confidence, source, cache age, and ambiguous results when the lookup cannot be determined safely. |
| check_usageA | Use this when the user wants to see their CanYouGrab.it plan, usage, and remaining quota for the current billing period. |
| get_domain_infoA | Use this when the user wants WHOIS or registration information about a specific domain — such as who owns it, when it was registered, when it expires, or what nameservers it uses. |
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 3 tools
check_domains targets domain availability, get_domain_info targets WHOIS/registration details, and check_usage targets the user's own account quota. Each tool clearly covers a distinct purpose with no overlapping boundaries.
All tool names follow a verb_noun pattern, but there is a mix of 'check_' and 'get_' prefixes. This is mostly consistent and readable, though a fully uniform verb would improve predictability.
Three tools is on the low end but appropriate for a focused domain lookup service. Each tool adds a distinct capability, and the small set is not lacking because the domain is narrow.
The set covers the core lookup workflows—availability checking, WHOIS retrieval, and account usage. Gaps like domain registration or purchase are likely outside the server's stated purpose, so it is reasonably complete.