Gives you direct access to foreign exchange reference rates from Romania's central bank without needing API keys. The server connects to BNR's official data feed and exposes it through Pipeworx's gateway infrastructure. Useful when you're building financial tools that need Romanian leu conversion rates, working with multi-currency datasets involving RON, or need official central bank FX data for compliance or reporting. The keyless setup means you can start querying rates immediately. It's part of Pipeworx's broader gateway that includes 250+ data sources, so you can add it standalone or use the full gateway if you need other financial or economic data alongside the BNR rates.
National Bank of Romania (Banca Naţională a României, BNR) FX reference rates 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": {
"bnr-ro": {
"url": "https://gateway.pipeworx.io/bnr-ro/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 Bnr Ro data" })
The gateway picks the right tool and fills the arguments automatically.
MIT