Access Monobank exchange rates, account details, jars, and date-bounded statements through MCP.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent ā or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag ā we're steadily working through the catalog.
š” Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Monobank.
get_currency_ratesGet currency exchange rates. Public endpoint; works without an API token.
get_client_infoGet client information, accounts and jars. Requires a token.
get_statementGet the statement for an account or jar over a date range. Requires a token. Maximum range is 31 days + 1 hour.
The Monobank MCP server connects MCP clients to selected Monobank API operations. It provides three tools:
get_currency_rates retrieves currency exchange rates from Monobank's public endpoint and does not require a token.get_client_info returns client information, accounts, and jars. This tool requires MONOBANK_API_TOKEN.get_statement retrieves transactions for an account or jar across a requested date range. It also requires MONOBANK_API_TOKEN.The server is intended for agents that need to answer questions about exchange rates, balances, account activity, or spending based on Monobank data. It does not provide a general banking interface; the documented scope is limited to these three API operations.
The Monobank MCP server runs locally and sends API requests to Monobank. The API token is used locally and is sent only to Monobank's API. The server can start without a token, so currency-rate requests remain available. If the token is missing, the two authenticated tools return an error explaining that MONOBANK_API_TOKEN is not set.
In-memory caching helps limit repeated requests. Currency rates are cached for five minutes. Client information and each distinct statement query are cached for 60 seconds. A repeated request within the relevant period returns the cached result instead of making another API call.
Monetary values are returned in currency units rather than minor units. For example, a balance of 100,000.00 UAH is represented as 100000, not 10000000. This applies to monetary fields from both client information and statements, including commissionRate.
The README documents two installation paths. The latest .mcpb bundle can be downloaded from the repository's Releases page and opened; Claude Desktop or Claude Code then handles installation and prompts for the Monobank API token. The project requires Node.js 18.0 or newer.
For an MCP client configuration using the package, run monobank-mcp-server through npx and define MONOBANK_API_TOKEN in the server's environment. The token can be obtained from Monobank's API site. The public currency-rate tool can be used without setting the variable.
The project also documents npm run pack:mcpb for building the MCPB bundle locally. That command creates monobank-mcp-server.mcpb for installation in an MCPB-compatible client.
The Monobank MCP server supports these concrete workflows:
YYYY-MM-DD format.For statements, the account parameter defaults to 0, representing the client's default account. Account and jar identifiers returned by get_client_info can also be used. The maximum requested statement interval is 31 days plus one hour. The to date is inclusive, uses UTC interpretation, and may be omitted to request data through the current time.
Authenticated operations depend on a valid Monobank API token. Statement queries must respect the documented maximum range, so longer periods need to be divided into multiple requests. Date interpretation is UTC, which matters when a request is intended to include activity near a day boundary.
The server is licensed under MIT. Its documented MCPB installation targets Claude Desktop and Claude Code; the available client information specifically confirms Claude Desktop compatibility. Caching can make a repeated request return data from the cache window rather than a newly fetched response.
Factual signals from GitHub, npm, and our automated checks ā not a rating.
No reviews yet ā be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/monobank)<a href="https://allmcps.com/mcp/monobank"><img src="https://allmcps.com/api/badge/monobank?style=directory" alt="Monobank on AllMCPs" /></a>