---
title: "multi-bank-ops"
description: "Multi-Bank Account Manager with broadcast architecture pattern. Aggregates financial data from Monobank and PrivatBank via MCP tools, broadcasts balance updates and budget alerts to subscribed components, categorizes tra"
canonical: https://agentpluginsdirectory.com/plugins/multi-bank-ops
last-updated: 2026-09-27
---

# multi-bank-ops
Multi-Bank Account Manager with broadcast architecture pattern. Aggregates financial data from Monobank and PrivatBank via MCP tools, broadcasts balance updates and budget alerts to subscribed components, categorizes transactions, and exports financial reports in CSV/PDF.
- Slug: multi-bank-ops
- Publisher: AGENTS.STORE
- Repository: https://github.com/Agents-Store/agentplugins
- Manifest: multi-bank-ops/plugin.json
- Version: 2.0.0
- Category (editorial): other
- Skills: 15 (bank-api-integration, bank-balances, bank-reports, bank-statements, bank-transactions, broadcast-pattern, budget-alerts, currency-rates, e-documents, encrypted-storage, examples, payments, report-export, salary-management, transaction-categorization)
- MCP servers: 2 (monobank, privatbank)
- Stars: 0
- Repository created: 2026-08-18
- Repository last pushed: 2026-09-27
- Publisher type: Organization
- Listing: https://agentpluginsdirectory.com/plugins/multi-bank-ops
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What multi-bank-ops does, in the publisher's words

Multi-Bank Account Manager with broadcast architecture pattern. Aggregates financial data from Monobank and PrivatBank via MCP tools, broadcasts balance updates and budget alerts to subscribed components, categorizes transactions, and exports financial reports in CSV/PDF.

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/Agents-Store/agentplugins/HEAD/multi-bank-ops/README.md

## Skills

- bank-api-integration: This skill should be used when connecting to bank MCP servers, fetching account balances or transaction statements, handling MCP connection errors, or understanding bank API data formats. Relevant for queries like "show my balance", "connect my bank", "fetch last month transactions", or "why is my…
- bank-balances: This skill should be used when showing account balances across all connected banks as a unified table. It covers the BROADCAST pattern for fetching balances from every bank simultaneously and merging them into one view. Use this skill whenever the user asks about their balance, account totals, how…
- bank-reports: This skill should be used when generating analytical financial reports, spending by category, income vs expenses, period comparisons, or spending trends across all connected banks. Use this skill whenever the user asks for a financial summary, analytics, spending breakdown, income report, period co…
- bank-statements: This skill should be used when creating a bank statement (виписка) for a specific account and period, a formal document listing all transactions with opening and closing balances. Use this skill whenever the user asks for a statement, виписка, account extract, or needs a formal record of transactio…
- bank-transactions: This skill should be used when listing transaction history across all connected banks for a given period as a single chronological list. It covers fetching transactions via BROADCAST, merging results, date range handling, and pagination across different bank APIs. Use this skill whenever the user a…
- broadcast-pattern: This skill should be used when setting up real-time financial event notifications, configuring event subscribers, understanding event payload formats, or implementing the broadcast pub/sub system. Relevant for queries like "notify me when balance changes", "set up transaction alerts", "how does the…
- budget-alerts: This skill should be used when setting spending budgets, checking budget utilization, configuring alert thresholds at 50/75/90/100%, or troubleshooting budget alerts. Relevant for queries like "set a monthly dining budget", "how much budget do I have left", "why did I not get a budget alert", or "s…
- currency-rates: This skill should be used when checking currency exchange rates, viewing USD or EUR rate history, comparing rates across banks, or monitoring rate fluctuations. Relevant for queries like "what is the dollar rate today", "show EUR exchange rate history", "compare bank rates for USD", or "how has the…
- e-documents: This skill should be used when listing electronic documents (EDO) from bank inbox or outbox, viewing document signatures, downloading documents, or managing document exchange. Relevant for queries like "show my document inbox", "list outgoing documents for March", "check signature on document", or…
- encrypted-storage: This skill should be used when encrypting or decrypting financial data files, rotating the storage passphrase, understanding where data is stored, or troubleshooting encryption errors. Relevant for queries like "encrypt my transaction data", "change my storage passphrase", "where are my bank files…
- examples: This skill should be used when looking for complete workflow examples, step-by-step setup guides, architecture diagrams, or command references. Relevant for queries like "how do I set up multi-bank", "show me an example of the budget alert flow", "walk me through generating a report", or "show firs…
- payments: This skill should be used when preparing or sending payments, checking payment status, validating IBAN numbers, making tax or budget payments, or tracking payments by reference. Relevant for queries like "send a payment to this IBAN", "check payment status", "make a tax payment", "is my payment pro…
- report-export
- salary-management
- transaction-categorization

Descriptions come from the frontmatter of each SKILL.md, punctuation lightly normalized.

## MCP servers

- monobank: transport: streamable-http; url: ${MONOBANK_MCP_URL}
- privatbank: transport: streamable-http; url: ${PRIVATBANK_MCP_URL}

Read from the plugin's own mcp.json. Environment variable names only, never values.
