A
licenseA
qualityC
maintenanceEnables MCP clients to access Monobank's open API for exchange rates, account and jar balances, and statements, as well as set webhooks, using natural language tools.
5
9 npm
MIT
No user-submitted related servers found.
Scored across 3 tools
Each tool targets a distinct resource: currency rates, client/account info, and transaction statements. No overlap or ambiguity between them.
All three tools follow the exact same get_noun pattern, with clear and uniform naming. This is perfectly consistent.
With 3 tools, the server is tightly scoped to the core Monobank personal API endpoints. Each tool earns its place, and the count is ideal for this narrow domain.
The server covers all primary read-only Monobank API operations: currency rates, client info, and statements. No obvious gaps exist for the intended functionality, as the API itself offers few other personal endpoints.