Ip2location Io MCP Server

This is a simple Model Context Protocol (MCP) server implementation for IP2Location.io API. It will return a detailed geolocation information for any given IPv4 or IPv6 address. It runs locally over stdio via the published package.

People connecting API integration tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-05-26 · ★ 15 · #182 OF 250 MAINTAINED API INTEGRATION · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Ip2location Io

before you install - you'll need

Set IP2LOCATION_API_KEY before connecting.

Claude Code

claude mcp add ip2location-mcp-ip2location-io -- uvx mcp-ip2location-io

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package mcp-ip2location-io - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.ip2location is GitHub-verified and matches the repo owner

03 · What Ip2location Io can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

1.0.1 · 2026-04-17

Added the feature to use IP2Location.io Bulk IP Geolocation API if multiple IP addresses detected in the input. · requires a paid plan to work.

1.0.0 · 2025-07-16

Initial release.

04 · Who maintains Ip2location Io

mcp-ip2location-io is maintained by ip2location. It's the only MCP server we track from this author; the repo dates to Jun 2025.

05 · Facts

category
API integration - ranked #182 of 250 actively-maintained API integration servers as of 2026-08-25.
registry
io.github.ip2location/mcp-ip2location-io (active, first published 2026-05-26)
packages
pypi:mcp-ip2location-io

06 · Ip2location Io FAQ

What is Ip2location Io?

This is a simple Model Context Protocol (MCP) server implementation for IP2Location.io API. It will return a detailed geolocation information for any given IPv4 or IPv6 address. It runs locally over stdio via the published package.

Is Ip2location Io still maintained?

Yes - as of 2026-08-25, its last commit was 2026-05-26. We re-verify nightly.

How do I install Ip2location Io?

Run `uvx mcp-ip2location-io`. The README documents one environment variable (IP2LOCATION_API_KEY) to set first. Set IP2LOCATION_API_KEY before connecting. You can also paste the ready-made client config above.

Does Ip2location Io run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Ip2location Io