This MCP server allows users to check domain availability across 600+ TLDs on Namecheap through conversational queries with Claude. It provides instant results and purchase links.
From the registry: Check domain availability across 600+ TLDs on Namecheap with pricing and purchase links
Please install the `namecheap` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Node.js** — Node.js runtime required for npx (https://nodejs.org/)
- **Namecheap API access** — Enable API access in your Namecheap account at Profile → Tools → Namecheap API Access, then whitelist your public IP and copy your API key. (https://www.namecheap.com/support/api/intro/)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","@birdmania1/namecheap-mcp"]
- required environment variables:
- `NAMECHEAP_API_USER`: Your Namecheap username (API user) (example: `<your-namecheap-username>`)
- `NAMECHEAP_API_KEY`: Namecheap API key (example: `<your-namecheap-api-key>`)
- `NAMECHEAP_USERNAME`: Your Namecheap username (example: `<your-namecheap-username>`)
- `NAMECHEAP_CLIENT_IP`: Your public IP address (must be whitelisted in Namecheap API settings) (example: `<your-public-ip>`)
Note: Check domain availability across 600+ TLDs. Requires whitelisting your IP in Namecheap API settings first.
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.NAMECHEAP_API_USERrequiredYour Namecheap username.NAMECHEAP_API_KEYrequiredYour Namecheap API key.NAMECHEAP_USERNAMErequiredYour Namecheap username.NAMECHEAP_CLIENT_IPrequiredYour IP address whitelisted in Namecheap.MCP server that exposes GraphQL operations as tools for AI models.