Connects to the Croatian National Bank's public exchange rate API to fetch currency conversion data for the kuna and other currencies. No API key required. Part of the Pipeworx gateway ecosystem, which means you can either use it standalone or access it through their unified gateway alongside 250+ other data sources. The implementation includes an ask_pipeworx natural language interface that translates questions into the appropriate tool calls automatically. Useful if you're building financial apps with Croatian market exposure, need HNB rates for accounting systems, or want to avoid managing yet another API client when Pipeworx already handles the connection over streamable HTTP.
Croatian National Bank (Hrvatska narodna banka, HNB) exchange-rate MCP. Keyless.
Part of Pipeworx — an MCP gateway connecting AI agents to 250+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"hnb-hr": {
"url": "https://gateway.pipeworx.io/hnb-hr/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 250+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Hnb Hr data" })
The gateway picks the right tool and fills the arguments automatically.
MIT