MCP server exposing 5 tools for dbnomics.
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/dbnomics/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
search — Full-text search across all providers. Returns matching series with provider/dataset/series codes and human labels.list_providers — List all statistics providers available in DBnomics (80+), including provider codes (e.g. ECB, BLS, EUROSTAT, IMF, OECD) and their names. Use provider codes with list_datasets and get_series.list_datasets — List all datasets available from a given provider.get_series — Fetch a specific time series. Series identified by (provider, dataset, series_code). Include observations to get the actual data points.find_series — Browse series with structured filters. Useful when you know the provider+dataset and want to enumerate series by dimensions.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/dbnomics/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io