MCP Server
MCP
io.github.lanternrow/namecheap-api-mcp
Namecheap API — domains, DNS, contacts, registrar lock, SSL listing, and pricing.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "namecheap-api-mcp",
"version": "1.0.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Namecheap account username (API user)",
"isRequired": true,
"format": "string",
"name": "NAMECHEAP_API_USER"
},
{
"description": "Namecheap API key from Profile -> Tools -> API Access",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "NAMECHEAP_API_KEY"
},
{
"description": "Whitelisted public IPv4 of the machine running this server",
"isRequired": true,
"format": "string",
"name": "NAMECHEAP_CLIENT_IP"
},
{
"description": "Username a command runs on behalf of. Defaults to NAMECHEAP_API_USER; differs only for reseller sub-users.",
"format": "string",
"name": "NAMECHEAP_USERNAME"
},
{
"description": "API environment: \"production\" (default) or \"sandbox\"",
"format": "string",
"name": "NAMECHEAP_ENVIRONMENT"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment