currency_rate
Pack: hnb-hr · Endpoint: https://gateway.pipeworx.io/hnb-hr/mcp
HNB exchange rate for ONE foreign currency vs EUR (Croatia is in the eurozone).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
currency | string | yes | 3-letter ISO currency code, e.g. “USD”, “GBP”, “CHF”. |
date | string | no | Single historical date, YYYY-MM-DD. Ignored if start_date is given. |
start_date | string | no | Time-series window start, YYYY-MM-DD. |
end_date | string | no | Time-series window end, YYYY-MM-DD. Required when start_date is given. |
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":"currency_rate","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.