namecheap-api-mcp
Manage domains, DNS, contacts, registrar locks, and view SSL certificates and pricing via the Namecheap API.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@namecheap-api-mcpcheck availability of example.com"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
namecheap-api-mcp
MCP server for the Namecheap API — manage domains, DNS, contacts, registrar locks, and view SSL certificates and pricing, straight from your AI assistant.
Built for Claude Code and any MCP-compatible AI tool.
Part of The SEO Engine toolkit by Lantern Row — AI-powered SEO and social media tooling for agencies and businesses.
Safety model
This server ships read + safe-write tools only. It can read your account and change DNS / nameserver / forwarding / lock configuration (all reversible), but it deliberately excludes anything that spends money or is irreversible: no domain registration, renewal, reactivation, transfers, SSL purchase/activation, add-funds, or account/address mutation. You can fork and add those if you need them.
Related MCP server: Name.com MCP Server
Quick start
1. Enable Namecheap API access
Go to Profile → Tools → Namecheap API Access and toggle it ON. (Production access requires account eligibility: 20+ domains, OR a $50+ balance, OR $50+ lifetime spend.)
Copy your API key.
Whitelist the public IPv4 of the machine that will run this server (the API rejects any non-whitelisted IP with error
1011150).
2. Configure your MCP client
{
"mcpServers": {
"namecheap": {
"command": "npx",
"args": ["-y", "namecheap-api-mcp"],
"env": {
"NAMECHEAP_API_USER": "your_username",
"NAMECHEAP_API_KEY": "your_api_key",
"NAMECHEAP_CLIENT_IP": "your.whitelisted.ip.v4"
}
}
}
}Option: clone and build
git clone https://github.com/lanternrow/namecheap-api-mcp.git
cd namecheap-api-mcp
npm install
npm run buildThen point your client at node /path/to/namecheap-api-mcp/dist/index.js. For local credentials you can keep a gitignored .env (copy .env.example) and launch with Node's native flag: node --env-file=.env dist/index.js.
Environment variables
Variable | Required | Description |
| Yes | Your Namecheap account username (API user). |
| Yes | API key from Profile → Tools → API Access. Secret. |
| Yes | The whitelisted public IPv4 of this machine. |
| No | Defaults to |
| No |
|
Tools
Read
Tool | Description |
| Verify credentials + IP whitelist; returns the account balance summary. |
| List domains with expiry, lock, auto-renew, and WhoisGuard status (paged/searchable). |
| Detailed info for one domain. |
| Check availability + premium pricing (up to 50 at once). |
| Registrant / Tech / Admin / AuxBilling contacts. |
| Registrar lock status. |
| All DNS host records for a domain. |
| Nameservers and whether Namecheap DNS is in use. |
| Email forwarding rules. |
| Namecheap pricing for a product type (cache the results). |
| SSL certificates with type, host, status, expiry. |
Safe writes (configuration only — no charges)
Tool | Description |
| Replace all host records (destructive: omitted records are deleted — send the full set). |
| Switch a domain to Namecheap's default nameservers. |
| Point a domain at custom nameservers. |
| Set email forwarding rules. |
| Lock / unlock a domain at the registrar. |
Notes & gotchas
set_dns_hostsis destructive by API design. Namecheap'ssetHostsdeletes every record not included in the call. Always read current records first (get_dns_hosts), merge your change, then send the complete set.Errors return HTTP 200. The Namecheap API signals failure in the XML body (
Status="ERROR"), not the HTTP status. This server parses that and throws a real error with the Namecheap error number + message.IPv4 only for the whitelisted client IP.
Security
Credentials are read from environment variables only — never hard-coded, logged, or written to disk by this server.
The API key travels in the query string (Namecheap's design); this server never logs the request URL or key, and error messages surface only the Namecheap error number and text.
License
MIT © Lantern Row
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lanternrow/namecheap-api-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server