MCP server exposing 3 tools for data-qatar.
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-qatar/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
search_datasets — Search Qatar government open data for datasets by keyword (population, economic indicators, trade, labor, environment, SDG social statistics). Returns dataset_ids (pass to query/dataset_info), bilingual English/Arabic titles, and record counts.dataset_info — Get metadata for one Qatar government open data dataset (field schema with English/Arabic labels, record count, description) — call before query to learn the column names.query — Query records from a Qatar government open data dataset with ODSQL. Filter (where), aggregate (group_by/select), sort (order_by), paginate (limit/offset). Field labels come back as label_en/label_ar — dataset_ids and field names stay in their native form.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/data-qatar/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io