ons_timeseries
Pack: uk-ons · Endpoint: https://gateway.pipeworx.io/uk-ons/mcp
Fetch a single UK ONS time series by its www.ons.gov.uk URI (the classic timeseries API, distinct from the filterable datasets above). Returns the full series JSON (description + observations). e.g. uri “/economy/grossdomesticproductgdp/timeseries/abmi/pn2”. (Named ons_timeseries — get_series is used by many other economic-data packs.)
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
uri | string | yes | ONS timeseries URI, e.g. “/economy/grossdomesticproductgdp/timeseries/abmi/pn2”. |
Example call
curl -X POST https://gateway.pipeworx.io/uk-ons/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"ons_timeseries","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"uk-ons": {
"url": "https://gateway.pipeworx.io/uk-ons/mcp"
}
}
}
See Getting Started for client-specific install steps.