AgentHubAgentHub

namecheap

MCP ServerMCP Registry官方收录

io.github.ziggythebot/namecheap · v1.1.3

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

概览

namecheap 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。

安装

选择你的平台查看安装方式

{
  "mcpServers": {
    "namecheap": {
      "command": "npx",
      "args": [
        "-y",
        "@birdmania1/namecheap-mcp"
      ],
      "env": {
        "NAMECHEAP_API_USER": "<NAMECHEAP_API_USER>",
        "NAMECHEAP_API_KEY": "<NAMECHEAP_API_KEY>",
        "NAMECHEAP_USERNAME": "<NAMECHEAP_USERNAME>",
        "NAMECHEAP_CLIENT_IP": "<NAMECHEAP_CLIENT_IP>"
      }
    }
  }
}

环境变量

NAMECHEAP_API_USER必填

Your Namecheap account username

NAMECHEAP_API_KEY必填secret

Your Namecheap API key from Profile → Tools → API Access

NAMECHEAP_USERNAME必填

Your Namecheap account username (same as API_USER)

NAMECHEAP_CLIENT_IP必填

Your whitelisted IP address (get with: curl -s https://api.ipify.org)

相关资源

统一 Manifest

{
  "id": "io.github.ziggythebot/namecheap",
  "type": "mcp-server",
  "version": "1.1.3",
  "displayName": "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"
  },
  "distribution": {
    "packages": [
      {
        "registryType": "npm",
        "identifier": "@birdmania1/namecheap-mcp",
        "version": "1.1.3",
        "transport": "stdio",
        "environmentVariables": [
          {
            "name": "NAMECHEAP_API_USER",
            "description": "Your Namecheap account username",
            "isRequired": true
          },
          {
            "name": "NAMECHEAP_API_KEY",
            "description": "Your Namecheap API key from Profile → Tools → API Access",
            "isRequired": true,
            "isSecret": true
          },
          {
            "name": "NAMECHEAP_USERNAME",
            "description": "Your Namecheap account username (same as API_USER)",
            "isRequired": true
          },
          {
            "name": "NAMECHEAP_CLIENT_IP",
            "description": "Your whitelisted IP address (get with: curl -s https://api.ipify.org)",
            "isRequired": true
          }
        ]
      }
    ],
    "remotes": []
  },
  "dependencies": [],
  "installTargets": [
    "claude-code",
    "claude-desktop",
    "cursor",
    "vscode"
  ],
  "keywords": [],
  "provenance": {
    "origin": "official-mcp-registry",
    "originalId": "io.github.ziggythebot/namecheap",
    "originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.ziggythebot%2Fnamecheap/versions/latest",
    "isOfficial": true,
    "status": "active"
  }
}
namecheap — MCP Server 安装与配置 · AgentHub