Turn GPS coordinates into place name, category, and live opening hours via OpenStreetMap.
claude mcp add geolabel -- uvx geolabel-mcp
claude_desktop_config.json
{
"mcpServers": {
"geolabel": {
"command": "uvx",
"args": [
"geolabel-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"geolabel": {
"command": "uvx",
"args": [
"geolabel-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"geolabel": {
"command": "uvx",
"args": [
"geolabel-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"geolabel": {
"type": "stdio",
"command": "uvx",
"args": [
"geolabel-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"geolabel": {
"command": "uvx",
"args": [
"geolabel-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.TylerCoxDruin--geolabel/reviews or the review_server meta-tool.
POST /mcp