Overview
what is Mono-MCP?
Mono-MCP is a Model Context Protocol (MCP) server designed for integrating with the Monobank API, enabling AI assistants to access bank statements and transaction data directly from Monobank accounts.
how to use Mono-MCP?
To use Mono-MCP, clone the repository, install the dependencies using Bun, and configure your Monobank API key in a .env file. Start the server with the command bun run dev to allow AI assistants to query your Monobank transactions.
key features of Mono-MCP?
- Query Monobank statements by date range
- Format transaction data for easy reading
- Implements Model Context Protocol for AI assistant integration
use cases of Mono-MCP?
- AI assistants retrieving user bank statements for financial analysis.
- Automating transaction data formatting for better readability.
- Integrating banking data into personal finance management tools.
FAQ from Mono-MCP?
- What is the Model Context Protocol?
The Model Context Protocol (MCP) allows AI assistants to safely access external data sources and perform actions.
- Do I need an API key to use Mono-MCP?
Yes, you need a Monobank API key, which can be obtained from the Monobank personal cabinet.
- Is Mono-MCP open source?
Yes, Mono-MCP is open source and available on GitHub.