geolocation-mcp
Enables LLMs to query IP addresses against free MaxMind GeoLite2 geolocation databases.
README
GeoLocation MCP Server
Connect your LLMs to GeoLite2 databases for fast and up-to-date IP geolocation data
<details> <summary>Demo</summary>

</details>
Desc
HTTP daemon MCP server running in async/steamableHttp modes
Built using Webflux/Reactor and GraalVM native with static/musl/-Os/UPX/distroless optimizations
On start will automatically download GeoLite2 DBs from P3TERX/GeoLite.mmdb
Usage
# named volume so DBs are downloaded once
docker run -p 8891:8080 -v geolocation_data:/home/nonroot/.geolocation-mcp 7mza/geolocation-mcp:latest
or with compose
services:
geolocation-mcp:
image: 7mza/geolocation-mcp:latest
ports:
- '8891:8080'
restart: unless-stopped
volumes:
- geolocation_data:/home/nonroot/.geolocation-mcp
volumes:
geolocation_data:
name: geolocation_data
then connect your LLM using MCP conf
example for claude code
claude mcp add --transport http geolocation http://localhost:8891/mcp # --scope local|user
test with mcp inspector
npm i
npm run mcp
# transport: streamable
# url: http://localhost:8891/mcp
Build from source
nvm use
npm i
sdk env install
JVM mode :
./gradlew clean ktlintFormat ktlintCheck build
./gradlew bootRun
Native mode:
./gradlew clean ktlintFormat ktlintCheck build -PgenerateMetadata
./gradlew buildImage
docker run -p 8891:8080 -v geolocation_data:/home/nonroot/.geolocation-mcp 7mza/geolocation-mcp:latest
License
MaxMind GeoLite2 databases are free but conditioned by GeoLite2 End User License Agreement
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.