Official IP2Location.io MCP server to obtain the geolocation, proxy and network information of an IP address utilizing IP2Location.io API.
Run the underlying MCP server directly — without Agent-CoreX routing.
npx -y mcp-ip2location-ioAgent-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"
]
}
}
}Connect in 2 minutes. Only pay for the tools your agent actually uses.
Recommended: intelligent tool routing, lower costs
uvx agent-corex mcp add mcp-ip2location-ioAgent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.
Use ip2location/mcp-ip2location-io directly without routing
npx -y mcp-ip2location-ioNew to Agent-CoreX? View setup guide →