Catalog
io.github.TylerCoxDruin/geolabel
OfficialGeoLabel
Turn GPS coordinates into place name, category, and live opening hours via OpenStreetMap.
Convert GPS coordinates to location names, categories, and business hours.
README not available yet.
Install
Configuration
Environment variables
GEOLABEL_API_KEYrequiredsecretYour GeoLabel API key. Get one free at https://geolabel.dev
claude_desktop_config.json
{
"mcpServers": {
"geolabel": {
"command": "uvx",
"args": [
"geolabel-mcp"
],
"env": {
"GEOLABEL_API_KEY": "<YOUR_GEOLABEL_API_KEY>"
}
}
}
}