@pipeworx/uk-ons

Connect: https://gateway.pipeworx.io/uk-ons/mcp · Install: one-click buttons

Tools: 5

UK Office for National Statistics MCP — UK official statistics. No auth.

Tools

  • list_datasets(limit?, offset?)
  • get_dataset(dataset_id)
  • list_editions(dataset_id)
  • get_version(dataset_id, edition, version)
  • get_observations(dataset_id, edition, version, dimensions)

Data source

https://api.beta.ons.gov.uk/v1/

Tools

  • list_datasets — Paginated catalog of ONS datasets. Returns id, title, description, contacts, release frequency, last release, theme.
  • get_dataset — Single dataset metadata: title, description, methodology, contacts, release frequency, latest version, related links.
  • list_editions — Editions of a dataset (e.g., quarterly editions, annual editions). Returns edition labels + latest versions.
  • get_version — Specific edition + version. Returns dimension definitions (with codelists), download links, release date.
  • get_observations — Fetch observations from a dataset/edition/version. Pass dimension filters as dimensions map ({“geography”: “K02000001”, “time”: “2023”}). Use * for “all values” within a dimension.

Tools

  • get_dataset — Single dataset metadata: title, description, methodology, contacts, release frequency, latest version, related links.
  • get_observations — Fetch observations from a dataset/edition/version. Pass dimension filters as `dimensions` map ({ geography : K02000001 , time : 2023 }). Use `*` for all values within a dimension.
  • get_version — Specific edition + version. Returns dimension definitions (with codelists), download links, release date.
  • list_datasets — Paginated catalog of ONS datasets. Returns id, title, description, contacts, release frequency, last release, theme.
  • list_editions — Editions of a dataset (e.g., quarterly editions, annual editions). Returns edition labels + latest versions.

Regenerated from source · build May 21, 2026