MCP server exposing 3 tools for askdata-xk.
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/askdata-xk/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
subjects — Browse the Kosovo Agency of Statistics (ASKdata) PxWeb subject tree. Default path 'ASKdata' returns top-level folders (type 'l') and tables (type 't', '.px' suffix). Supply a deeper sub-path like 'ASKdata/Prices/Consumer Price Index' to drill into a subject area.table_meta — Fetch dimension definitions and valid coded values for a Kosovo ASKdata PxWeb table. Path must be the full path ending in '.px' (e.g. 'ASKdata/Prices/Consumer Price Index/Annual indicators/T4CPI.px'). Returns dimensions and value lists — required to build a valid query_table body.query_table — POST a PxWeb query to a Kosovo ASKdata table and return observations as json-stat2. body must be {query:[{code, selection:{filter,values}}], response:{format:'json-stat2'}}. PxWeb caps responses at ~10,000 cells — use codes from table_meta to narrow selections across dimensions.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/askdata-xk/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io