monetary_aggregates
Pack: nbu-ua · Endpoint: https://gateway.pipeworx.io/nbu-ua/mcp
NBU monetary aggregates (M0, M1, M2, M3 money supply, in UAH million) for a given month. Each record: {dt (YYYYMMDD), txt (Ukrainian name), txten (English name), id_api (e.g. M2/M3), value, freq}. date selects the reference month (any day in it); omit for the latest available month.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
date | string | no | Reference 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":"monetary_aggregates","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.