Connects Claude to Bank Negara Malaysia's public APIs without requiring authentication. Part of the Pipeworx gateway ecosystem that bundles 673+ data sources into streamable MCP endpoints. The server exposes BNM's open financial data, though the specific tools aren't detailed in the source. You can call tools directly or use the ask_pipeworx interface to query in plain English and let the gateway route to the right endpoint. Useful if you're building agents that need Malaysian central bank data like exchange rates, economic indicators, or financial statistics. Runs as a hosted service at gateway.pipeworx.io, so no local setup required.
Bank Negara Malaysia (BNM) Open 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": {
"bnm-my": {
"url": "https://gateway.pipeworx.io/bnm-my/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 Bnm My data" })
The gateway picks the right tool and fills the arguments automatically.
MIT