@pipeworx/whoisxml
Connect: https://gateway.pipeworx.io/whoisxml/mcp · Install: one-click buttons
Tools: 4
Tools
- whoisxml_whois — Current WHOIS for
— registrar, creation/expiry dates, registrant org, name servers, and status. Example: whoisxml_whois({ domain: “google.com”, _apiKey: “your-key” }) - whoisxml_whois_history — Historical WHOIS records for
— past registrars, registrants, and creation/expiry dates over time. Example: whoisxml_whois_history({ domain: “google.com”, _apiKey: “your-key” }) - whoisxml_reverse_whois — Find domains registered by <email/name/org> — reverse WHOIS lookup returning every domain whose current WHOIS record contains the search term. Example: whoisxml_reverse_whois({ term: “[email protected]
- whoisxml_dns — 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” })
Tools
-
whoisxml_dns— DNS records for <domain> — A, AAAA, MX, NS, TXT, and other records with their values and TTLs. Example: whoisxml_dns({ domain: google.com , _apiKey: your-key }) -
whoisxml_reverse_whois— Find domains registered by <email/name/org> — reverse WHOIS lookup returning every domain whose current WHOIS record contains the search term. Example: whoisxml_reverse_whois({ term: [email protected] -
whoisxml_whois— Current WHOIS for <domain> — registrar, creation/expiry dates, registrant org, name servers, and status. Example: whoisxml_whois({ domain: google.com , _apiKey: your-key }) -
whoisxml_whois_history— Historical WHOIS records for <domain> — past registrars, registrants, and creation/expiry dates over time. Example: whoisxml_whois_history({ domain: google.com , _apiKey: your-key })