calgary_query

Pack: data-calgary · Endpoint: https://gateway.pipeworx.io/data-calgary/mcp

Run a raw SoQL query against any Calgary open-data resource (data.calgary.ca) by its Socrata id (8-char like “iahh-g8bj”). Full SoQL: where/select/group/order/limit/offset. Use calgary_datasets to find a resource id, or calgary_recent for the common ones.

Parameters

NameTypeRequiredDescription
resource_idstringyesSocrata resource id, e.g. “iahh-g8bj” (police incidents).
wherestringnoSoQL $where filter (e.g. “incident_year=2025”).
selectstringnoSoQL $select (e.g. “incident_category, count(*)”).
groupstringnoSoQL $group (e.g. “incident_category”).
orderstringnoSoQL $order (e.g. “incident_datetime DESC”).
limitnumbernoMax rows (default 100, max 5000).
offsetnumbernoRow offset for paging.

Example call

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

Connect

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

{
  "mcpServers": {
    "data-calgary": {
      "url": "https://gateway.pipeworx.io/data-calgary/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 22, 2026