bnm_endpoint
ActiveTool of Bnm My
Call any other confirmed Bank Negara Malaysia public endpoint by path and get its raw `data`. Confirmed live paths: "interest-rate" (interbank/money-market deposit rates by tenor), "interest-volume" (transaction volumes by tenor), "islamic-interbank-rate", "kl-usd-reference-rate" (KL USD/MYR reference rate), "usd-interbank-intraday-rate" (intraday hi/lo). Also accepts the documented sub-path forms (e.g. "exchange-rate/USD", "opr/year/2025") if you need a path not covered by a dedicated tool.
Parameters schema
{
"type": "object",
"required": [
"path"
],
"properties": {
"path": {
"type": "string",
"description": "Endpoint path under https://api.bnm.gov.my/public/ — e.g. \"interest-rate\", \"islamic-interbank-rate\", \"kl-usd-reference-rate\". No leading slash needed."
},
"query": {
"type": "object",
"description": "Optional query parameters as key/value pairs, e.g. {\"session\":\"1130\",\"quote\":\"rm\"}."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Bnm My
https://github.com/pipeworx-io/mcp-bnm-my
1/7 registries