mcpbeat Sign in

GeoLabel MCP Server

by tylercoxdruin Your server? Claim it
local only

GeoLabel runs on your own machine — the client starts it, so there is no endpoint to ping. 57 installs a week from pypi.

Turn GPS coordinates into place name, category, and live opening hours via OpenStreetMap.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 39 · avg 13 · -20% w/w
a month agotoday
57
Installs / week
pypi · geolabel-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add geolabel -- uvx geolabel-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "geolabel": {
      "args": [
        "geolabel-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.geolabel]
command = "uvx"
args = ["geolabel-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "geolabel": {
      "args": [
        "geolabel-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "geolabel": {
      "args": [
        "geolabel-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: GEOLABEL_API_KEY (Your GeoLabel API key. Get one free at https://geolabel.dev). The author declared them in the registry entry; get the values from the project itself.

Alternatives to GeoLabel

same job, measured the same way
Geocoding
by danishashko

Forward and reverse geocoding, place search, and distance via OpenStreetMap Nominatim. No key.

43 installs/wk local only
dumaguete.uk places
by dumaguete

Dumaguete City places: name, category, coordinates, OSM reference. Nearby search by coordinate.

5 tools answering
Loc8ID
by loc8id

Turn a GPS coordinate into a shareable short link and QR code, as your own signed-in account.

answering
C
Postal Codes
by invokera

Postal code lookup with place names and coordinates for 60+ countries. Via Zippopotam.us.

1 tools answering
Mapsi MCP
by algolayertechnologies

Geocoding, routing, isochrone, H3, elevation and 13 more geospatial tools via OpenStreetMap.

21 installs/wk local only
Postal Lookup MCP
by lulu-the-narwhal

Free, keyless postal/ZIP code lookup: place name(s), state/region, and coordinates.

1 tools answering
Open-Meteo Weather
by myai-2025

Current weather and hourly forecasts for any place name, via the free Open-Meteo API. No API key.

local only
nominatim
by pipeworx-io

Nominatim MCP — wraps OpenStreetMap Nominatim geocoding API (free, no auth)

34 tools answering

GeoLabel — questions

Answers built from our own checks of this server.

Why is there no uptime for GeoLabel?
GeoLabel runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package geolabel-mcp was installed 57 times last week.
Is GeoLabel still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect GeoLabel?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls geolabel-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use GeoLabel?
The pypi package geolabel-mcp was installed 57 times in the last week. Week over week that is -20%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.