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

NameTypeRequiredDescription
currencystringnoISO currency code, e.g. “USD”, “SGD”, “EUR”. Omit to get all currencies. Required if “date” is given.
datestringnoHistorical date YYYY-MM-DD, e.g. “2026-05-28”. Only valid together with a “currency”. Omit for latest.
sessionstringnoRate snapshot session time (24h). Defaults to BNM default if omitted.
quotestringnoQuote 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.

Regenerated from source · build June 2, 2026