currency_rate
ActiveTool of Nbp Pl
PLN exchange rate for one currency over time. Specify the table (A/B for mid-rate, C for bid/ask) and a 3-letter ISO 4217 code (e.g. USD, EUR, GBP, CHF, JPY). Defaults to the latest rate; optionally pass a single date, last_n recent points, or a start_date/end_date window (max ~93 days, working days only). Use this for one currency; use exchange_rate_table for the whole list.
Parameters schema
{
"type": "object",
"required": [
"code"
],
"properties": {
"code": {
"type": "string",
"description": "ISO 4217 currency code, e.g. \"USD\", \"EUR\", \"GBP\"."
},
"date": {
"type": "string",
"description": "Single date, YYYY-MM-DD. Must be a working day or it 404s."
},
"table": {
"type": "string",
"description": "Table letter: \"A\" or \"B\" (mid-rate) or \"C\" (bid/ask). Default \"A\"."
},
"last_n": {
"type": "integer",
"description": "Return the N most recent rates. Ignored if date or start_date is given."
},
"end_date": {
"type": "string",
"description": "Window end, YYYY-MM-DD. Used with start_date."
},
"start_date": {
"type": "string",
"description": "Window start, YYYY-MM-DD. Pair with end_date. Max range ~93 days."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Nbp Pl
https://github.com/pipeworx-io/mcp-nbp-pl
1/7 registries