Zero-config domain availability MCP for Claude & ChatGPT. AI-powered suggestions via Qwen 7B. RDAP → GoDaddy → WHOIS fallback chain with
Domain Search MCP MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. Zero-config domain availability MCP for Claude & ChatGPT. AI-powered suggestions via Qwen 7B. RDAP → GoDaddy → WHOIS fallback chain with premium/auction detection. Stdio + HTTP transports.
Built on the Model Context Protocol for Claude, Codex, VS Code, Cursor, Cline, and other MCP-compatible clients.
Once Domain Search MCP is connected, these are the calls the assistant has available:
name_project — Now generate between 30 and 50 name candidates spread across these lanes: - [evocative] Real words borrowed for their feeling, not their meaningUtilities — The Utilities tool exposed by this serverDocumentation — The Documentation tool exposed by this serverYou will need 8 environment variables: PRICING_API_BASE_URL, PRICING_API_TOKEN, PORKBUN_API_KEY, PORKBUN_API_SECRET, NAMECHEAP_API_KEY, REDIS_URL, QWEN_API_KEY, SEDO_FEED_URL. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
domain-search-mcp on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
Among the knowledge and memory options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Domain Search MCP's toolset — name_project, Utilities, Documentation — is a fair guide to whether it matches your workflow. It is maintained by dorukardahan; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| name_project | Now generate between 30 and 50 name candidates spread across these lanes: - [evocative] Real words borrowed for their feeling, not their meaning (like Slack, Notion, Bolt). Single dictionary words preferred. - [invented] |
| Utilities | The Utilities tool exposed by this server. |
| Documentation | The Documentation tool exposed by this server. |
{
"mcpServers": {
"domain-search": {
"command": "npx",
"args": ["-y", "domain-search-mcp"],
"env": {
"PRICING_API_BASE_URL": "your-value",
"PRICING_API_TOKEN": "your-value",
"PORKBUN_API_KEY": "your-value",
"PORKBUN_API_SECRET": "your-value",
"NAMECHEAP_API_KEY": "your-value",
"REDIS_URL": "your-value",
"QWEN_API_KEY": "your-value",
"SEDO_FEED_URL": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| PRICING_API_BASE_URL | Endpoint or connection string the server talks to. | Yes |
| PRICING_API_TOKEN | Credential the server authenticates with. | Yes |
| PORKBUN_API_KEY | Credential the server authenticates with. | Yes |
| PORKBUN_API_SECRET | Credential the server authenticates with. | Yes |
| NAMECHEAP_API_KEY | Credential the server authenticates with. | Yes |
| REDIS_URL | Endpoint or connection string the server talks to. | Yes |
| QWEN_API_KEY | Credential the server authenticates with. | Yes |
| SEDO_FEED_URL | Endpoint or connection string the server talks to. | Yes |
A knowledge graph your assistant keeps between sessions — entities, relations and observations that persist.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
A structured scratchpad for hard problems — stepwise reasoning with revisions, branches and visible logic.
Symbol-level code navigation, refactoring and memory for coding agents — the IDE brain your assistant has been missing.
Chat with your second brain — search, read and write vault notes through the Local REST API.