MyIP
Integrates with ifconfig.me to fetch and provide public IP address information for network diagnostics and geolocation services.
README: https://github.com/nikolaypavlov/mcp-myip
MyIP MCP Server
Tools
The server exposes a get_ip_info tool to retrieve your public ip address from ifconfig.me.
Installation
{
"mcpServers": {
"myip": {
"command": "uvx",
"args": ["mcp-myip"]
}
}
}

