A powerful IPCONFIG MCP (Model Context Protocol) server built on Cloudflare Workers, providing IP address lookup, geolocation, and network connectivity testing tools for AI assistants.
Server Config
{
"mcpServers": {
"ipconfig": {
"command": "npx",
"args": [
"mcp-remote",
"https://mcp.ipconfig.com/mcp"
],
"env": {
"IPCONFIG_API_KEY": "your-api-key-here"
}
}
}
}