Monobank MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Monobank MCP Servershow my recent transactions and account balances"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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
Install dependencies
uv pip install -r pyproject.toml # or use your preferred toolCreate
.env(in the project root) containing your Monobank token:MONOBANK_API_TOKEN=<your_personal_token>Register the server in your MCP configuration
{ "mcpServers": { "monobank-mcp": { "command": "python3.11 /path/to/monobank-mcp/main.py" } } }Run your MCP client – the two tools will be available immediately.
Tool Reference
Tool | Description | Rate limits |
| Fetches client profile, list of accounts and jars. | 1 request / 60 s |
| Retrieves transaction list for a specific account and time range.Parameters: | 1 request / 60 s |
Environment Variables
Name | Required | Description |
| ✅ | Your personal Monobank API token. |
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables interaction with Monobank personal accounts through MCP tools to fetch client information, account details, and transaction statements for specified time periods.2132MIT
- AlicenseAqualityAmaintenanceEnables integration with Monobank API to check currency exchange rates, view account balances, and retrieve transaction statements through natural language queries.32416MIT
- AlicenseAqualityAmaintenanceA Model Context Protocol server that enables interaction with Monobank API, providing tools for currency exchange rates, client info, and account statements.810MIT
- Alicense-qualityDmaintenanceAn MCP server that enables AI assistants to retrieve and format Monobank account statements and transactions by date range.84MIT
Related MCP Connectors
A paid remote MCP for AI SDK data query MCP, built to return verdicts, receipts, usage logs, and aud
Frankfurter MCP — wraps Frankfurter API (api.frankfurter.dev)
Mastodon MCP — public Mastodon data via mastodon.social (no auth required)
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nklymok/Monobank-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server