MCP.so
Sign In

IP2location.io

@ip2location

About IP2location.io

IP Geolocation MCP server that query the geolocation information using IP2Location.io API. User can query for 1,000 per day without an API key, or 50,000 per month with a free API key.

Basic information

Category

Other

Transports

stdio

Publisher

ip2location

Submitted by

IP2Location

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "ip2locationio": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/ip2locationio",
        "run",
        "ip2locationio.py"
      ],
      "env": {
        "IP2LOCATION_API_KEY": "<YOUR API key HERE>"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is IP2location.io?

IP2location.io is an MCP server that brings high-performance IP intelligence directly into LLM-driven workflows. It allows AI agents to retrieve comprehensive geolocation and network information about any IP address using a single natural language prompt, designed for developers building context-aware AI applications.

How to use IP2location.io?

Add the server configuration to your claude_desktop_config.json using the uv command and the optional IP2LOCATION_API_KEY environment variable. After restarting Claude Desktop, the server appears in the Search and tools menu. You can start querying without an API key (1,000 queries per day) or sign up for a free key (50,000 queries per month).

Key features of IP2location.io

  • Seamless AI integration—fetch IP data via natural language prompts.
  • Detailed geolocation data including city, ISP, and proxy info.
  • Up to 1,000 queries per day without an API key.
  • Free account unlocks up to 50,000 queries per month.
  • No manual lookup required; AI agents automate data retrieval.

Use cases of IP2location.io

  • Automated security auditors that verify IP origins.
  • Localized customer support bots that adapt responses by region.
  • E‑commerce personalization engines for geotargeted content.

FAQ from IP2location.io

What IP data can I retrieve?

You can retrieve country, region, district, city, latitude/longitude, ZIP code, time zone, ISP, domain, net speed, area code, weather station, MCC, MNC, carrier brand, elevation, usage type, proxy information, address type, IAB category, and ASN.

Do I need an API key?

No. You can query without an API key but are limited to 1,000 queries per day. Signing up for a free account increases the limit to 50,000 queries per month.

How do I set up the server?

Add the ip2locationio entry to your claude_desktop_config.json using uv with the path to server.py. Optionally include your API key in the environment variable IP2LOCATION_API_KEY.

What runtime does it require?

The server requires uv, which can be installed following the official MCP server environment setup guide.

Are there any query limits?

Without an API key: 1,000 queries per day. With a free API key: 50,000 queries per month.

Comments

More Other MCP servers