Monobank MCP Server
Monobank MCP 서버 (Node.js/TypeScript)
파이썬으로 작성된 Monobank MCP Server의 Node.js/TypeScript 구현체입니다.
Monobank MCP 서버는 귀하의 Monobank 개인 계정(및 공개 환율)을 Model Context Protocol(MCP) 도구로 노출합니다.
이 버전에 대하여
이 버전은 @nklymok의 원본 파이썬 구현을 Node.js/TypeScript로 포팅한 것입니다.
원본 파이썬 버전: 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– 고객 식별 정보, 계좌 및 저금통(jars) 정보 (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또는 한 줄로 실행:
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