v0.3.2
WhoisMCP Server Release
Installation
- Download the appropriate binary for your platform
- Make it executable (on macOS/Linux):
chmod +x whoismcp-server-* - 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.