Skip to main content
Glama
einiba

mcp-server-canyougrab

by einiba

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CANYOUGRAB_API_KEYYesAPI 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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 3 tools

Disambiguation5/5

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.

Naming Consistency4/5

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.

Tool Count4/5

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.

Completeness4/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues