MCP-Geo

A geocoding MCP server powered by GeoPy for location-based services.

Categories
Specialized Tools
Python
Our Take

A versatile server for adding geospatial awareness to any AI agent. By using the flexible GeoPy library, it can connect to various geocoding services (like Nominatim, ArcGIS, Bing). Its toolset covers essential location-based tasks like geocoding, reverse geocoding, and calculating distances, making it a valuable utility for a wide range of applications.

Quick Start
// In your client config, use uv to run the server script.
{
"mcp-geo": {
  "command": "uv",
  "args": ["run", "--directory", "MCP-Geo", "geo.py"],
  "env": {
    "GEOCODER_PROVIDER": "nominatim"
  }
}
}

Related Tools