A Model Context Protocol (MCP) server that provides LLMs with network information lookup tools through WHOIS and RIPE Database queries.
Server Config
{
"mcpServers": {
"whois-mcp": {
"command": "/path/to/bin/uvx",
"args": [
"--from",
"git+https://github.com/dadepo/whois-mcp.git",
"whois-mcp"
]
}
}
}