Connects Claude to the National Bank of Ukraine's public statistics API without requiring authentication. Part of the Pipeworx gateway, which aggregates 673+ data sources into a single MCP interface. You can call individual NBU tools directly or use the ask_pipeworx wrapper to query in plain English and let the gateway route to the right endpoint. Useful when you need Ukrainian economic data, exchange rates, or central bank statistics in your AI workflows. The streamable HTTP transport means you add one URL to your Claude Desktop config and you're done. If you're already using Pipeworx for other integrations, the NBU feed is bundled in.
National Bank of Ukraine (NBU) public statistics 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": {
"nbu-ua": {
"url": "https://gateway.pipeworx.io/nbu-ua/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 Nbu Ua data" })
The gateway picks the right tool and fills the arguments automatically.
MIT