Monobank MCP Server
Monobank MCP-Server (Node.js/TypeScript)
Node.js/TypeScript-Implementierung des Monobank MCP-Servers, der ursprünglich in Python geschrieben wurde.
Der Monobank MCP-Server stellt Ihr persönliches Monobank-Konto (sowie öffentliche Wechselkurse) als Model Context Protocol (MCP)-Tools bereit.
Über diese Version
Dies ist eine Node.js/TypeScript-Portierung der ursprünglichen Python-Implementierung von @nklymok.
Originale Python-Version: https://github.com/nklymok/Monobank-MCP
Diese TypeScript-Version: Behält die gleichen Kern-Tools für persönliche Konten bei, bietet die Vorteile des Node.js/TypeScript-Ökosystems und enthält zusätzlich ein Tool für öffentliche Wechselkurse, das kein Token benötigt.
Related MCP server: Monobank MCP Server
Funktionen
TypeScript/Node.js MCP-Server unter Verwendung des offiziellen
@modelcontextprotocol/sdkMCP-Tools:
get_client_info– Kundenidentität, Konten und Jars (erfordertMONOBANK_API_TOKEN).get_statement– Kontoauszug für einen Zeitraum (erfordert Token). Validiert den Zeitraum vor dem API-Aufruf; Antworten verwenden Beträge in Haupteinheiten und ISO 8601 UTC-Zeiten für Transaktionen.get_currency_rates– öffentliche Währungswechselkurse von Monobank (GET /bank/currency). Kein API-Token erforderlich.
Verwendung (veröffentlichtes Paket)
Der einfachste Weg, diesen MCP-Server zu nutzen, ist über das veröffentlichte npm-Paket:
Registrieren Sie den Server in Ihrer MCP-Konfiguration
{ "mcpServers": { "monobank-mcp": { "command": "npx", "args": ["-y", "@alerix/monobank-mcp"], "env": { "MONOBANK_API_TOKEN": "your_token_here" } } } }Setzen Sie
MONOBANK_API_TOKENnur, wenn Sieget_client_infooderget_statementverwenden.get_currency_ratesfunktioniert auch ohne.Starten Sie Ihren MCP-Client – die Tools stehen entsprechend Ihrer Konfiguration zur Verfügung.
Entwicklung
Wenn Sie zur Entwicklung beitragen oder den Server modifizieren möchten:
Klonen und Abhängigkeiten installieren
git clone https://github.com/aler1x/monobank-mcp.git cd monobank-mcp npm installStarten Sie den Server nach der Installation (
prepareführtnpm run buildaus). Für persönliche Tools setzen SieMONOBANK_API_TOKEN.Windows (PowerShell):
$env:MONOBANK_API_TOKEN="your_token_here" node dist/index.jsWindows (Eingabeaufforderung):
set MONOBANK_API_TOKEN=your_token_here node dist\index.jsmacOS/Linux:
export MONOBANK_API_TOKEN=your_token_here node dist/index.jsOder in einer Zeile:
MONOBANK_API_TOKEN=your_token_here node dist/index.jsEntwicklung mit Hot-Reload (verwendet
tsx --watch):MONOBANK_API_TOKEN=your_token_here npm run devBuild (TypeScript →
dist/):npm run build
Tool-Referenz
Tool | Beschreibung | Token | Ratenbegrenzungen (Monobank) |
| Ruft das Kundenprofil, die Liste der Konten und Jars ab. | Ja | 1 Anfrage / 60 s |
| Ruft Transaktionen für ein Konto und einen Zeitraum ab. Parameter: | Ja | 1 Anfrage / 60 s |
| Öffentliche Wechselkurse (ISO 4217 numerische Währungscodes). Gleiche Daten wie Monobank | Nein | Pro öffentlicher Monobank-API |
API-Token
Persönliche Tools benötigen ein persönliches Monobank-API-Token. Siehe die offizielle Dokumentation: https://api.monobank.ua/index.html
Umgebungsvariablen
Name | Erforderlich | Beschreibung |
| Nur für | Ihr persönliches Monobank-API-Token von https://api.monobank.ua/index.html. Wird von |
Lizenz
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityAmaintenanceEnables integration with Monobank API to check currency exchange rates, view account balances, and retrieve transaction statements through natural language queries.31017MIT
- FlicenseNot gradedqualityDmaintenanceExposes Monobank personal account data through MCP tools, allowing users to fetch client info, accounts, and jars. It also enables retrieving account statements for specific time periods.
- AlicenseAqualityAmaintenanceA Model Context Protocol server that enables interaction with Monobank API, providing tools for currency exchange rates, client info, and account statements.811MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that enables AI assistants to retrieve and format Monobank account statements and transactions by date range.94MIT
Related MCP Connectors
Wise (https://wise.com) MCP, multi-currency account access via Personal Token + SCA key. Reads profi
Brazilian Open Finance MCP — 30+ banks (Itaú, Nubank, etc.) to Claude/Cursor. Read-only.
Log, query, and edit expenses, budgets, and accounts in Manilo from any MCP-compatible AI assistant.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Aler1x/monobank-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server