exchange_rate_table

Pack: nbp-pl · Endpoint: https://gateway.pipeworx.io/nbp-pl/mcp

Full NBP exchange-rate table of PLN rates for many currencies at once. Pick a table: A = major currencies (mid-rate), B = other/minor currencies (mid-rate), C = bid/ask trading rates for the major set. Rates are PLN per 1 unit of each currency (per 100 for some minor units). Defaults to the latest published table; optionally pass a single date (YYYY-MM-DD) or last_n for the N most recent tables. Weekends/Polish holidays have no data (404).

Parameters

NameTypeRequiredDescription
tablestringnoTable letter: “A” (major mid), “B” (other mid), or “C” (bid/ask). Default “A”.
datestringnoSingle publication date, YYYY-MM-DD, e.g. “2026-05-29”. Must be a working day or it 404s.
last_nintegernoReturn the N most recent tables instead of just today. Ignored if date is given.

Example call

curl -X POST https://gateway.pipeworx.io/nbp-pl/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"exchange_rate_table","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "nbp-pl": {
      "url": "https://gateway.pipeworx.io/nbp-pl/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 1, 2026