whoisxml_dns

Pack: whoisxml · Endpoint: https://gateway.pipeworx.io/whoisxml/mcp

DNS records for — A, AAAA, MX, NS, TXT, and other records with their values and TTLs. Example: whoisxml_dns({ domain: “google.com”, _apiKey: “your-key” })

Parameters

NameTypeRequiredDescription
domainstringyesDomain name to resolve DNS records for, e.g. “google.com”
_apiKeystringyesWhoisXML API key

Example call

curl -X POST https://gateway.pipeworx.io/whoisxml/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"whoisxml_dns","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "whoisxml": {
      "url": "https://gateway.pipeworx.io/whoisxml/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 4, 2026