tag_stats

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

OSM Taginfo: get usage counts (all / nodes / ways / relations) for a specific OpenStreetMap key=value tag, e.g. amenity=cafe. Keyless.

Parameters

NameTypeRequiredDescription
keystringyesAn OSM key, e.g. “amenity”.
valuestringyesAn OSM value for that key, e.g. “cafe”.

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":"tag_stats","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