๐ mcp-ip-geo
@chenmingyong0423
About ๐ mcp-ip-geo
An MCP Server that provides IP geolocation lookup (country, region, city, etc.) via ip-api.com.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-ip-geo": {
"command": "/path/to/mcp-ip-geo"
}
}
}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 ๐ 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.
More Other MCP servers

EverArt
modelcontextprotocolModel Context Protocol Servers
Blender
ahujasidOpen-source MCP to use Blender with any LLM
FastMCP v2 ๐
jlowin๐ The fast, Pythonic way to build MCP servers and clients.
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
MCP Go ๐
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Comments