Mono-MCP
@clar1k
About Mono-MCP
Monobank MCP Server
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mono-mcp": {
"command": "bun",
"args": [
"run",
"dev"
]
}
}
}Tools
1Retrieves bank statements between two dates
Overview
What is Mono-MCP?
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 assistants.
How to use Mono-MCP?
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.
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
- Requires only Bun and a Monobank API key
- Single tool for retrieving statements between two dates
Use cases of Mono-MCP
- AI assistant retrieving recent transactions for personal finance management
- Automated querying of bank statements between specific dates for budgeting
- Integrating Monobank data into AI-powered financial analysis workflows
FAQ from Mono-MCP
What runtime is required?
Bun v1.2.2 or higher is required to run Mono-MCP.
How do I obtain a Monobank API key?
You can get your API key from the Monobank personal cabinet at https://api.monobank.ua/.
What tool does Mono-MCP provide?
It provides the get_monobank_statement_from_to_date tool to retrieve bank statements between two dates.
How do I start the server?
Run bun run dev in the project directory to start the MCP server.
Is there any configuration needed?
Yes, create a .env file in the root directory with your MONO_API_KEY set to your Monobank API token.
Frequently asked questions
What runtime is required?
Bun v1.2.2 or higher is required to run Mono-MCP.
How do I obtain a Monobank API key?
You can get your API key from the Monobank personal cabinet at https://api.monobank.ua/.
What tool does Mono-MCP provide?
It provides the `get_monobank_statement_from_to_date` tool to retrieve bank statements between two dates.
How do I start the server?
Run `bun run dev` in the project directory to start the MCP server.
Is there any configuration needed?
Yes, create a `.env` file in the root directory with your `MONO_API_KEY` set to your Monobank API token.
Basic information
More Other MCP servers
Codelf
unbugA search tool helps dev to solve the naming things problem.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Awesome Mlops
visengerA curated list of references for MLOps
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments