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.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"ip2location": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://mcp.ip2location.io/",
"--header",
"X-API-Key:YOUR_API_KEY"
]
}
}
}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?
Just copy the content of the server configuration section to your claude_desktop_config.json file and replace the YOUR_API_KEY to your actual IP2Location.io API Key.
What runtime does it require?
If you are using our cloud-hosted server, you only need to install the npx, which is auto included when installing Node.js. You can follow this guide to get started.
For local MCP server, 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.
Frequently asked questions
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?
Just copy the content of the server configuration section to your `claude_desktop_config.json` file and replace the `YOUR_API_KEY` to your actual IP2Location.io API Key.
What runtime does it require?
If you are using our cloud-hosted server, you only need to install the `npx`, which is auto included when installing Node.js. You can follow [this guide](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) to get started. For local MCP server, 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.
Basic information
More Other MCP servers
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Comments