policy_rate_opr
Pack: bnm-my · Endpoint: https://gateway.pipeworx.io/bnm-my/mcp
Overnight Policy Rate (OPR) — Bank Negara Malaysia’s benchmark monetary policy interest rate.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
year | integer | no | Four-digit year, e.g. 2025. Omit for the latest OPR level. |
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":"policy_rate_opr","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.