mcpbeat Sign in

Whois MCP Server

local only

Whois MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 22 Sep 2026.

RDAP whois records for domains and IPs.

Installs / week
npm · @mrfentmen/whois-mcp
0
Stars
0 open issues
22 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Whois MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add whois-mcp -- npx -y @mrfentmen/whois-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "whois-mcp": {
      "args": [
        "-y",
        "@mrfentmen/whois-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.whois-mcp]
command = "npx"
args = ["-y", "@mrfentmen/whois-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "whois-mcp": {
      "args": [
        "-y",
        "@mrfentmen/whois-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "whois-mcp": {
      "args": [
        "-y",
        "@mrfentmen/whois-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Whois MCP

same job, measured the same way
DomScan
by estevecastells

Domain intelligence for DNS, WHOIS/RDAP, TLS, reputation, valuation, and brand protection.

answering
WHOIS
by kincaidyang

Query WHOIS/RDAP information for domains, IP addresses, CIDR prefixes and ASNs. Self-hostable.

2 tools answering
AIsa Technologies & Whois
by aisa

What a domain is built on and who owns it: technology detection and whois records.

answering
Whois MCP Server
by cyanheads

Domain registration, availability, DNS records, and IP/ASN resolution via RDAP and DNS-over-HTTPS.

250 installs/wk local only
DNS
by ofershap

MCP server for DNS lookups, reverse DNS, WHOIS, and domain checks — zero auth, zero config

34 installs/wk local only
WhoisJSON
by whoisjson

WHOIS, DNS, SSL, and domain availability lookups for AI assistants

27 installs/wk local only
Porkbun MCP
by korobkov-v

MCP server for Porkbun domains and DNS.

40 installs/wk local only
VirusTotal
by king-tero

VirusTotal reports for files, URLs, domains and IPs, plus file submission and analysis recovery.

answering

Whois MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Whois MCP?
Whois MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @mrfentmen/whois-mcp.
How do I connect Whois MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @mrfentmen/whois-mcp straight from npm; nothing to host, nothing to sign up for.
Is Whois MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.