# Seah Boon Keong - Chat with BNM API Datasets



## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add seahbk1006/seahboonkeong-chat-bnmapi

# Browse available tools
npx -y @smithery/cli@latest tool list seahbk1006/seahboonkeong-chat-bnmapi

# Get full schema for a tool
npx -y @smithery/cli@latest tool get seahbk1006/seahboonkeong-chat-bnmapi get_exchange_rate

# Call a tool
npx -y @smithery/cli@latest tool call seahbk1006/seahboonkeong-chat-bnmapi get_exchange_rate '{}'
```

## Direct MCP Connection

Endpoint: `https://seahboonkeong-chat-bnmapi--seahbk1006.run.tools`

## Tools (26)

- `get_exchange_rate` — Get currency exchange rates from the Interbank Foreign Exchange Market in Kuala Lumpur.
- `get_base_rate` — Get current Base Rates or Base Lending Rates for retail loans or financing facilities and
- `get_daily_FX_turnover` — Get Daily foreign exchange turnover for all currencies including interbank and customer deals.
- `get_financial_consumer_alert` — Get list of is companies and websites which are  neither authorised nor approved under the relevant laws and regulation…
- `get_interbank_swap` — Get Daily interbank swap volume by tenure.
- `get_islamic_interbank_rate` — Get Daily weighted average of Islamic interbank deposit rates for various tenures.
- `get_kijang_emas` — Get Daily trading prices of Malaysia gold bullion coin.
- `get_overnight_policy_rate` — Get Overnight Policy Rate (OPR) decided by the Monetary Policy Committee.
- `get_usd_myr_intraday_rate` — Get latest USD/MYR (US Dollar - Malaysian Ringgit) interbank intraday highest and lowest exchange rate.
- `get_usd_myr_reference_rate` — Get latest reference rate that is computed based on weighted average volume of the
- `get_malaysia_overnight_rate_i` — Get Malaysia overnight rate from Bank Negara Malaysia.
- `get_reserve_money` — Get latest reserve money data by Bank Negara Malaysia.
- `get_currency_circulation_by_denomination` — Get Currency in Circulation by Denomination of coins: one cent, five cent, ten cent, twenty cent, fifty cent, one ringg…
- `get_monetary_aggregates_M1_M2_M3` — Get monetary aggregates M1, M2, and M3 data by Bank Negara Malaysia.
- `get_broad_money_M3` — Get Broad Money M3 data by Bank Negara Malaysia.
- `get_bnm_statement_assets` — Get statement of assets of Bank Negara Malaysia.
- `get_banking_system_statement_assets` — Get Statement of assets for banking systems. The available banking institution types are defined in Banking_institution…
- `get_interest_rates_banking_institution` — Get Interest Rates by banking institution.
- `get_malaysian_government_securities_market_indicative_yield` — Get Malaysian Government securities Market Indicative Yield from Bank Negara Malaysia.
- `get_volume_transaction_interbank_money_market` — Get Volume of Transaction in Interbank Money Market from Bank Negara Malaysia.
- `get_volume_transaction_kl_foreign_exchange_market` — Get Volume of Interbank Transactions in the Kuala Lumpur Foreign Exchange Market from Bank Negara Malaysia.
- `get_federal_government_finance` — Get Federal Government Finance.
- `get_labour_market_indicators_financial_services_sector` — Get Labour Market Indicators for the Financial Services Sector from Bank Negara Malaysia.
- `get_external_reserves` — Get information of External Reserves from Bank Negara Malaysia.
- `get_takaful_key_indicators` — Get Takaful Key Indicators from Bank Negara Malaysia.
- `get_bond_market_highlights` — Get Market Highlights for the bond market.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get seahbk1006/seahboonkeong-chat-bnmapi <tool-name>
```
