mcp-rdap
v1.0.0
Published
Model Context Protocol (MCP) server for Registration Data Access Protocol (RDAP) lookups replacing legacy WHOIS under ICANN specifications.
Maintainers
Readme
mcp-rdap
Model Context Protocol (MCP) server for Registration Data Access Protocol (RDAP) lookups replacing legacy WHOIS under ICANN specifications.
⚡ Core Capabilities
rdap_lookup: Execute structured JSON RDAP lookup against authoritative bootstrap registries
Planned Ecosystem Sub-Branches
mcp-rdap-clientmcp-rdap-parser
🚀 Quick Start (Running with AI Clients)
Claude Desktop Integration
Add this configuration snippet to your claude_desktop_config.json:
{
"mcpServers": {
"rdap": {
"command": "npx",
"args": ["-y", "mcp-rdap"]
}
}
}Cursor IDE Integration
Add as a new stdio transport server:
- Command:
npx -y mcp-rdap
📦 Local Usage
npx mcp-rdap📄 License
MIT License. Designed and maintained for the global Model Context Protocol ecosystem.
