
WHOIS/RDAP Lookup
Summary
Self-hosted WHOIS/RDAP lookup server for domains, IPv4/IPv6, CIDR blocks, and ASNs, with batch queries over MCP.
Features
- whois_lookup for domains, IPv4/IPv6, CIDRs and ASNs
- whois_batch_lookup for querying many identifiers at once
- Streamable HTTP MCP transport
- REST API, Prometheus metrics, and OpenAPI spec alongside MCP
Installation
Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.
Description
This project is a self-hosted registration-data lookup service that speaks both plain REST and MCP. It normalizes WHOIS and RDAP responses across public TLDs, IP address ranges, and autonomous system numbers into consistent JSON, while stripping personal contact fields to stay privacy-friendly. Over MCP it exposes two tools: whois_lookup for a single domain, IP, or ASN query, and whois_batch_lookup for querying many identifiers in one call, served over Streamable HTTP so agents can be pointed at your own deployment rather than a rate-limited public API.
The underlying service also ships REST routes, Prometheus metrics, health checks, and an OpenAPI 3.1 spec, which makes it easy to reuse the same backend for dashboards or scripts outside the agent context. It is aimed at developers, security researchers, and infrastructure teams who need programmatic domain and IP intelligence, whether that means investigating a suspicious domain, checking who owns an IP block, or building automation around expiring registrations, without hammering a shared public WHOIS API and hitting its rate limits. Deployment is Docker-first, with an optional Redis cache, or a downloadable Go binary configured via a YAML file with environment-variable overrides for caching, rate limiting, and API keys.
Related MCP Servers
mcp-remote
by Glen Maddern
A proxy that lets local-only MCP clients connect to remote servers, handling OAuth and transport differences.
Blender
by Siddharth Ahuja
Control Blender from an AI client — build scenes, apply materials, and run Python against the live session.
E2B
by E2B
Run AI-generated code safely in an isolated cloud sandbox, with results returned as data rather than text.
ElevenLabs
by ElevenLabs
ElevenLabs' official MCP server — generate speech, clone voices, transcribe audio, and build voice agents.