Skip to content
MCP-Bridge
Developer ToolsAuto-generated

Bulk WHOIS API MCP Server

Domain API (WHOIS, Check, Batch)

Quick Setup

Transport: STDIO

Command: npx -y @mcp/apispot-io-whois

Environment Variables

BULK_WHOIS_API_API_KEY

Example: your_bulk_whois_api_api_key

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "apispot-io-whois": {
      "command": "npx",
      "args": ["-y","@mcp/apispot-io-whois"],
      "env": {
      "BULK_WHOIS_API_API_KEY": "your_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