Skip to main content

GeoLabel MCP Server

Turn GPS coordinates into AI-ready location context — for Claude Desktop, Claude Code, and any MCP-compatible assistant.

What it does

Send coordinates. Get back a place name, category, and real-time opening hours:

{
  "label": "Walmart",
  "category": "supermarket",
  "is_open": true,
  "closes_at": "23:00",
  "opening_hours": "Mo-Su 06:00-23:00"
}

Claude can then answer: "You're at Walmart, which closes in 47 minutes."


Quick setup

1. Get a GeoLabel API key

Free at geolabel.dev — 100 requests/day, no credit card required.

2. Add to your agent

Pick your client below.


Claude Desktop

Edit ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "geolabel": {
      "command": "uvx",
      "args": ["geolabel-mcp"],
      "env": {
        "GEOLABEL_API_KEY": "glk_your_key_here"
      }
    }
  }
}

Restart Claude Desktop. The GeoLabel tool will appear in the tools list.

Claude Code

claude mcp add geolabel -- uvx geolabel-mcp
export GEOLABEL_API_KEY=glk_your_key_here

Hermes Agent

Edit ~/.hermes/config.json:

{
  "mcpServers": {
    "geolabel": {
      "command": "uvx",
      "args": ["geolabel-mcp"],
      "env": {
        "GEOLABEL_API_KEY": "glk_your_key_here"
      }
    }
  }
}

See Hermes Agent MCP docs for more.

OpenClaw

# Register the server
openclaw mcp set geolabel \
  --command uvx \
  --args geolabel-mcp \
  --env GEOLABEL_API_KEY=glk_your_key_here

# Verify it's registered
openclaw mcp list

See OpenClaw MCP docs for more.


3. Use it

You: I'm at 41.8827, -87.6233 — what's here and is it open?

Agent: You're at Planet Fitness (a gym). It's currently open and closes
       at 11:00 PM tonight — you have about 3 hours left.

Tools

get_location_label

Identifies the nearest named place within radius metres of the given coordinates.

Parameter Type Default Description
lat float required Latitude (-90 to 90)
lng float required Longitude (-180 to 180)
radius int 100 Search radius in metres (max 500)

Response fields:

Field Type Description
place string | null Raw venue name from OpenStreetMap
label string Clean, display-ready name
category string | null Stable type: gym, supermarket, restaurant, etc.
distance_meters float | null Distance from your coordinates to the place
is_open bool | null true open · false closed · null no hours data
opens_at string | null Next opening time HH:MM (when closed)
closes_at string | null Today's closing time HH:MM (when open)
opening_hours string | null Raw OSM opening_hours string
cached bool Served from 10-min cache; hours always recalculated live

Alternative installation

# pip
pip install geolabel-mcp

# run directly
GEOLABEL_API_KEY=glk_xxx geolabel-mcp

Claude Code

claude mcp add geolabel -- uvx geolabel-mcp

Then set your key:

# add to your shell profile or .env
export GEOLABEL_API_KEY=glk_your_key_here

Configuration

Variable Required Description
GEOLABEL_API_KEY Yes Your GeoLabel API key
GEOLABEL_BASE_URL No Override API base URL (default: https://api.geolabel.dev)

Privacy

GeoLabel strips coordinates from all server logs before they touch disk. No movement history is stored. Data is processed in real-time and immediately discarded. Full privacy policy →


License

MIT

Release files for geolabel-mcp 0.1.1

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for geolabel-mcp 0.1.1
File Size Uploaded
geolabel_mcp-0.1.1.tar.gz 5.3 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for geolabel-mcp 0.1.1
File Interpreter ABI Platform
geolabel_mcp-0.1.1-py3-none-any.whl Python 3 none any Details

Total release size: 11.2 kB

Release files / geolabel_mcp-0.1.1.tar.gz

Download URL geolabel_mcp-0.1.1.tar.gz
Size 5.3 kB
Tags Source
SHA-256 checksum
How to use checksums
7d249b7d53765c14a314be0676d67a4ab25b92a812e1025ef844185879dd47e0
BLAKE2b-256 checksum
How to use checksums
9efa61e030f31ef7c86a7577c1b9a93127b0c1d5a83f32ca755ccc599af2070a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.13.12

Release files / geolabel_mcp-0.1.1-py3-none-any.whl

Download URL geolabel_mcp-0.1.1-py3-none-any.whl
Size 5.9 kB
Tags Python 3
SHA-256 checksum
How to use checksums
90dfe9487c65c42f909947af3ede0c256f6d3c90e71f178d19eef86fc7afef49
BLAKE2b-256 checksum
How to use checksums
84006bee2301837287198dad1975e710d6a9265208d21c4f336041cbd2386888
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No
Uploaded via twine/6.2.0 CPython/3.13.12

Release history Release notifications | RSS feed

This release

0.1.1 This release

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page