Home › Other › Monobank

Monobank

MCP server for Monobank API — currency rates, client info, and account statements

TypeScript
★ 10 stars Last pushed 2026-08-02 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.3.0)

npx -y monobank-mcp-server@1.3.0

Or add to your MCP client config:

{
  "mcpServers": {
    "monobank-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "monobank-mcp-server@1.3.0"
      ],
      "env": {
        "MONOBANK_API_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • MONOBANK_API_TOKEN required secret — Monobank personal API token obtained from https://api.monobank.ua/

Related servers

Data from the Official MCP Registry