Monobank Mcp Server
@akutishevsky
About Monobank Mcp Server
MCP (Model Context Protocol) server for integrating with Monobank API.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"monobank": {
"command": "npx",
"args": [
"monobank-mcp-server"
],
"env": {
"MONOBANK_API_TOKEN": "your_token_here"
}
}
}
}Tools
3Get a basic list of currency rates from Monobank. The information can be refreshed once per 5 minutes, otherwise an error will be thrown.
Get information about a client and a list of their accounts and jars. The tool can be called not more than 1 time per 60 seconds, otherwise an error will be thrown.
Get Monobank statement for the time from {from} to {to} time in seconds in Unix time format. The maximum time for which it is posssible to obtain a statement is 31 days + 1 hour (2682000 seconds). The statement can be retrieved not more than once per 60 seconds, otherwise an error will be thrown.
Overview
What is Monobank Mcp Server?
Monobank Mcp Server is an MCP (Model Context Protocol) server that integrates with the Monobank API, allowing users to query their account data and exchange rates through an MCP client.
How to use Monobank Mcp Server?
Install and configure the server by adding it to your MCP client configuration with npx monobank-mcp-server and the MONOBANK_API_TOKEN environment variable set to your Monobank API token. Token can be obtained at https://api.monobank.ua/.
Key features of Monobank Mcp Server
- Provides three tools:
get_currency_rates,get_client_info, andget_statement. get_currency_ratesis rate limited to once per 5 minutes.get_client_infoandget_statementare rate limited to once per 60 seconds.get_statementmaximum date range is 31 days + 1 hour.- API token is used locally only and never transmitted except to Monobank's API.
- Supports example prompts in English and Ukrainian.
Use cases of Monobank Mcp Server
- Check current USD to UAH exchange rate.
- Get account balance and recent transactions.
- View spending for yesterday or last week.
- Retrieve credit card transactions from the last few days.
- Query monthly statements (e.g., October 2024).
FAQ from Monobank Mcp Server
How do I get a Monobank API token?
You can obtain a token at https://api.monobank.ua/.
Are there rate limits for the tools?
Yes: get_currency_rates can be called once per 5 minutes; get_client_info and get_statement once per 60 seconds. get_statement also has a maximum date range of 31 days + 1 hour.
What runtime is required?
Node.js 18.0.0 or higher.
Is my API token transmitted anywhere?
No. Your API token is only used locally and is never tracked or transmitted to any service except Monobank's API.
Frequently asked questions
How do I get a Monobank API token?
You can obtain a token at https://api.monobank.ua/.
Are there rate limits for the tools?
Yes: `get_currency_rates` can be called once per 5 minutes; `get_client_info` and `get_statement` once per 60 seconds. `get_statement` also has a maximum date range of 31 days + 1 hour.
What runtime is required?
Node.js 18.0.0 or higher.
Is my API token transmitted anywhere?
No. Your API token is only used locally and is never tracked or transmitted to any service except Monobank's API.
Basic information
More Other MCP servers
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Comments