Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

MainBook Bank Statement Converter

PYPI · MAINBOOK-MCP · 2 COMPONENTS · SCANNED AUG 20

Convert PDF bank statements to checked Excel, CSV or JSON with balance validation.

55 Trust /100
Trust breakdown (6 categories)

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. How we score →

Supply Chain Security50
  • Malware scan not yet available for this package.Unverified
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
  • 2 of 31 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency35
Schema Quality & AI Usability78
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 634 tokens (~126/item across 5 items; 5 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management17
  • Stability observed for 5 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

pypi · mainbook-mcp

# add to Claude Code
claude mcp add ai-mainbook-bank-statement-converter -- uvx mainbook-mcp
# add to Codex CLI
codex mcp add ai-mainbook-bank-statement-converter -- uvx mainbook-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ai-mainbook-bank-statement-converter": {
      "type": "local",
      "command": [
        "uvx",
        "mainbook-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add ai-mainbook-bank-statement-converter --command uvx --arg mainbook-mcp
# ~/.hermes/config.yaml
mcp_servers:
  ai-mainbook-bank-statement-converter:
    command: "uvx"
    args: ["mainbook-mcp"]
// mcp.json
{
  "mcpServers": {
    "ai-mainbook-bank-statement-converter": {
      "command": "uvx",
      "args": [
        "mainbook-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Aug 26 +1

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

  • 18 Aug 26 0
    • Package version: 0.5.0 → 0.5.1 functional
  • 17 Aug 26 −14
    • Malware scan: pass → unverified security
    • Stability: 0.03 → unverified security
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • First check of Schema quality: unverified functional
    • Package version: 0.4.2 → 0.5.0 functional
  • 16 Aug 26 0
    • Malware scan: pass → unverified security
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
    • Stability: unverified → 0.03 functional
    • First check of Schema quality: unverified functional
    • Package version: 0.4.1 → 0.4.2 functional
  • 15 Aug 26 68

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Aug 2026 · Analysed pypi/mainbook-mcp@0.5.1

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem pypi
Install scripts 1 script
Hook Tier Command
build_backend allowlisted hatchling.build
Dependencies 31 packages
Packages resolved 31
Stale 1
No linked repository 1
Tree resolution Complete
MCP tools · 5 exposed · ~598 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
convert_bank_statement ~322

Convert one PDF bank statement through the complete MainBook workflow: create a job, upload, start, poll, and return structured data. This creates a job and spends page credits; it is not read-only.

NameTypeReqDescription
file_pathPath to a PDF on the MCP server machine. This field is only available over stdio and is rejected in HTTP mode; remote clients must use file_url. The path must be inside the allowed folders, which def…
file_urlPublic HTTPS URL of a PDF for remote mode. Redirects and non-public network addresses are rejected. Exactly one source is required.
idempotency_keyOptional value forwarded verbatim in the Idempotency-Key REST header.
output_pathOptional absolute result file or existing folder on the MCP server machine. Only available over stdio and only inside the allowed folders. The file extension is corrected to match result_type.
result_typestringJSON is returned inline. Over stdio, XLSX or CSV is written to an allowed local folder and the full path is returned. HTTP mode returns safe download instructions. Binary bytes never enter model cont…
timeout_secondsintegerInternal polling budget from 30 to 900 seconds. Timeout leaves the job running and returns its job_id for get_conversion. The default stays under the 60-second request timeout most MCP clients enforc…
NameTypeReqDescription
data
download
job_idstringyes
messagestringyes
pagesyes
result_typestringyes
saved_file
stateyes
timed_outboolean
validationyes

No examples provided.

get_balance ~27

Return total, reserved, and available MainBook credits. Every value is measured in PDF pages.

Input schema present but exposes no named parameters.

NameTypeReqDescription
availableintegeryes
balanceintegeryes
explanationstringyes
reservedintegeryes
unitsstring

No examples provided.

get_conversion ~112

Get the current state of one MainBook conversion. When successful, return JSON inline or save XLSX/CSV locally over stdio. HTTP mode returns safe download instructions. Use this after convert_bank_statement times out.

NameTypeReqDescription
job_idstringyesConversion job UUID returned by MainBook.
output_pathOptional absolute result file or existing folder on the MCP server machine. Only available over stdio and only inside the allowed folders.
result_typestringResult representation to retrieve after the job succeeds.
NameTypeReqDescription
data
download
job_idstringyes
messagestringyes
pagesyes
result_typestringyes
saved_file
stateyes
timed_outboolean
validationyes

No examples provided.

list_conversions ~62

List one cursor page of conversion jobs visible to the MainBook account. Pass the returned next_cursor to continue.

NameTypeReqDescription
cursorOpaque next_cursor from the previous page.
limitintegerJobs on this page, from 1 to 100.
NameTypeReqDescription
conversionsarrayyes
countintegeryes
next_cursoryes
unitsstring

No examples provided.

output_folder ~75

Read or change the default local result folder. Call with no path to inspect the current setting and allowed folders. Pass an allowed absolute folder, or 'next_to_source' to restore the default behavior.

NameTypeReqDescription
pathAllowed absolute folder to remember, or 'next_to_source' to reset. Omit to read without changing anything.
NameTypeReqDescription
allowed_foldersarrayyes
messagestringyes
output_folderstringyes

No examples provided.