← Back to Plugins
MCP Server MCP

GeoLabel

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx geolabel-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "geolabel-mcp",
      "version": "0.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your GeoLabel API key. Get one free at https://geolabel.dev",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "GEOLABEL_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...