mcp-myip

mcp-myip

0

The MyIP MCP Server enables users to retrieve their public IP address using the `get_ip_info` tool, accessing data from ifconfig.me. It is designed to be a simple and effective solution for obtaining IP information.

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"]
    }
  }
}