Skip to content
MCP-Bridge
Developer Tools

Bulk WHOIS API Claude Desktop Config

Add the Bulk WHOIS API MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. Restart Claude Desktop

Configuration JSON

Copy the entire block into your claude_desktop_config.json

{
  "mcpServers": {
    "apispot-io-whois": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/apispot-io-whois"
      ],
      "env": {
        "BULK_WHOIS_API_API_KEY": "your_bulk_whois_api_api_key"
      }
    }
  }
}

Environment Variables

BULK_WHOIS_API_API_KEY

Replace your_bulk_whois_api_api_key with your actual bulk whois api api key

Endpoints

GET/batch

getBatches

POST/batch

createBatch

GET/batch/{id}

getBatch

DELETE/batch/{id}

deleteBatch

GET/db

queryDb

GET/domains/{domain}/check

checkDomain

GET/domains/{domain}/rank

domainRank

GET/domains/{domain}/whois

whois