MainBook Bank Statement Converter
ai.mainbook/bank-statement-converterConvert PDF bank statements to checked Excel, CSV or JSON with balance validation.
Tools · 4
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.
Return total, reserved, and available MainBook credits. Every value is measured in PDF pages.
List one cursor page of conversion jobs visible to the MainBook account. Pass the returned next_cursor to continue.
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…
Similar MCP servers embedding-nearest
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"
}
}
}