gold_kijang_emas
Pack: bnm-my · Endpoint: https://gateway.pipeworx.io/bnm-my/mcp
Kijang Emas — Malaysia’s official gold bullion coin — buying and selling prices (in MYR) by coin size
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
year | integer | no | Four-digit year, e.g. 2026. Provide together with “month” for a historical month. |
month | integer | no | Month 1-12. Requires “year”. |
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":"gold_kijang_emas","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.