MCP Hub
Back to servers

ipinfo

IPInfo MCP — wraps ipinfo.io (free tier, no auth required for basic usage)

Registry
Updated
Apr 2, 2026

mcp-ipinfo

MCP server for IP geolocation and network info via ipinfo.io. No authentication required for basic usage.

Tools

ToolDescription
lookup_ipGet geolocation and network info for a specific IP address
get_my_ipGet geolocation info for the current request IP

Quickstart (Pipeworx Gateway)

curl -X POST https://gateway.pipeworx.io/mcp \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "method": "tools/call",
    "params": {
      "name": "ipinfo_lookup_ip",
      "arguments": { "ip": "8.8.8.8" }
    },
    "id": 1
  }'

License

MIT

Reviews

No reviews yet

Sign in to write a review