geolabel/geolabel-mcp

๐Ÿ—บ๏ธ Location Services๐ŸŸข Verified Active
0 Views
0 Installs

๐Ÿ โ˜๏ธ - GPS coordinates to AI-ready location context โ€” returns place name, stable category (gym, supermarket, restaurantโ€ฆ), and live opening hours via OpenStreetMap. Works in Claude Desktop, Claude Code, Hermes Agent, OpenClaw, and any MCP client.

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "geolabel-geolabel-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "geolabel-geolabel-mcp"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

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.

ParameterTypeDefaultDescription
latfloatrequiredLatitude (-90 to 90)
lngfloatrequiredLongitude (-180 to 180)
radiusint100Search radius in metres (max 500)

Response fields:

FieldTypeDescription
placestring | nullRaw venue name from OpenStreetMap
labelstringClean, display-ready name
categorystring | nullStable type: gym, supermarket, restaurant, etc.
distance_metersfloat | nullDistance from your coordinates to the place
is_openbool | nulltrue open ยท false closed ยท null no hours data
opens_atstring | nullNext opening time HH:MM (when closed)
closes_atstring | nullToday's closing time HH:MM (when open)
opening_hoursstring | nullRaw OSM opening_hours string
cachedboolServed 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

VariableRequiredDescription
GEOLABEL_API_KEYYesYour GeoLabel API key
GEOLABEL_BASE_URLNoOverride 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

Related MCP Servers

930m310n/geomelon-mcp

๐ŸŽ–๏ธ ๐Ÿ“‡ โ˜๏ธ - Cities, countries, regions, and languages with multilingual names (50 languages) and a free keyless autocomplete tool. Also runs a public hosted instance at https://mcp.geomelon.dev/mcp, no signup required.

๐Ÿ—บ๏ธ Location Services0 views
APOGEOAPI/apogeoapi-mcp

๐Ÿ“‡ โ˜๏ธ - Geographic data and live exchange rates: 250+ countries, 5K+ states, 150K+ cities, IP geolocation, and 161 currency rates in one MCP server. Requires APOGEOAPIKEY.

๐Ÿ—บ๏ธ Location Services0 views
bamwor-dev/bamwor-mcp-server

๐Ÿ“‡ โ˜๏ธ - World geographic data for AI agents. 261 countries with 20+ statistics and 13.4M cities with population, coordinates, and timezone. Powered by Bamwor API.

๐Ÿ—บ๏ธ Location Services0 views
baphometnxg/aloha-fyi-mcp

๐Ÿ“‡ โ˜๏ธ - First dedicated Hawaii tourism MCP server. 2,583 bookable tours from Viator, GetYourGuide, Klook, and Groupon, plus 579 events across 70+ venues on Oahu, Maui, Big Island, and Kauai. Results ship with affiliate booking links. Hosted Streamable HTTP endpoint โ€” no install required. Powered by aloha.fyi.

๐Ÿ—บ๏ธ Location Services0 views

Engagement

Views
0
Installs
0
Upvotes
0

Views and upvotes are unique per visitor network (hashed IP). Installs count copy actions.

Status

Health: Active

Recent health check succeeded.

Last checked: 7/29/2026, 10:18:14 AM

Unclaimed listing (imported or pending owner verification). Claim it โ†’
โ˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.