📝 mcp-ip-geo
@chenmingyong0423
关于 📝 mcp-ip-geo
An MCP Server that provides IP geolocation lookup (country, region, city, etc.) via ip-api.com.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-ip-geo": {
"command": "/path/to/mcp-ip-geo"
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is 📝 mcp-ip-geo?
📝 mcp-ip-geo is an MCP (Model Context Protocol) server that provides IP geolocation lookup services—returning country, region, city, and other location data—using the ip-api.com service. It targets developers who want to add IP geolocation capabilities to MCP-compatible applications.
How to use 📝 mcp-ip-geo?
Two deployment methods are available: run directly with go run github.com/chenmingyong0423/mcp-ip-geo/cmd/mcp-ip-geo@latest via Stdio transport, or build the Docker image and run the container for Streamable HTTP transport on port 8000. Configure the MCP client with the corresponding JSON snippet for your chosen method.
Key features of 📝 mcp-ip-geo
- IP geolocation (country, region, city)
- Two deployment options: Stdio or Docker HTTP
- Powered by ip-api.com’s free tier
- Streamable HTTP transport over port 8000
- Single-purpose, easy-to-integrate service
Use cases of 📝 mcp-ip-geo
- Add IP location data to AI assistant conversations
- Enrich user context with geographic information
- Validate or analyze IP addresses in automated workflows
- Power location-aware features in MCP-based tools
FAQ from 📝 mcp-ip-geo
What data does 📝 mcp-ip-geo return?
It returns country, region, city, and similar geolocation details for a given IP address, using the ip-api.com service.
What runtime or dependencies are required?
You need either Go (to run the go run command) or Docker (to build and run the container image). No external database or configuration files are required.
Is 📝 mcp-ip-geo free for commercial use?
No—the project uses the free version of ip-api.com, which is for non-commercial use only. Commercial users must comply with ip-api.com’s terms or purchase a paid plan.
What MCP transports are supported?
It supports Stdio transport (using the go run command) and Streamable HTTP transport (via the Docker deployment on port 8000).
Where does the geolocation data come from?
All location data is fetched live from the ip-api.com service at query time. The server does not store or cache IP data locally.
其他 分类下的更多 MCP 服务器
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
评论