io.github.ziggythebot/namecheap✓
io.github.ziggythebot/namecheap · v1.1.3
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.ziggythebot/namecheap",
"description": "Check domain availability across 600+ TLDs on Namecheap with pricing and purchase links",
"repository": {
"url": "https://github.com/ziggythebot/namecheap-mcp",
"source": "github"
},
"version": "1.1.3",
"packages": [
{
"registryType": "npm",
"identifier": "@birdmania1/namecheap-mcp",
"version": "1.1.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Namecheap account username",
"isRequired": true,
"format": "string",
"name": "NAMECHEAP_API_USER"
},
{
"description": "Your Namecheap API key from Profile → Tools → API Access",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "NAMECHEAP_API_KEY"
},
{
"description": "Your Namecheap account username (same as API_USER)",
"isRequired": true,
"format": "string",
"name": "NAMECHEAP_USERNAME"
},
{
"description": "Your whitelisted IP address (get with: curl -s https://api.ipify.org)",
"isRequired": true,
"format": "string",
"name": "NAMECHEAP_CLIENT_IP"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}