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
| Name | Type | Required | Description |
|---|---|---|---|
key | string | yes | An OSM key, e.g. “amenity”. |
value | string | yes | An 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.