Connects to the Monobank API to pull currency exchange rates, client account information, and transaction statements directly into Claude. You get three tools: currency rates (updated every 5 minutes), client info with account balances (once per minute), and statements for any 31-day period. Requires a Monobank API token from api.monobank.ua, which stays local and only hits Monobank's servers. Useful if you're banking with Monobank and want to query balances, analyze spending patterns, or check exchange rates without leaving your conversation. Rate limits match Monobank's API restrictions, so currency data refreshes slowly but account queries are reasonably responsive.
MCP (Model Context Protocol) server for integrating with Monobank API.
Download the latest .mcpb bundle from the Releases page and open it — Claude Desktop or Claude Code will handle the rest. You'll be prompted to enter your Monobank API token during installation.
Note: Your API token is only used locally and is never tracked or transmitted anywhere except to Monobank's API.
The server provides three tools:
To use this server with an MCP client, add it to your configuration:
{
"mcpServers": {
"monobank": {
"command": "npx",
"args": ["monobank-mcp-server"],
"env": {
"MONOBANK_API_TOKEN": "your_token_here"
}
}
}
}
This server is available as an MCPB bundle for one-click installation in Claude Desktop and Claude Code.
To build the .mcpb bundle locally:
npm run pack:mcpb
This produces monobank-mcp-server.mcpb which can be installed directly in any MCPB-compatible client. During installation, you'll be prompted to enter your Monobank API token securely.
MIT
MONOBANK_API_TOKEN*secretMonobank personal API token obtained from https://api.monobank.ua/