todesstoss/monobank-mcp
3.2
If you are the rightful owner of monobank-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
Monobank MCP Server provides AI-driven tools to interact with the Monobank API efficiently.
Tools
3
Resources
0
Prompts
0
Monobank MCP Server
Monobank MCP (Model Context Protocol) server that provides tools to interact with the Monobank API using AI. Uses cache for monobank API call to reduce abmount of calls and speedup requests.
Available Tools
The server exposes the following tools:
- Currency Tool: Retrieves current currency exchange rates from Monobank.
- Client Info Tool: Fetches information about the authenticated client.
- Statement Tool: Fetches account statements for a specified period.
Prerequisites
- Personal Monobank API Token (get it)
- Node.js (23.6.0)
- pnpm
Getting Started
-
Clone the repository:
git clone <repository-url> cd monobank-mcp -
Install dependencies:
pnpm install -
Set up environment variables: Create a
.envfile in the root directory and add your Monobank API token:MONOBANK_API_TOKEN=your_api_token_here -
Run the server:
pnpm start
License
This project is licensed under the MIT License.