MCP Server
MCP
io.github.ip2whois/mcp-ip2whois
WHOIS domain MCP server that query the WHOIS information using IP2WHOIS API.
Install
uvx mcp-ip2whois
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "mcp-ip2whois",
"version": "1.2.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your IP2WHOIS API key for detailed WHOIS information.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "IP2WHOIS_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment