hnb_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

NameTypeRequiredDescription
datestringnoApplicable date, YYYY-MM-DD, e.g. “2026-05-15”. Omit for the latest applicable date.

Example call

Arguments

{}

curl

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":"hnb_exchange_rates","arguments":{}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('hnb_exchange_rates', {});

More examples

{
  "date": "2026-05-15"
}

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.

Regenerated from source · build August 18, 2026