Skip to content

v0.3.2

Choose a tag to compare

@github-actions github-actions released this 04 Jul 16:30
· 20 commits to master since this release

WhoisMCP Server Release

Installation

  1. Download the appropriate binary for your platform
  2. Make it executable (on macOS/Linux): chmod +x whoismcp-server-*
  3. Run the server: ./whoismcp-server-*

Supported Platforms

  • Linux: x86_64
  • macOS: x86_64 (Intel) and arm64 (Apple Silicon)
  • Windows: x86_64

Usage

The server communicates via stdin/stdout using the Model Context Protocol.

Environment Variables

  • BIND_HOST: Host to bind to (default: 0.0.0.0)
  • BIND_PORT: Port to bind to (default: 5001)
  • WHOIS_TIMEOUT: Whois query timeout in seconds (default: 30)
  • RDAP_TIMEOUT: RDAP query timeout in seconds (default: 30)
  • CACHE_TTL: Cache time-to-live in seconds (default: 3600)
  • LOG_LEVEL: Logging level (default: INFO)

See the README for full documentation.