Mono-MCP
About
Mono-MCP is a Model Context Protocol (MCP) server that integrates with the Monobank API, enabling AI assistants to retrieve bank statements and transaction data directly from Monobank accounts. It is designed for developers and users who want to query financial data through AI…
Details
- Author
- clar1k
- Downloads
- 285
- Categories
- Other
Jump to
- Query Monobank statements by date range
- Format transaction data for easy reading
- Implements Model Context Protocol for AI assistant integration
- Requires only Bun and a Monobank API key
- Single tool for retrieving statements between two dates
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Mono-MCPCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install Bun v1.2.2 or higher, clone the repository, install dependencies with bun install, and configure your Monobank API key in a .env file as MONO_API_KEY. Start the server with bun run dev, which exposes the get_monobank_statement_from_to_date tool for AI assistants to call.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mono-mcp": {
"mono-mcp": {
"command": "bun",
"args": [
"run",
"dev"
]
}
}
}
}
McpServers
{
"mono-mcp": {
"command": "bun",
"args": [
"run",
"dev"
]
}
}
Mono-MCP
A Model Context Protocol (MCP) server for Monobank API integration, allowing AI assistants to retrieve bank statements and transaction data directly from Monobank accounts.
Features
- Query Monobank statements by date range
- Format transaction data for easy reading
- Implements Model Context Protocol for AI assistant integration
Requirements
- Bun v1.2.2 or higher
- Monobank API key
Installation
```bash
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



