Skip to main content
Glama
Whoisjson

@whoisjson/mcp-server

Official
by Whoisjson

@whoisjson/mcp-server

MCP (Model Context Protocol)-Server für die WhoisJSON API. Stellt WHOIS-, DNS-, SSL- und Domain-Verfügbarkeitsabfragen als Tools für KI-Assistenten bereit.

Tools

Tool

Beschreibung

whois_lookup

WHOIS-Registrierungsdaten für eine Domain (Registrar, Datumsangaben, Kontakte, Nameserver…)

dns_lookup

Alle DNS-Einträge für eine Domain (A, AAAA, MX, NS, TXT, CNAME, SOA, CAA, DMARC…)

ssl_check

SSL/TLS-Zertifikatsdetails und Gültigkeit für eine Domain

domain_availability

Prüfen, ob eine Domain zur Registrierung verfügbar ist

Related MCP server: Domain Checker MCP Server

Voraussetzungen

  1. Registrieren Sie sich bei whoisjson.com und kopieren Sie Ihren API-Schlüssel aus dem Dashboard.

  2. Node.js ≥ 18.

Installation

npm install -g @whoisjson/mcp-server
# or run directly with npx (no install needed):
npx @whoisjson/mcp-server

Konfiguration

Claude Desktop

Bearbeiten Sie ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) oder
%APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "whoisjson": {
      "command": "npx",
      "args": ["-y", "@whoisjson/mcp-server"],
      "env": {
        "WHOISJSON_API_KEY": "your_api_key_here"
      }
    }
  }
}

Cursor

Bearbeiten Sie ~/.cursor/mcp.json:

{
  "mcpServers": {
    "whoisjson": {
      "command": "npx",
      "args": ["-y", "@whoisjson/mcp-server"],
      "env": {
        "WHOISJSON_API_KEY": "your_api_key_here"
      }
    }
  }
}

Windsurf

Bearbeiten Sie ~/.codeium/windsurf/mcp_config.json:

{
  "mcpServers": {
    "whoisjson": {
      "command": "npx",
      "args": ["-y", "@whoisjson/mcp-server"],
      "env": {
        "WHOISJSON_API_KEY": "your_api_key_here"
      }
    }
  }
}

Lokal ausführen (Entwicklung)

cd mcp-server
npm install
npm run build
WHOISJSON_API_KEY=your_key npm start

Veröffentlichung

npm run build
npm publish --access public

API-Referenz

Vollständige API-Dokumentation: whoisjson.com/documentation

Install Server
A
license - permissive license
A
quality
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.

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Enables AI agents to perform WHOIS lookups to retrieve domain registration details, including ownership, registration dates, and availability status without requiring browser searches.
    4
    31
    21
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Enables AI agents to check domain availability, perform batch domain lookups, and generate intelligent domain name suggestions across multiple TLDs using WHOIS integration.
    4
    3
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Enables AI assistants to check domain name availability for single or multiple domains using DNS, RDAP, and WHOIS lookups. It provides detailed registration status including registrar information and expiration dates while supporting bulk checks of up to 50 domains.
    2
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Enables AI assistants to perform IP geolocation, proxy detection, and domain WHOIS lookups using IP2Location.io and IP2WHOIS data.
    5
    MIT

View all related MCP servers

Related MCP Connectors

  • Domain & company intel for AI agents: RDAP, DNS, email deliverability, tech stack. No API keys.

  • Domain intel for AI agents: RDAP registration, DNS, email deliverability, tech stack.

  • The web capability layer for AI agents: render, extract, DNS, SSL, WHOIS & more via x402.

View all MCP Connectors

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/Whoisjson/mcp-server'

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