currency_rate
Pack: nbu-ua · Endpoint: https://gateway.pipeworx.io/nbu-ua/mcp
Official NBU rate for a SINGLE currency on one day. Pass valcode as an ISO-4217 code (e.g. USD, EUR, GBP). rate is UAH per 1 unit of that currency. Omit date for today. For a time series of one currency across a date range, use currency_history instead.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
valcode | string | yes | ISO-4217 currency code, e.g. “USD”, “EUR”, “PLN”. |
date | string | no | Day to fetch, format YYYYMMDD, e.g. “20240115”. Omit for the latest/today. |
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":"currency_rate","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.