Skip to main content
Glama
clareliguori

rdap-mcp-server

by clareliguori

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
A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/clareliguori/rdap-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server