search_keys

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

OSM Taginfo: search OpenStreetMap keys by text, ranked by total usage. Useful for discovering how features are tagged in OSM. Keyless.

Parameters

NameTypeRequiredDescription
querystringyesText to search keys for, e.g. “cuisine”.
limitnumbernoMax keys to return (default 20).

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