exchange_rates_history
Pack: bnr-ro · Endpoint: https://gateway.pipeworx.io/bnr-ro/mcp
Historical National Bank of Romania (BNR) official FX reference rates, parsed from XML.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
period | string | no | Use “10days” for the last 10 business days (default). Ignored if year is set. |
year | integer | no | Calendar year, e.g. 2024. Returns the full-year file for that year. |
Example call
curl -X POST https://gateway.pipeworx.io/bnr-ro/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"exchange_rates_history","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"bnr-ro": {
"url": "https://gateway.pipeworx.io/bnr-ro/mcp"
}
}
}
See Getting Started for client-specific install steps.