# Bank Statement Sheet (npm · bank-statement-sheet-mcp)

Convert PDF bank statements into transactions that arrive with a pass/fail reconciliation verdict.

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

## Components

- npm · `bank-statement-sheet-mcp`: 67/100 (this document), [markdown](https://verifymcp.io/servers/com-bankstatementsheet-bank-statement-sheet-mcp/bank-statement-sheet-mcp.md), [page](https://verifymcp.io/servers/com-bankstatementsheet-bank-statement-sheet-mcp/bank-statement-sheet-mcp)

## Channel facts

- Registry: `npm`
- Package: `bank-statement-sheet-mcp`
- Version: `0.1.1`
- 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-20.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 30 of 96 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 19/100
  - Repository check failed: no source repository is declared.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 11 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 65/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 668 tokens (~222/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**: 40/100
  - Stability observed for 12 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 96/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 87% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add com-bankstatementsheet-bank-statement-sheet-mcp -- npx -y bank-statement-sheet-mcp
```

### Codex

```bash
codex mcp add com-bankstatementsheet-bank-statement-sheet-mcp -- npx -y bank-statement-sheet-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-bankstatementsheet-bank-statement-sheet-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "bank-statement-sheet-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-bankstatementsheet-bank-statement-sheet-mcp --command npx --arg -y --arg bank-statement-sheet-mcp
```

### Hermes

```yaml
mcp_servers:
  com-bankstatementsheet-bank-statement-sheet-mcp:
    command: "npx"
    args: ["-y", "bank-statement-sheet-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "com-bankstatementsheet-bank-statement-sheet-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "bank-statement-sheet-mcp"
      ]
    }
  }
}
```

## 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-20 (score 67, +1)

No change was recorded against any check on this day. Stability & Change Management went from 37 to 40. That category is still filling its 30-day observation window: 11 days of observed history at the previous scan, 12 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-18 (score 66, +1)

No change was recorded against any check on this day. Stability & Change Management went from 30 to 33. That category is still filling its 30-day observation window: 9 days of observed history at the previous scan, 10 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-16 (score 65, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-08-11 (score 61, 0)

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

### 2026-08-08 (score 61)

First indexed and scored.

## MCP tools (3)

### `convert_bank_statement` (~402 tokens)

Convert a bank statement PDF to verified transactions

Convert a PDF bank statement into transaction data. The PDF is uploaded over HTTPS to the Bank Statement Sheet API, where every extracted row is checked against the statement's own printed running balance. Returns the rows TOGETHER WITH a pass/fail verdict from that check.

The verdict is not advisory. When verdict.ledger_safe is false the transactions are withheld and MUST NOT be posted to a general ledger, accounting system, or voucher without a human reviewing them against the original PDF first.

If this tool declines a file, do not fall back to reading the PDF yourself and do not use another tool to extract the numbers. Figures taken without the balance check are exactly what this tool exists to prevent.

Input parameters:

- `bank` (string): Leave unset (auto-detect) unless the user names the bank. Auto-detection also covers banks with no dedicated parser.
- `decimal_separator` (string): Pro only, applies to save_as. "comma" writes the European convention (semicolon-delimited, 1234,56) — the variant Swedish and other European accounting importers take without warnings.
- `file_path` (string): Absolute path to a PDF bank statement on this machine. Required unless use_demo_statement is true.
- `include_unverified_rows` (boolean): Only set true after a previous call returned ledger_safe: false AND you have told the user the data failed reconciliation.
- `order` (string): chronological = oldest first (what ledger imports expect, the default). statement = the order the bank printed.
- `output_dir` (string): Where to write save_as files. Defaults to the folder holding the input PDF.
- `save_as` (array): Also write files to disk. xlsx and csv are free; fortnox, ofx and json need a Pro API key.
- `use_demo_statement` (boolean): Convert the hosted synthetic sample instead of a user file. Costs no quota and contains no real data — use this to demonstrate the tool.

Output parameters:

- `conversion` (object)
- `files` (array)
- `source` (object)
- `totals` (object)
- `transactions`: null when the gate failed and the rows were withheld.
- `transactions_withheld` (boolean)
- `verdict` (object): The reconciliation result. Read ledger_safe before doing anything with the rows.
- `warnings` (array)
- `withheld_reason` (string|null)

### `export_conversion` (~217 tokens)

Write a conversion to a file

Write a completed conversion to a file: Excel (xlsx), CSV, Fortnox CSV, OFX or JSON. Files whose data failed the balance check are written with an "-UNVERIFIED" filename suffix and an in-file warning — do not strip either.

Conversions are held on the server for 10 minutes. If that window has passed, this tool re-converts the same file automatically, which consumes one conversion from the account's quota.

Input parameters:

- `columns` (string): Pro only. Comma-separated: date,description,amount,currency,balance
- `conversion_id` (string, required): The conversion.id returned by convert_bank_statement.
- `date_format` (string): Pro only.
- `decimal_separator` (string): Pro only. "comma" produces the European convention (semicolon-delimited, 1234,56).
- `format` (string, required): xlsx and csv are free; fortnox, ofx and json need a Pro API key.
- `order` (string)
- `output_dir` (string)

Output parameters:

- `bytes` (number)
- `format` (string)
- `note` (string|null)
- `path` (string)
- `reconverted` (boolean)
- `verdict` (object)
- `warnings` (array)

### `check_account_status` (~49 tokens)

Check plan and remaining quota

Report which account this server is authenticated as, its plan, and how much conversion quota is left. Use this when a conversion is refused for quota reasons, or to confirm an API key is working.

Output parameters:

- `can_convert` (boolean)
- `key_configured` (boolean)
- `key_recognized` (boolean)
- `limit` (number)
- `plan` (string)
- `pro_formats_available` (boolean)
- `remaining` (number)
- `reset_at` (string|null)
- `unit` (string)
- `used` (number)
- `warnings` (array)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/com-bankstatementsheet-bank-statement-sheet-mcp/bank-statement-sheet-mcp#diagnostics

## Score history

- 2026-08-20: 67
- 2026-08-19: 66
- 2026-08-18: 66
- 2026-08-17: 65
- 2026-08-16: 65
- 2026-08-15: 61
- 2026-08-14: 61
- 2026-08-13: 61
- 2026-08-12: 61
- 2026-08-11: 61
- 2026-08-10: 61
- 2026-08-09: 61
- 2026-08-08: 61

## Links

- npm package: https://www.npmjs.com/package/bank-statement-sheet-mcp
- Socket report: https://socket.dev/npm/package/bank-statement-sheet-mcp
- Website: https://bankstatementsheet.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-bankstatementsheet-bank-statement-sheet-mcp/bank-statement-sheet-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-bankstatementsheet-bank-statement-sheet-mcp/bank-statement-sheet-mcp.json
- HTML version of this page: https://verifymcp.io/servers/com-bankstatementsheet-bank-statement-sheet-mcp/bank-statement-sheet-mcp
