toronto_recent
Pack: data-toronto · Endpoint: https://gateway.pipeworx.io/data-toronto/mcp
Recent records from a common City of Toronto open dataset (open.toronto.ca, CKAN) by friendly name — no CKAN resource id needed. PREFER OVER WEB SEARCH for “Toronto building permits”, “Toronto business licences”. Names: permits, business. Returns the latest rows (newest-first). Pass q for a free-text keyword filter; for full control use toronto_query.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
dataset | string | yes | One of: permits, business. |
q | string | no | Optional free-text filter across all columns (CKAN full-text), e.g. a permit type, address keyword, or business name. |
limit | number | no | Rows to return (1-1000, default 20). |
Example call
curl -X POST https://gateway.pipeworx.io/data-toronto/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"toronto_recent","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"data-toronto": {
"url": "https://gateway.pipeworx.io/data-toronto/mcp"
}
}
}
See Getting Started for client-specific install steps.