Skip to main content
Glama
seomarlboro

DigMyName — Domain Check & Registrar Pricing

domain-check-skills-mcp

npm version downloads provenance license

⚡ The fastest domain availability MCP server — or the second

The fastest domain availability MCP — or the second. Typical first answer in ~170 ms; the whole pipeline (debounce → parallel authoritative DNS → RDAP → hot cache) is published openly. Found something faster? Dispute it and we'll put it on the page ourselves.

MCP server to check domain availability from any LLM — Claude, Cursor, Windsurf, Continue, Zed. 6 registrars, 50+ TLDs. Powered by DigMyName.

Typical latency

~170 ms first answer (cache-warm) · ~370 ms typical full pipeline (availability + premium + pricing) — everyday numbers, not a lab result; the on-screen timer is the live proof

Method

Published at digmyname.com/speed

Coverage

6 registrars · 50+ TLDs

Cost

Free — no API key, no account

domain-check-skills-mcp in action

Related MCP server: domainkits-mcp

Install

Claude Code — one line:

claude mcp add domain-check -- npx -y domain-check-skills-mcp

Claude Desktop / Cursor / Windsurf — add to your MCP config:

{
  "mcpServers": {
    "domain-check": {
      "command": "npx",
      "args": ["-y", "domain-check-skills-mcp"]
    }
  }
}

Continue (~/.continue/config.json):

{
  "experimental": {
    "modelContextProtocolServers": [
      { "transport": { "type": "stdio", "command": "npx", "args": ["-y", "domain-check-skills-mcp"] } }
    ]
  }
}

Zed (settings.json):

{
  "context_servers": {
    "domain-check": {
      "command": { "path": "npx", "args": ["-y", "domain-check-skills-mcp"] }
    }
  }
}

VS Code (.vscode/mcp.json):

{
  "servers": {
    "domain-check": { "type": "stdio", "command": "npx", "args": ["-y", "domain-check-skills-mcp"] }
  }
}

No API key, no account, no config — it works right after install.

Tools

Tool

Description

check_domain

Availability, premium / likely-premium flags, cheapest registrar, direct buy link and registration year (when taken) for one domain.

search_domains

One name across many TLDs at once (defaults to a curated set of 12). Includes availability, price, buy link and registration year for taken results.

compare_registrars

Registration, renewal and 3-year totals per registrar for a TLD.

get_domain_age

Registration year and expiration date for a taken domain via RDAP.

Example prompts

  • "Is acme.io available and where is it cheapest?"

  • "Check nebula across com, io, ai, dev and app."

  • "Compare registrar prices for .ai."

  • "When was stripe.com registered?"

How it works

Availability is resolved through an authoritative-first chain — RDAP (IANA bootstrap), authoritative DNS-over-HTTPS (Cloudflare, Google and AdGuard, hedged), Fastly Domain Research and registrar APIs. Anything unresolved is returned as UNKNOWN rather than falsely reported as taken. Premium candidates are flagged separately so agents never quote a standard retail price for a registry-premium name.

Pricing comes from DigMyName's registrar price cache across 6 registrars and 50+ TLDs.

Domain age is read from registry RDAP endpoints.

Rate limit: 60 requests / minute / IP. Repeat lookups are served from the Cloudflare edge cache in ~10ms.

Configuration

Env var

Default

Purpose

DIGMYNAME_API_BASE

https://api.digmyname.com/functions/v1/public-api

Override the API base. Set this to the direct Supabase URL to bypass the edge cache.

Releasing (maintainers)

Releases are published from CI with npm provenance:

# after bumping the version in mcp/package.json
git tag mcp-v1.2.0 && git push origin mcp-v1.2.0

The Publish MCP to npm workflow builds, smoke-tests and publishes with --provenance. It needs an NPM_TOKEN (automation token) repo secret.

Requirements

Node.js 18+

Changelog

See CHANGELOG.md. Current version: 1.2.5.

License

MIT

Install Server
A
license - permissive license
A
quality
A
maintenance

Maintenance

Maintainers
2dResponse time
Release cycle
1Releases (12mo)
Commit activity

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    Intelligent domain name suggestion service that checks real-time availability across multiple providers and works with MCP-compatible tools like Cursor and Claude Code.
    13
    Apache 2.0
  • F
    license
    -
    quality
    A
    maintenance
    DomainKits MCP connects AI assistants (Claude, GPT, etc.) to professional domain intelligence tools. Instead of guessing domain availability, the AI can actually check it. Instead of generic naming suggestions, it validates ideas against real market data.
    6
  • A
    license
    B
    quality
    C
    maintenance
    domain-suite-mcp is an MCP server that gives AI agents full autonomous control over the domain lifecycle. From checking availability and registering domains to managing DNS records, SSL certificates, and email authentication across Porkbun, Namecheap, GoDaddy, and Cloudflare through a unified set of 21 tools.
    21
    18
    17
    MIT

View all related MCP servers

Related MCP Connectors

  • Domain & company intel for AI agents: RDAP, DNS, email deliverability, tech stack. No API keys.

  • Buy & manage domains from any AI chat: availability, register, DNS, email forwarding, AI bot stats.

  • Confidence-scored domain availability checking for AI agents via CanYouGrab.it

View all MCP Connectors

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/seomarlboro/digmyname'

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