IP2location.io
@ip2location
关于 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.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"ip2locationio": {
"command": "uv",
"args": [
"--directory",
"/path/to/ip2locationio",
"run",
"ip2locationio.py"
],
"env": {
"IP2LOCATION_API_KEY": "<YOUR API key HERE>"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Servers
modelcontextprotocolModel Context Protocol Servers
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
ghidraMCP
LaurieWiredMCP Server for Ghidra
评论