Connects Claude to RDAP endpoints for looking up domain registration data, IP address allocations, and ASN information using the IANA bootstrap registry. Runs as a hosted service through Pipeworx's gateway, so no local installation needed. You'd use this when you need to query who owns a domain, trace IP ownership, or look up autonomous system details without switching contexts. The server supports plain English queries through ask_pipeworx, which routes your question to the appropriate RDAP lookup automatically. Also available as part of the full Pipeworx gateway if you want access to their complete catalog of data sources alongside RDAP functionality.
RDAP MCP — Registration Data Access Protocol via IANA bootstrap.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"rdap": {
"url": "https://gateway.pipeworx.io/rdap/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Rdap data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json