# Monobank (npm · monobank-mcp-server)

MCP server for Monobank API — currency rates, client info, and account statements

- Trust score: 76/100 (medium)
- Change this week: +30
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `monobank-mcp-server`: 76/100 (this document), [markdown](https://verifymcp.io/servers/akutishevsky-monobank-mcp-server/monobank-mcp-server.md), [page](https://verifymcp.io/servers/akutishevsky-monobank-mcp-server/monobank-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `monobank-mcp-server`
- Version: `1.3.0`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 97/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to akutishevsky/monobank-mcp-server).
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 0 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 76/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 415 tokens (~138/item across 3 items; 3 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add akutishevsky-monobank-mcp-server -- npx -y monobank-mcp-server
```

### Codex

```bash
codex mcp add akutishevsky-monobank-mcp-server -- npx -y monobank-mcp-server
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "akutishevsky-monobank-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "monobank-mcp-server"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add akutishevsky-monobank-mcp-server --command npx --arg -y --arg monobank-mcp-server
```

### Hermes

```yaml
mcp_servers:
  akutishevsky-monobank-mcp-server:
    command: "npx"
    args: ["-y", "monobank-mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "akutishevsky-monobank-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "monobank-mcp-server"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 76, +71)

- [security improvement] Known CVEs: unverified → partial
- [security improvement] Provenance: unverified → pass
- [security improvement] Install scripts: unverified → pass
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [security] The attested source repository moved: akutishevsky/monobank-mcp-server
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] License: unverified → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Tool coverage: 100
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: excellent
- [functional] First check of Schema quality: fail
- [functional] Licence: MIT
- [functional] Package version: 1.1.1 → 1.3.0

### 2026-08-01 (score 5, −1)

- [functional regression] Dependency health: partial → unverified

### 2026-07-31 (score 6, −18)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 24, −22)

- [security regression] Install scripts: pass → unverified
- [security regression] Known CVEs: partial → unverified
- [security regression] Provenance: fail → unverified
- [functional regression] Maintenance: pass → unverified
- [functional regression] Dependency health: partial → unverified
- [functional regression] License: pass → unverified
- [functional] Licence: MIT

### 2026-07-27 (score 46, +20)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [functional regression] Security disclosure: unverified → fail
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] License: unverified → pass
- [functional] Licence: MIT

### 2026-07-26 (score 26)

First indexed and scored.

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

## MCP tools (3)

### `get_currency_rates` (~74 tokens)

Get the list of currency exchange rates from Monobank. This is a public endpoint and does not require an API token. Monobank permits only one request per 5 minutes, so the response is cached in memory for 5 minutes: calls made within that window return the cached rates instead of failing with a rate-limit error.

### `get_client_info` (~104 tokens)

Get information about the client together with the list of their accounts and jars. Requires the MONOBANK_API_TOKEN environment variable. Monobank permits only one request per 60 seconds, so the response is cached in memory for 60 seconds: calls made within that window return the cached data instead of failing with a rate-limit error. All monetary amounts are returned in currency units, not in cents. The account and jar identifiers returned by this tool can be passed to get_statement.

### `get_statement` (~237 tokens)

Get the Monobank statement for an account or jar between the {from} and {to} dates. Requires the MONOBANK_API_TOKEN environment variable. The maximum period for which a statement can be obtained is 31 days + 1 hour (2682000 seconds). Monobank permits only one request per 60 seconds, so every distinct account/date-range request is cached in memory for 60 seconds: repeating the same request within that window returns the cached statement instead of failing with a rate-limit error. All monetary amounts are returned in currency units, not in cents.

Input parameters:

- `account` (string): A unique identifier of the Monobank account or jar to build the statement for. Defaults to '0', which means the client's default account. Account and jar identifiers can be obtained from the get_clie…
- `from` (string, required): The start date of the statement period, in ISO 8601 YYYY-MM-DD format (UTC).
- `to` (string): The end date of the statement period, in ISO 8601 YYYY-MM-DD format (UTC). The whole day is included. Defaults to the current moment when omitted.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/akutishevsky-monobank-mcp-server/monobank-mcp-server#diagnostics

## Score history

- 2026-08-03: 76
- 2026-08-02: 76
- 2026-08-01: 5
- 2026-07-31: 6
- 2026-07-30: 24
- 2026-07-28: 46
- 2026-07-27: 46
- 2026-07-26: 26

## Links

- npm package: https://www.npmjs.com/package/monobank-mcp-server
- Socket report: https://socket.dev/npm/package/monobank-mcp-server
- Repository: https://github.com/akutishevsky/monobank-mcp-server
- Changelog RSS feed: https://verifymcp.io/servers/akutishevsky-monobank-mcp-server/monobank-mcp-server/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/akutishevsky-monobank-mcp-server/monobank-mcp-server/changelog.json
- HTML version of this page: https://verifymcp.io/servers/akutishevsky-monobank-mcp-server/monobank-mcp-server
