exchange_rates
Pack: hnb-hr · Endpoint: https://gateway.pipeworx.io/hnb-hr/mcp
HNB (Croatian National Bank) official exchange rates for ALL foreign currencies on a given date.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
date | string | no | Applicable date, YYYY-MM-DD, e.g. “2026-05-15”. Omit for the latest applicable date. |
Example call
curl -X POST https://gateway.pipeworx.io/hnb-hr/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"exchange_rates","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"hnb-hr": {
"url": "https://gateway.pipeworx.io/hnb-hr/mcp"
}
}
}
See Getting Started for client-specific install steps.