Mono-MCP
by clar1k
Mono-MCP is a Model Context Protocol (MCP) server for Monobank API integration. It allows AI assistants to retrieve bank statements and transaction data directly from Monobank accounts.
Last updated: N/A
What is Mono-MCP?
Mono-MCP is a Model Context Protocol (MCP) server that facilitates integration with the Monobank API. It enables AI assistants to securely access and retrieve bank statements and transaction data from Monobank accounts.
How to use Mono-MCP?
- Clone the repository. 2. Install dependencies using
bun install
. 3. Configure your Monobank API key in a.env
file. 4. Start the server usingbun run dev
. AI assistants can then use the available tools, such asget_monobank_statement_from_to_date
, to query 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
Provides a secure way for AI assistants to access financial data
Use cases of Mono-MCP
Integrating Monobank data into AI-powered personal finance assistants
Building AI tools for automated financial reporting
Creating AI-driven solutions for expense tracking and analysis
Enabling AI assistants to provide personalized financial advice based on transaction history
FAQ from Mono-MCP
What is Model Context Protocol (MCP)?
What is Model Context Protocol (MCP)?
The Model Context Protocol (MCP) enables AI assistants to safely access external data sources and perform actions.
Where can I get my Monobank API key?
Where can I get my Monobank API key?
You can obtain your API key from the Monobank personal cabinet.
What version of Bun is required?
What version of Bun is required?
Bun v1.2.2 or higher is required.
How do I start the MCP server?
How do I start the MCP server?
Run the command bun run dev
in the project directory.
What tools are available?
What tools are available?
Currently, the get_monobank_statement_from_to_date
tool is available for retrieving bank statements between two dates.