Official AntV MCP server that turns a description of your data into a rendered chart — 26 visualization types from bar and line to sankey, mind-map, fishbone and geographic maps.
WHOIS/RDAP LookupMCP Server
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
Context-compression MCP server that shrinks tool outputs, logs, files and RAG chunks before they reach the model, cutting 60-95% of tokens on JSON payloads.
Persistent memory for coding agents as a single Go binary — SQLite and FTS5 behind MCP, an HTTP API, a CLI and a TUI, with no Node, Python or Docker required.
Give a coding agent a live feedback loop on real mobile, TV and desktop apps — inspect, tap, type and capture evidence on iOS, Android and HarmonyOS over MCP or a CLI.
