key_values

Pack: taginfo · Endpoint: https://gateway.pipeworx.io/taginfo/mcp

OSM Taginfo: list the most common values for an OpenStreetMap key, by frequency (e.g. all amenity= values from “parking” down). Useful for understanding how features are tagged in OSM. Keyless.

Parameters

NameTypeRequiredDescription
keystringyesAn OSM key, e.g. “amenity”, “highway”, “cuisine”.
limitnumbernoMax values to return (default 20, max 100).

Example call

curl -X POST https://gateway.pipeworx.io/taginfo/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"key_values","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "taginfo": {
      "url": "https://gateway.pipeworx.io/taginfo/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 9, 2026