IPGeolocation.io MCP Server

IPGeolocation.io MCP Server is an MCP server in the API integration category that exposes 16 tools to an agent, covering read & search, astronomy, bulk. 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 JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-21 · ★ 4 · #57 OF 250 MAINTAINED API INTEGRATION · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install IPGeolocation.io MCP Server

before you install - you'll need

Set IPGEOLOCATION_API_KEY before connecting.

Claude Code

claude mcp add ipgeolocation-ipgeolocation-io-mcp -- npx -y ipgeolocation-io-mcp

Claude Desktop / Cursor / VS Code - add to config

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

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

npm package ipgeolocation-io-mcp - unscoped; check the name against the project README before installing

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

03 · What IPGeolocation.io MCP Server can do

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

What you can build

An agent gets 16 documented tools spanning timezone, astronomy, check, security, including lookup_ip, get_my_ip, lookup_currency, get_timezone.

Capability map

Tools grouped from the project's README - what IPGeolocation.io MCP Server lets an agent do.

read & search

8 tools - e.g. 1; 0; 1

lookup_ip · get_my_ip · lookup_currency · get_timezone · lookup_company · lookup_network…

Astronomy

2 tools - e.g. 1; 1

get_astronomy · get_astronomy_time_series

Bulk

2 tools - e.g. 1 per IP; 2 per IP

bulk_lookup_ip · bulk_security_check

Parse

2 tools - e.g. 1; 1 per UA

parse_user_agent · bulk_parse_user_agent

Convert

1 tool - e.g. 1

convert_timezone

Check

1 tool - e.g. 2

check_security

Latest releases

v2.0.0 · 2026-07-24

Breaking change: Node.js 22 or later is now required. This release also moves API-key transport to the x-ipgeolocation-api-key · header and incorporates the code and security improvements. · Update GitHub Actions to…

v1.0.20 · 2026-06-11

Patch release for Glama hosting entrypoints, tool metadata improvements, and · dependency override updates.

v1.0.19 · 2026-04-28

## v1.0.19 · - Hardened upstream API error handling with documented status classification. · - Added actionable guidance for LLM clients instead of raw upstream-only errors. · - Redacted API keys and bearer-style…

04 · Who maintains IPGeolocation.io MCP Server

IPGeolocation.io MCP Server is maintained by ipgeolocation. It's the only MCP server we track from this author; the repo dates to Mar 2026.

05 · Facts

category
API integration - ranked #57 of 250 actively-maintained API integration servers as of 2026-08-25.
release cadence
2 releases in the last 90 days (latest 2026-07-24)
registry
io.github.IPGeolocation/ipgeolocation-io-mcp (active, first published 2026-03-11 · 15 versions)
packages
npm:ipgeolocation-io-mcp

06 · IPGeolocation.io MCP Server FAQ

Is IPGeolocation.io MCP Server still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-21 and it shipped 2 releases in the last 90 days. We re-verify nightly.

What can IPGeolocation.io MCP Server do?

An agent gets 16 documented tools spanning timezone, astronomy, check, security, including lookup_ip, get_my_ip, lookup_currency, get_timezone.

How do I install IPGeolocation.io MCP Server?

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

Does IPGeolocation.io MCP Server run locally?

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

07 · Alternatives to IPGeolocation.io MCP Server