MCP Directory

ip2location/mcp-ip2location-io

GitHub
Web Utilities

Official IP2Location.io MCP server to obtain the geolocation, proxy and network information of an IP address utilizing IP2Location.io API.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y mcp-ip2location-io

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from ip2location/mcp-ip2location-io your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

{
  "mcpServers": {
    "mcp-ip2location-io": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-ip2location-io"
      ]
    }
  }
}

Route ip2location/mcp-ip2location-io intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add mcp-ip2location-io

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use ip2location/mcp-ip2location-io directly without routing

npx -y mcp-ip2location-io

New to Agent-CoreX? View setup guide →

ip2location/mcp-ip2location-io MCP Server — Agent-CoreX