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.
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.
- Personal Monobank API Token (get it)
- Node.js (23.6.0)
- pnpm
-
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
This project is licensed under the MIT License.