MCP-Geo

by webcoderz

33 stars
415 downloads
Not rated
GitHub

About

MCP-Geo is a geocoding MCP server built with GeoPy. It provides tools that allow Large Language Models (LLMs) to geocode addresses, reverse geocode coordinates, calculate distances, and perform batch lookups in a rate-limited, error-handled way. It is aimed at developers…

Details

Author
webcoderz
GitHub stars
33
Downloads
415
Categories
Other

- Geocode a single address to latitude, longitude, and formatted address.
- Reverse geocode a latitude/longitude pair to the nearest address.
- Geocode with additional details like bounding boxes (provider-dependent).
- Batch geocode multiple addresses with rate limiting.
- Batch reverse geocode multiple coordinate pairs.
- Calculate distance between two addresses or coordinate pairs in miles/kilometers.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name MCP-Geo
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Clone the repository, install dependencies with uv sync, then install the server using fastmcp install geo.py --name "MCP Geo" for Claude Desktop. For other environments, add the JSON configuration (with command: "uv", args: ["--directory", "MCP-Geo", "run", "geo.py"]) to your MCP settings file, optionally setting environment variables like GEOCODER_PROVIDER, NOMINATIM_URL, or API keys for alternative providers.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "mcp-geo": {
            "MCP-Geo": {
                "command": "uv",
                "args": [
                    "pip",
                    "install",
                    "-r",
                    "requirements.txt"
                ]
            }
        }
    }
}

McpServers

{
    "MCP-Geo": {
        "command": "uv",
        "args": [
            "pip",
            "install",
            "-r",
            "requirements.txt"
        ]
    }
}

MCP-Geo

Geocoding MCP server with GeoPY!

<a href="https://glama.ai/mcp/servers/ujss4qy5fs">

</a>

📋 System Requirements

- Python 3.6+

📦 Dependencies

Install all required dependencies:

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.