Skip to content
MCP-Bridge
Developer Tools

Bulk WHOIS API MCP Config

Domain API (WHOIS, Check, Batch)

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/apispot-io-whois.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/apispot-io-whois.json to fetch programmatically.

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

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/apispot-io-whois.json

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