Skip to main content
Glama
nklymok

Monobank MCP Server

by nklymok

Monobank MCP Server

Monobank MCP Server exposes your Monobank personal account as Model Context Protocol (MCP) tools.

See this repository by @Aler1x for Node.js/TypeScript implementation.

Features

  • Lightweight Python 3 server.

  • Two ready-to-use MCP tools:

    • get_client_info – returns client, accounts and jars metadata.

    • get_statement – returns account statement for a given period (≤ 31 days).

Related MCP server: Monobank MCP Server

Quick Start

  1. Install dependencies

    uv pip install -r pyproject.toml # or use your preferred tool
  2. Create .env (in the project root) containing your Monobank token:

    MONOBANK_API_TOKEN=<your_personal_token>
  3. Register the server in your MCP configuration

    {
      "mcpServers": {
        "monobank-mcp": {
          "command": "python3.11 /path/to/monobank-mcp/main.py"
        }
      }
    }
  4. Run your MCP client – the two tools will be available immediately.

Tool Reference

Tool

Description

Rate limits

get_client_info

Fetches client profile, list of accounts and jars.

1 request / 60 s

get_statement

Retrieves transaction list for a specific account and time range.Parameters: account_id, from_timestamp, to_timestamp.

1 request / 60 s

Environment Variables

Name

Required

Description

MONOBANK_API_TOKEN

Your personal Monobank API token.

License

MIT

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    Enables integration with Monobank API to check currency exchange rates, view account balances, and retrieve transaction statements through natural language queries.
    3
    26 npm
    10
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    An MCP server that enables AI assistants to retrieve and format Monobank account statements and transactions by date range.
    5 npm
    4
    MIT
  • A
    license
    C
    quality
    D
    maintenance
    Enables interaction with Monarch Money data via MCP tools for accounts, budgets, and transactions.
    6
    98 npm
    4
    MIT