get_my_ip
Detect the public IP address of the host running the server. Returns human-readable text or structured JSON for network diagnostics.
Instructions
Detect and return the public IP address of the host running this MCP server. Useful when the LLM needs to know the public-facing IP of the machine it is operating on.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format. "text" returns a human-readable summary; "json" returns the raw structured data. | text |