IP Geolocation
An MCP (Multi-Agent Conversation Protocol) server that enables natural language interaction with the AbstractAPI geolocation service, allowing users to retrieve geographic information about IP addresses.
What is IP Geolocation?
IP Geolocation is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to mcp (multi-agent conversation protocol) server that enables natural language interaction with the abstractapi geolocation service, allowing users to retrieve geographic information about ip addresses....
An MCP (Multi-Agent Conversation Protocol) server that enables natural language interaction with the AbstractAPI geolocation service, allowing users to retrieve geographic information about IP addresses.
This server falls under the Search & Data Extraction category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- An MCP (Multi-Agent Conversation Protocol) server that enabl
Use Cases
Maintainer
Works with
Installation
NPM
npx -y ipgeolocation-io-mcpManual Installation
npx -y ipgeolocation-io-mcpConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use IP Geolocation
The ipgeolocation-io-mcp server connects AI assistants to the AbstractAPI (and ipgeolocation.io) geolocation service, enabling natural language queries that retrieve detailed geographic information about any IP address, including country, city, timezone, currency, and connection type. It is distributed as an npm package and requires an API key from ipgeolocation.io to function. Network administrators, fraud analysts, and developers who need to enrich IP address data within AI conversations can use this server to get structured geolocation responses without writing API calls manually.
Prerequisites
- Node.js 16 or higher installed
- An ipgeolocation.io account with an API key (free tier available at ipgeolocation.io)
- An MCP-compatible client such as Claude Desktop or Claude Code
Sign up for an ipgeolocation.io API key
Visit https://ipgeolocation.io and create a free account. After signing up, copy your API key from the dashboard. The free tier allows up to 1,000 requests per day.
Test the package with npx
Verify the package is accessible via npx. The server will start in STDIO mode and exit immediately without an MCP client — this is expected.
npx -y ipgeolocation-io-mcpAdd the server to your MCP client configuration
Add the server entry to claude_desktop_config.json with your ipgeolocation.io API key in the env block.
{
"mcpServers": {
"ip-geolocation": {
"command": "npx",
"args": ["-y", "ipgeolocation-io-mcp"],
"env": {
"IPGEOLOCATION_API_KEY": "your_api_key_here"
}
}
}
}Restart your MCP client
Restart Claude Desktop or reload MCP servers in your client to discover the ip-geolocation server and its tools.
IP Geolocation Examples
Client configuration
Complete claude_desktop_config.json entry for the IP Geolocation MCP Server using ipgeolocation.io.
{
"mcpServers": {
"ip-geolocation": {
"command": "npx",
"args": ["-y", "ipgeolocation-io-mcp"],
"env": {
"IPGEOLOCATION_API_KEY": "your_ipgeolocation_io_api_key_here"
}
}
}
}Prompts to try
Example prompts for querying IP geolocation data through the MCP server.
- "Where is the IP address 185.220.101.34 located?"
- "What country and timezone is 8.8.4.4 in?"
- "Look up the currency and language for the region where 203.0.113.45 is registered"
- "Is 192.168.1.1 a valid public IP, and if so where is it geographically?"
- "Get detailed connection info for IP 1.1.1.1 including ISP and organization name"Troubleshooting IP Geolocation
Server returns '401 Unauthorized' for every IP lookup
Verify that the IPGEOLOCATION_API_KEY environment variable is correctly set in your MCP config and that the key matches the one shown in your ipgeolocation.io dashboard. Check that there are no extra spaces or newline characters around the key value.
npx fails with ENOTFOUND or package not found
Clear the npx cache with 'npx clear-npx-cache' and retry. Verify your internet connection and that the package name 'ipgeolocation-io-mcp' is spelled correctly in the args array.
Daily request limit exceeded
The free tier of ipgeolocation.io allows 1,000 requests per day. Upgrade to a paid plan at ipgeolocation.io/pricing for higher limits, or reduce usage by caching results at the application level.
Frequently Asked Questions about IP Geolocation
What is IP Geolocation?
IP Geolocation is a Model Context Protocol (MCP) server that mcp (multi-agent conversation protocol) server that enables natural language interaction with the abstractapi geolocation service, allowing users to retrieve geographic information about ip addresses. It connects AI assistants to external tools and data sources through a standardized interface.
How do I install IP Geolocation?
Install via npm with the command: npx -y ipgeolocation-io-mcp. Then add the server configuration to your AI client's JSON config file (e.g., claude_desktop_config.json or .cursor/mcp.json).
Which AI clients work with IP Geolocation?
IP Geolocation works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is IP Geolocation free to use?
Yes, IP Geolocation is open source and available under the MIT License license. You can use it freely in both personal and commercial projects.
IP Geolocation Alternatives — Similar Search & Data Extraction Servers
Looking for alternatives to IP Geolocation? Here are other popular search & data extraction servers you can use with Claude, Cursor, and VS Code.
TrendRadar
★ 58.0kA real-time hotspot monitoring and news aggregation assistant that provides AI-powered analysis of trending topics across multiple platforms via the Model Context Protocol. It enables users to track news and receive automated notifications through va
Scrapling
★ 52.7k🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!
PDF Math Translate
★ 33.9k[EMNLP 2025 Demo] PDF scientific paper translation with preserved formats - 基于 AI 完整保留排版的 PDF 文档全文双语翻译,支持 Google/DeepL/Ollama/OpenAI 等服务,提供 CLI/GUI/MCP/Docker/Zotero
GPT Researcher
★ 27.2kAn autonomous agent that conducts deep research on any data using any LLM providers
Agent Reach
★ 20.1kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
Xiaohongshu
★ 13.7kMCP for xiaohongshu.com
Browse More Search & Data Extraction MCP Servers
Explore all search & data extraction servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up IP Geolocation in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use IP Geolocation?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.