MCP Namecheap Server
Provides tools for managing domains through the Namecheap API, including retrieving domain lists, checking domain availability, and configuring custom nameservers.
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., "@MCP Namecheap Servercheck if dev-portfolio.com and my-app.io are available"
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.
MCP Namecheap Server
A Model Context Protocol (MCP) server that provides integration with the Namecheap API for domain management operations.
Features
I only added the functionality I use and I don't think it's a good idea to allow an agent to register domains. The complete set of Namecheap API methods can be found here.
Get Domain List: Retrieve all domains in your Namecheap account
Check Domain Availability: Check if domains are available for registration
Set Custom DNS: Configure custom nameservers for your domains
Configurable Tools: Enable/disable specific tools to control what's available in Cursor
Related MCP server: Namecheap MCP Server
Prerequisites
Before using this MCP server, you need:
Namecheap Account Requirements:
At least 20 domains under your account
$50 on your account balance
$50 spent within the last 2 years
API Access Setup:
Enable API access in your Namecheap dashboard
Obtain your API key
Whitelist your IP address
Installation
Clone this repository:
git clone <repository-url>
cd mcp-namecheapInstall dependencies:
npm installBuild the project:
npm run buildConfiguration
Create a .env file with your Namecheap credentials:
NAMECHEAP_API_USER=your_api_username
NAMECHEAP_API_KEY=your_api_key
NAMECHEAP_USERNAME=your_namecheap_username
NAMECHEAP_CLIENT_IP=your_whitelisted_ip_addressOr reference the mcp-config.json file which shows all available environment variables.
Tool Configuration
You can enable/disable specific tools by setting these environment variables:
NAMECHEAP_ENABLE_GETLIST- Enable domain list retrieval (default: true)NAMECHEAP_ENABLE_CHECK- Enable domain availability checking (default: true)NAMECHEAP_ENABLE_SETCUSTOM- Enable custom DNS configuration (default: true)
Set any of these to false to disable the corresponding tool.
Sandbox Mode
For testing, you can use Namecheap's sandbox environment:
NAMECHEAP_SANDBOX=trueUsage
Running the Server
npm startAvailable Tools
1. Get Domain List (namecheap_get_domain_list)
Returns a list of all domains in your Namecheap account with details including expiration dates, auto-renewal status, and DNS configuration.
Parameters: None
2. Check Domain Availability (namecheap_check_domain_availability)
Checks the availability of one or more domains for registration.
Parameters:
domains(array): Array of domain names to check (e.g., ["example.com", "test.org"])
3. Set Custom DNS (namecheap_set_custom_dns)
Sets custom nameservers for a domain. Note that services like URL forwarding, email forwarding, and dynamic DNS will not work with custom nameservers.
Parameters:
domain(string): The domain name (e.g., "example.com")nameservers(array): Array of nameserver addresses (1-12 nameservers)
MCP Client Configuration
To use this server with an MCP client like Cursor, add the following to your MCP configuration:
{
"mcpServers": {
"namecheap": {
"command": "node",
"args": ["path/to/mcp-namecheap/dist/index.js"],
"env": {
"NAMECHEAP_API_USER": "your_api_username",
"NAMECHEAP_API_KEY": "your_api_key",
"NAMECHEAP_USERNAME": "your_namecheap_username",
"NAMECHEAP_CLIENT_IP": "your_whitelisted_ip_address"
}
}
}
}Development
Scripts
npm run build- Build the TypeScript projectnpm run dev- Run in development mode with tsxnpm start- Run the built project
Project Structure
src/
├── index.ts # Main MCP server implementation
├── namecheap-client.ts # Namecheap API client
└── types.ts # TypeScript type definitionsAPI Reference
This server uses the following Namecheap API endpoints:
namecheap.domains.getList- Retrieve domain listnamecheap.domains.check- Check domain availabilitynamecheap.domains.dns.setCustom- Set custom nameservers
For more information, see the Namecheap API documentation.
Error Handling
The server includes comprehensive error handling for:
Missing or invalid API credentials
Network connectivity issues
Namecheap API errors
Invalid parameters
Disabled tools
Security Considerations
Store API credentials securely
Keep your IP whitelist updated
Use environment variables for sensitive configuration
Consider using the sandbox environment for testing
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceComprehensive MCP server for the Namecheap API, enabling domain management, DNS record control, nameserver settings, and domain registration from any MCP client.1018MIT
- Alicense-qualityDmaintenanceAn MCP server for managing DNS records and domains via the Namecheap API. Works with Claude.ai and other MCP clients.9MIT
- FlicenseAqualityCmaintenanceA Model Context Protocol server that wraps the Namecheap API, enabling AI assistants to manage domains, DNS records, SSL certificates, and account information.212
- AlicenseAqualityCmaintenanceEnables AI assistants to manage Namecheap domains, DNS, contacts, registrar locks, and view SSL certificates and pricing through safe read and configuration tools.1636MIT
Related MCP Connectors
Domains MCP — domain registration lookup + availability search over live
Uptime, SSL, DNS and domain monitoring you can talk to from Claude or any MCP client.
Domain search, registration, DNS, marketplace, and checkout with your AI agent.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/johnsorrentino/mcp-namecheap'
If you have feedback or need assistance with the MCP directory API, please join our Discord server