MCP server exposing 3 tools for data-issy.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/data-issy/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
search_datasets — Search Issy-les-Moulineaux Open Data for datasets by keyword (city services, mobility, environment & smart-city data). Returns dataset_ids (pass to query/dataset_info), titles, themes and record counts.dataset_info — Get metadata for one Issy-les-Moulineaux Open Data dataset (fields/schema, themes, record count) — call before query to learn the column names.query — Query records from a Issy-les-Moulineaux Open Data dataset with ODSQL. Filter (where), aggregate (group_by/select), sort (order_by), paginate (limit/offset).Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/data-issy/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io