MB
MainBook Bank Statement Converter
/convert_bank_statement
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 spe
liveunknown~5s typical
mcpmainbookbankstatement
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-ai-mainbook-bank-statement-converter /convert_bank_statement for me.
Input
| Field | Type | Description |
|---|---|---|
| file_path | string | Path to a PDF on the MCP server machine. This field is only available over stdio and is re |
| file_url | string | Public HTTPS URL of a PDF for remote mode. Redirects and non-public network addresses are |
| result_type | string (json | xlsx | csv) | JSON is returned inline. Over stdio, XLSX or CSV is written to an allowed local folder and default "json" |
| timeout_seconds | integer | Internal polling budget from 30 to 900 seconds. Timeout leaves the job running and returns default 50 |
| idempotency_key | string | Optional value forwarded verbatim in the Idempotency-Key REST header. |
| output_path | string | Optional absolute result file or existing folder on the MCP server machine. Only available |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-ai-mainbook-bank-statement-converter","endpoint":"/convert_bank_statement","input":{"result_type":"json","timeout_seconds":50}}'cli
npx cracked-ai run -p mcp-ai-mainbook-bank-statement-converter -e /convert_bank_statement -i '{"result_type":"json","timeout_seconds":50}'mcp
run_tool({ provider: "mcp-ai-mainbook-bank-statement-converter", endpoint: "/convert_bank_statement", input: {"result_type":"json","timeout_seconds":50} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.