DigMyName — Domain Check & Registrar Pricing
This server lets you check domain availability, compare registrar pricing, and look up domain age across 50+ TLDs and 6 registrars — no API key required.
check_domain: Check availability of a specific domain (e.g.,
acme.io); returns cheapest registrar, buy link, and registration year if taken.search_domains: Search a name across many TLDs at once (default 12); returns availability, price, buy link, and registration year for taken domains.
compare_registrars: Compare registration, renewal, and 3-year totals across registrars for a given TLD (e.g.,
com).get_domain_age: Get the registration year and expiration date of a taken domain via RDAP.
Fast performance with edge caching (~10 ms repeat lookups) and rate limit of 60 requests/min/IP.
Uses Cloudflare's DNS-over-HTTPS API to verify domain availability as part of real-time domain checks.
Uses Google's DNS-over-HTTPS as a secondary resolver to cross-check domain availability.
Retrieves live registrar pricing from Porkbun's catalog to compare domain prices across registrars.
domain-check-skills-mcp
⚡ 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 |
Related MCP server: domainkits-mcp
Install
Claude Code — one line:
claude mcp add domain-check -- npx -y domain-check-skills-mcpClaude 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 |
| Availability, premium / likely-premium flags, cheapest registrar, direct buy link and registration year (when taken) for one domain. |
| 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. |
| Registration, renewal and 3-year totals per registrar for a TLD. |
| Registration year and expiration date for a taken domain via RDAP. |
Example prompts
"Is
acme.ioavailable and where is it cheapest?""Check
nebulaacross com, io, ai, dev and app.""Compare registrar prices for
.ai.""When was
stripe.comregistered?"
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 |
|
| 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.0The 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
Maintenance
Related MCP Servers
- Alicense-qualityDmaintenanceIntelligent domain name suggestion service that checks real-time availability across multiple providers and works with MCP-compatible tools like Cursor and Claude Code.13Apache 2.0
- Flicense-qualityAmaintenanceDomainKits 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
- AlicenseBqualityCmaintenancedomain-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.211817MIT
- AlicenseAqualityCmaintenanceDomain registration for AI agents. Check availability, buy domains (Stripe or x402 crypto), and auto-configure Cloudflare DNS - all without leaving your coding session.94MIT
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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