rdap-mcp-server logo

rdap-mcp-server

clareliguori/rdap-mcp-server
0 starsMITUpdated 2026-02-18Community

Is this your server?

Add your score badge to your README and get your server in front of 45k+ builders a month.

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Model Context Protocol server to look up domain names and IPs using RDAP.

README.md

rdap-mcp-server

Model Context Protocol server to look up domain names and IPs using RDAP.

This project is forked from whois-mcp. Some TLDs such as .dev no longer support the whois protocol, but do support RDAP.

Available Tools

| Tool | Description | | ------------- | ----------------------------------------------------------------- | | rdap_domain | Looks up rdap information about a domain | | rdap_ip | Looks up rdap information about an IP | | rdap_as | Looks up rdap information about an Autonomous System Number (ASN) |

Usage

"mcpServers": {
  "domains": {
    "command": "docker",
    "args": ["run", "-i", "--rm", "ghcr.io/clareliguori/rdap-mcp-server"]
  }
}

Development

# Debug locally
npm install
npm run build
npx @modelcontextprotocol/inspector node dist/index.js

# Build and debug with Docker
docker build -t ghcr.io/clareliguori/rdap-mcp-server:latest .
npx @modelcontextprotocol/inspector docker run -i --rm ghcr.io/clareliguori/rdap-mcp-server:latest


# Publish
docker push ghcr.io/clareliguori/rdap-mcp-server:latest

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use AI & ML servers.