Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

MainBook Bank Statement Converter

ai.mainbook/bank-statement-converter

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

Uptime
100.0%
1 direct probes · 30d
Response
631ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

convert_bank_statement

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.

get_balance

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

list_conversions

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

get_conversion

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_sta…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "mainbook_bank_statement_converter": {
      "url": "https://mcp.mainbook.ai/mcp",
      "transport": "streamable-http"
    }
  }
}