AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Domain Mcp

mcp-rinadelph-domain-mcp · by rinadelph

MCP server for domain research - WHOIS, DNS, SSL certs, expired domains. No API keys needed.

No reviews yet
0 installs
44 views
0.0% view→install

Install

$ agentstack add mcp-rinadelph-domain-mcp

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-rinadelph-domain-mcp)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
stale · 1y ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Domain Mcp? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Domain-MCP

A simple MCP server that lets AI assistants help you with domain research - checking availability, looking up WHOIS info, finding expired domains, and more.

No API keys needed. Everything works out of the box.

What it does

  • Check domain availability - See if a domain is available to register
  • WHOIS lookup - Get registration info, expiration dates, registrar details
  • DNS records - Look up A, MX, TXT, and other DNS records
  • SSL certificates - Check SSL cert info and expiration
  • Find expired domains - Search for recently expired or deleted domains
  • Domain age - See how old a domain is
  • Bulk checks - Check multiple domains at once

Quick Start

# Install uv (if you don't have it)
pip install uv

# Clone the repo
git clone https://github.com/yourusername/domain-mcp.git
cd domain-mcp

# Set up and install
uv venv
source .venv/bin/activate  # On Windows: .venv\Scripts\activate
uv pip install -e .

# Run it
python main.py

Using with Claude Desktop

Add this to your Claude Desktop config:

{
  "mcp-servers": {
    "domain-mcp": {
      "command": "python",
      "args": ["/path/to/domain-mcp/main.py", "--transport", "stdio"]
    }
  }
}

Example Usage

Just ask Claude things like:

  • "Is mydomain.com available?"
  • "Show me WHOIS info for google.com"
  • "Find expired domains with 'tech' in the name"
  • "What are the DNS records for example.com?"

How it works

Uses free, public APIs and services:

  • RDAP for WHOIS data (no auth needed)
  • Cloudflare DNS over HTTPS
  • crt.sh for SSL certificates
  • Public domain databases

Everything is fetched fresh when you ask - no caching, always current data.

License

MIT

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.