npm domain-check-skills-mcpstdioupdated 24d ago
The fastest domain search — or the second. Dispute it. Free, honest domain availability checks across 50+ TLDs with 6-registrar price comparison.
What can you do with domain check skills mcp?
DigMyName
The fastest domain search — or the second. Dispute it. Free, honest domain availability checks across 50+ TLDs with 6-registrar price comparison.
Links
- Website: https://digmyname.com
- Free API: https://digmyname.com/api
- MCP server: https://digmyname.com/mcp (npm:
domain-check-skills-mcp) - Speed benchmark: https://digmyname.com/speed
What it does
DigMyName checks domain availability in real time across 50+ TLDs. Availability is cross-checked against three independent signals — RDAP (resolved via the IANA bootstrap registry), DNS-over-HTTPS (Cloudflare, Google and AdGuard, hedged), and Fastly Domain Research — and when they disagree we show an honest Unverified state instead of guessing. Pricing comes from Porkbun's live catalog.
On top of availability you get side-by-side registrar pricing for 6 registrars, including the renewal traps that first-year promo prices hide (a $1 registration that renews at $61 is not a deal). Everything is also exposed through a free, no-auth JSON API for agents, plus an MCP server so any LLM — Claude, Cursor, Windsurf, Continue, Zed — can check domains directly.
Speed
~170 ms typical first answer · ~370 ms typical full pipeline (availability + premium + pricing). Everyday numbers from a single datacenter, Aug 2026 — not a lab result, the on-screen stopwatch is the live proof; your numbers vary by network/TLD/cache — see digmyname.com/speed.
Tech stack
- Vite
- React
- TypeScript
- shadcn/ui
- Tailwind CSS
- Supabase edge functions (Deno)
Development
The only requirement is having Node.js & npm installed — install with nvm.
# Step 1: Clone the repository.
git clone https://github.com/Seomarlboro/digmyname.git
# Step 2: Navigate to the project directory.
cd digmyname
# Step 3: Install the necessary dependencies.
npm i
# Step 4: Start the development server with auto-reloading and an instant preview.
npm run dev
License
MIT. The mcp/ package is published under MIT as well.
Built with Lovable
DigMyName is built and shipped with Lovable. If you want to try it, this is a referral link — signing up through it gives you free Lovable credits and supports DigMyName's development at no cost to you: https://lovable.dev/invite/8W3RM72
(Prefer no referral? Just go to lovable.dev directly.)
Install
Add domain check skills mcp to your client. Pick the one you use.
claude mcp add domain-check-skills-mcp -- npx -y domain-check-skills-mcpcodex mcp add domain-check-skills-mcp -- npx -y domain-check-skills-mcpamp mcp add domain-check-skills-mcp -- npx -y domain-check-skills-mcp{
"mcpServers": {
"domain-check-skills-mcp": {
"command": "npx",
"args": [
"-y",
"domain-check-skills-mcp"
]
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"domain-check-skills-mcp": {
"command": "npx",
"args": [
"-y",
"domain-check-skills-mcp"
]
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
code --add-mcp '{"name":"domain-check-skills-mcp","command":"npx","args":["-y","domain-check-skills-mcp"]}'Or add the block manually to `.vscode/mcp.json` under `servers`.
{
"mcpServers": {
"domain-check-skills-mcp": {
"command": "npx",
"args": [
"-y",
"domain-check-skills-mcp"
]
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
{
"mcpServers": {
"domain-check-skills-mcp": {
"command": "npx",
"args": [
"-y",
"domain-check-skills-mcp"
]
}
}
}Add to `cline_mcp_settings.json` via the MCP Servers panel.
{
"mcpServers": {
"domain-check-skills-mcp": {
"command": "npx",
"args": [
"-y",
"domain-check-skills-mcp"
]
}
}
}Add to `~/.gemini/settings.json`.
{
"mcpServers": {
"domain-check-skills-mcp": {
"type": "local",
"command": "npx",
"args": [
"-y",
"domain-check-skills-mcp"
],
"tools": [
"*"
]
}
}
}Add to `~/.copilot/mcp-config.json`, or run `/mcp add` inside the CLI.
{
"context_servers": {
"domain-check-skills-mcp": {
"command": {
"path": "npx",
"args": [
"-y",
"domain-check-skills-mcp"
]
}
}
}
}Add to your Zed `settings.json`.
npx -y domain-check-skills-mcpRun `goose configure`, choose **Add Extension → Command-line Extension**, and paste this command.
Score
39 / 100
Incomplete
- Documentation17/25
- Maintenance19/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 16 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 12 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.2.2Latest | Aug 5, 2026 |