MCP.so
Sign In

BNM-MCP

@hongster

About BNM-MCP

This is a MCP (Model Context Provider) server for BNM (Bank Negara Malaysia) OpenAPI. It only covers a subset of the BNM API.

Basic information

Category

Other

License

MIT license

Runtime

go

Transports

stdio

Publisher

hongster

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "bmn-mcp": {
      "description": "Wrapper for Bank Negara Malaysia OpenAPI.",
      "command": "<PROJECT_PATH>/build/darwin_amd64/bnm-mcp",
      "args": []
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is BNM-MCP?

BNM-MCP is an MCP (Model Context Protocol) server that wraps a subset of Bank Negara Malaysia (BNM) OpenAPI. It provides tools for financial consumer alerts and exchange rates, and is not affiliated with or endorsed by BNM.

How to use BNM-MCP?

Download the prebuilt binary for your platform (MacOS, Linux, or Windows) from the build directory, then configure it in your MCP client (e.g., Claude Desktop, Cherry Studio) using a STDIO command configuration pointing to the binary.

Key features of BNM-MCP

  • Financial Consumer Alert tool
  • Exchange Rate tool
  • Prebuilt binaries for MacOS, Linux, and Windows
  • STDIO transport for easy integration with MCP clients
  • Open source under MIT License

Use cases of BNM-MCP

  • Retrieving financial consumer alerts from Bank Negara Malaysia
  • Looking up current exchange rates published by BNM
  • Integrating BNM data into AI assistants via MCP-compatible clients

FAQ from BNM-MCP

Is BNM-MCP affiliated with Bank Negara Malaysia?

No, this project is neither affiliated with nor endorsed by BNM.

What tools does BNM-MCP provide?

Currently it provides Financial Consumer Alert and Exchange Rate tools, with more tools coming soon.

Which platforms are supported?

Prebuilt binaries are available for MacOS (darwin_amd64), Linux (linux_amd64), and Windows (windows_amd64).

How do I configure BNM-MCP in my MCP client?

Use a JSON configuration with the path to the binary as the command and an empty args array, as shown in the sample configuration for Claude Desktop or Cherry Studio.

What license is BNM-MCP released under?

It is licensed under the MIT License.

Comments

More Other MCP servers