Open-source native MCP server driver for the WhoisMD real-time internet intelligence API — unprivileged stdio client delegating lookups/bulk to the public REST API.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"whoismd-mcp-server": {
"command": "npx",
"args": [
"-y",
"Abubakar-27/whoismd-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add whoismd-mcp-server npx -y Abubakar-27/whoismd-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"whoismd-mcp-server": {
"command": "npx",
"args": [
"-y",
"Abubakar-27/whoismd-mcp-server"
]
}
}
}
📋 Copy