You're viewing a demo portfolio

Join the waitlist
PRSM

currency_rate

Active

Tool of Nbp Pl

declared in 0.1.0

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."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Nbp Pl

https://github.com/pipeworx-io/mcp-nbp-pl

1/7 registries
View full server →