MCP-Geo
What is this MCP
This MCP is a geocoding server that provides tools for converting addresses to coordinates (geocoding) and coordinates to addresses (reverse geocoding) using the GeoPY library. It serves as an interface between geocoding services and Large Language Models (LLMs).
How to use this MCP
Install via FastMCP or manually configure the server. The MCP provides several functions like geocode_location
, reverse_geocode
, and distance_between_addresses
that can be called by LLMs. Configuration is done through environment variables to select geocoding providers and set API keys.
What this MCP can be used for
This MCP enables LLMs to perform location-based tasks such as finding coordinates for addresses, getting addresses from coordinates, calculating distances between locations, and batch processing multiple geocoding requests with built-in rate limiting.