bnm_base_rate
Pack: bnm-my · Endpoint: https://gateway.pipeworx.io/bnm-my/mcp
Fetch the latest Base Rate (BR), Base Lending Rate (BLR), and indicative effective lending rate for every Malaysian financial institution, as published to Bank Negara Malaysia. Returns an array of bank entries with their current rate levels. No parameters required.
Example call
curl -X POST https://gateway.pipeworx.io/bnm-my/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"bnm_base_rate","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"bnm-my": {
"url": "https://gateway.pipeworx.io/bnm-my/mcp"
}
}
}
See Getting Started for client-specific install steps.