international_reserves

Pack: nbu-ua · Endpoint: https://gateway.pipeworx.io/nbu-ua/mcp

NBU official international (reserve) assets for a given month, broken down by component. Each record: {dt (YYYYMMDD), txt (Ukrainian name), txten (English name), id_api, value, freq}. date selects the reference month; omit for the latest available month.

Parameters

NameTypeRequiredDescription
datestringnoReference day inside the month, YYYYMMDD, e.g. “20240101”. Omit for latest.

Example call

curl -X POST https://gateway.pipeworx.io/nbu-ua/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"international_reserves","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "nbu-ua": {
      "url": "https://gateway.pipeworx.io/nbu-ua/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 2, 2026