This MCP server performs fast, local-first domain availability checks using public RDAP/WHOIS and can enrich results with registrar pricing through a configurable backend.
From the registry: Fast domain availability checker with pricing comparison and AI-powered suggestions.
Please install the `domain-search-mcp` MCP server into my current AI client (that's you).
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","domain-search-mcp@latest"]
- optional environment variables:
- `PRICING_API_BASE_URL`: Optional pricing backend URL. Without it, pricing is unavailable but availability checks still work. (example: `<your-pricing-backend-url>`)
- `PRICING_API_TOKEN`: Optional bearer token for the pricing backend. (example: `<your-pricing-api-token>`)
- `PORKBUN_API_KEY`: BYOK Porkbun API key (used only if PRICING_API_BASE_URL is unset). (example: `<your-porkbun-api-key>`)
- `PORKBUN_API_SECRET`: BYOK Porkbun API secret. (example: `<your-porkbun-secret>`)
- `NAMECHEAP_API_KEY`: BYOK Namecheap API key. (example: `<your-namecheap-api-key>`)
- `NAMECHEAP_API_USER`: BYOK Namecheap username. (example: `<your-namecheap-username>`)
- `NAMECHEAP_CLIENT_IP`: Whitelisted IP for Namecheap API. (example: `<your-ip>`)
- `REDIS_URL`: Redis URL for distributed caching. (example: `<your-redis-url>`)
- `QWEN_INFERENCE_ENDPOINT`: Override AI inference endpoint for self-hosted suggestions. (example: `<your-qwen-endpoint>`)
Note: Zero-config domain availability via RDAP/GoDaddy/WHOIS, plus optional pricing and AI-generated name suggestions. Also supports HTTP/SSE transport via --http flag.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.PRICING_API_BASE_URLrequiredPricing backend base URL.PORKBUN_API_KEYrequiredPorkbun API key.PORKBUN_API_SECRETrequiredPorkbun API secret.NAMECHEAP_API_KEYrequiredNamecheap API key.NAMECHEAP_API_USERrequiredNamecheap username.NAMECHEAP_CLIENT_IPrequiredNamecheap IP whitelist.MCP server for searching Airweave collections with natural language queries.