domain-search-mcp
About
Naming engine with availability intelligence: score names, check domains, socials and registries.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
PRICING_API_BASE_URL PRICING_API_TOKEN PORKBUN_API_KEY PORKBUN_API_SECRET NAMECHEAP_API_KEY NAMECHEAP_API_USERClaude Code
claude mcp add --env PRICING_API_BASE_URL= --env PRICING_API_TOKEN= --env PORKBUN_API_KEY= --env PORKBUN_API_SECRET= --env NAMECHEAP_API_KEY= --env NAMECHEAP_API_USER= domain-search-mcp -- npx domain-search-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"domain-search-mcp","command":"npx","args":["domain-search-mcp"],"env":{"PRICING_API_BASE_URL":"","PRICING_API_TOKEN":"","PORKBUN_API_KEY":"","PORKBUN_API_SECRET":"","NAMECHEAP_API_KEY":"","NAMECHEAP_API_USER":""}}'
JSON
{
"mcpServers": {
"domain-search-mcp": {
"command": "npx",
"args": [
"domain-search-mcp"
],
"env": {
"PRICING_API_BASE_URL": "",
"PRICING_API_TOKEN": "",
"PORKBUN_API_KEY": "",
"PORKBUN_API_SECRET": "",
"NAMECHEAP_API_KEY": "",
"NAMECHEAP_API_USER": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.