Mono-MCP

by clar1k

285 downloads
Not rated
GitHub

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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Mono-MCP
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.