Skip to content

todesstoss/monobank-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Clone the repository:

    git clone <repository-url>
    cd monobank-mcp
  2. Install dependencies:

    pnpm install
  3. Set up environment variables: Create a .env file in the root directory and add your Monobank API token:

    MONOBANK_API_TOKEN=your_api_token_here
  4. Run the server:

    pnpm start

License

This project is licensed under the MIT License.

About

A Monobank MCP (Model Context Protocol) Server

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors