Skip to main content
Glama
danielgtmn

domain-mcp

by danielgtmn

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

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

Tools

Functions exposed to the LLM to take actions

NameDescription
check_domainB

Check if a single domain is available or registered.

Args:
    domain: Domain name to check (e.g. example.com, bücher.de).
    include_raw: Include raw RDAP/WHOIS payload (verbose).
    use_cache: Use in-memory TTL cache (default 5 minutes).

Returns:
    Status (available/registered/unknown/…), registrar, dates, nameservers.
check_domainsA

Check multiple domains in parallel (rate-limit friendly bulk check).

Args:
    domains: List of domain names (max recommended: 50 per call).
    include_raw: Include raw payloads (large responses).
    use_cache: Use in-memory TTL cache.

Returns:
    Summary counts plus a results list in the same order as input.
domain_infoA

Get registration details for a domain (registrar, expiry, nameservers).

Same underlying check as check_domain; prefer this when you need WHOIS-like
metadata for a domain you already know is registered.

Args:
    domain: Domain name to look up.
    include_raw: Include raw RDAP/WHOIS payload.
list_supported_tldsA

List TLDs with known RDAP endpoints (IANA bootstrap + overrides).

TLDs missing from this list may still work via WHOIS fallback.

clear_domain_cacheC

Clear the in-memory domain check cache.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/danielgtmn/domain-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server