Monobank MCP Server
Monobank MCP サーバー (Node.js/TypeScript)
Python で書かれた Monobank MCP Server の Node.js/TypeScript 実装です。
Monobank MCP サーバーは、あなたの Monobank 個人アカウント(および公開為替レート)を Model Context Protocol (MCP) ツールとして公開します。
このバージョンについて
これは @nklymok によるオリジナルの Python 実装を Node.js/TypeScript に移植したものです。
オリジナルの Python バージョン: https://github.com/nklymok/Monobank-MCP
この TypeScript バージョン: Node.js/TypeScript エコシステムの利点を活かしつつ、同じコアの個人アカウントツールを維持しています。さらに、トークン不要の公開レートツールも追加されています。
Related MCP server: Monobank MCP Server
機能
公式の
@modelcontextprotocol/sdkを使用した TypeScript/Node.js MCP サーバーMCP ツール:
get_client_info– クライアントの識別情報、アカウント、ジャー(MONOBANK_API_TOKENが必要)。get_statement– 指定期間の取引明細(トークンが必要)。API を呼び出す前に期間を検証します。レスポンスの金額は主要単位で、取引日時は ISO 8601 UTC で返されます。get_currency_rates– Monobank からの公開為替レート (GET /bank/currency)。API トークンは不要です。
使用方法 (公開パッケージ)
この MCP サーバーを使用する最も簡単な方法は、公開されている npm パッケージを使用することです。
MCP 設定にサーバーを登録する
{ "mcpServers": { "monobank-mcp": { "command": "npx", "args": ["-y", "@alerix/monobank-mcp"], "env": { "MONOBANK_API_TOKEN": "your_token_here" } } } }get_client_infoまたはget_statementを使用する場合のみMONOBANK_API_TOKENを設定してください。get_currency_ratesはトークンなしで動作します。MCP クライアントを実行する – 設定に応じてツールが利用可能になります。
開発
サーバーに貢献したり変更を加えたりしたい場合:
クローンして依存関係をインストールする
git clone https://github.com/aler1x/monobank-mcp.git cd monobank-mcp npm installサーバーを実行する(インストール後、
prepareがnpm run buildを実行します)。個人用ツールを使用する場合はMONOBANK_API_TOKENを設定してください。Windows (PowerShell):
$env:MONOBANK_API_TOKEN="your_token_here" node dist/index.jsWindows (コマンドプロンプト):
set MONOBANK_API_TOKEN=your_token_here node dist\index.jsmacOS/Linux:
export MONOBANK_API_TOKEN=your_token_here node dist/index.jsまたは1行で:
MONOBANK_API_TOKEN=your_token_here node dist/index.jsホットリロードによる開発 (
tsx --watchを使用):MONOBANK_API_TOKEN=your_token_here npm run devビルド (TypeScript →
dist/):npm run build
ツールリファレンス
ツール | 説明 | トークン | レート制限 (Monobank) |
| クライアントのプロフィール、アカウントとジャーのリストを取得します。 | はい | 1リクエスト / 60秒 |
| アカウントと期間の取引を取得します。パラメータ: | はい | 1リクエスト / 60秒 |
| 公開為替レート (ISO 4217 数値通貨コード)。Monobank の | いいえ | Monobank 公開 API に準拠 |
API トークン
個人用ツールには Monobank の個人 API トークンが必要です。公式ドキュメントを参照してください: https://api.monobank.ua/index.html
環境変数
名前 | 必須 | 説明 |
|
| https://api.monobank.ua/index.html から取得した個人の Monobank API トークン。 |
ライセンス
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