exchange_rates
Pack: bnm-my · Endpoint: https://gateway.pipeworx.io/bnm-my/mcp
Foreign exchange rates against the Malaysian Ringgit (MYR) from Bank Negara Malaysia.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
currency | string | no | ISO currency code, e.g. “USD”, “SGD”, “EUR”. Omit to get all currencies. Required if “date” is given. |
date | string | no | Historical date YYYY-MM-DD, e.g. “2026-05-28”. Only valid together with a “currency”. Omit for latest. |
session | string | no | Rate snapshot session time (24h). Defaults to BNM default if omitted. |
quote | string | no | Quote basis: “rm” (units of MYR per 1 foreign) or “fx” (units of foreign per 1 MYR). |
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":"exchange_rates","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.