← Back to Plugins
MCP Server MCP

io.github.ziggythebot/namecheap

github By github 👁 2 views ▲ 0 votes

Check domain availability across 600+ TLDs on Namecheap with pricing and purchase links

Homepage Verified source GitHub

Install

npx -y @birdmania1/[email protected]

Configuration Example

{
  "remotes": [],
  "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...