Connects to the National Bank of Poland's public API to pull exchange rates, gold prices, and other central bank data. No API key required. Part of the Pipeworx gateway system, which lets you query it either through direct tool calls or by asking questions in plain English via ask_pipeworx. Useful when you need Polish zloty exchange rates, historical currency data, or official NBP financial reference rates in your Claude workflows. The streamable HTTP transport means you can add it to any MCP-compatible client with a single URL. If you're building anything that touches Polish financial data or multi-currency applications involving PLN, this gives you direct access to the authoritative source.
Narodowy Bank Polski (National Bank of Poland) Web API MCP. Keyless.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"nbp-pl": {
"url": "https://gateway.pipeworx.io/nbp-pl/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ 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 Nbp Pl data" })
The gateway picks the right tool and fills the arguments automatically.
MIT