AllPDFMagic
A
AllPDFMagic
/parse_bank_statement

parse bank statement

Parse a bank statement PDF (any Indian bank + international formats) into categorized transactions with dates, amounts, balances, payment modes (UPI/NEFT/ATM/..

liveverifiedunknown~5s typical
mcpprobedallpdfmagic
$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-com-allpdfmagic-allpdfmagic /parse_bank_statement for me.

Input

FieldTypeDescription
file_urlstringHTTPS URL of the file to process (the server downloads it)
file_base64stringBase64-encoded file content (alternative to file_url; max 15MB decoded)
filename*stringFilename with extension, e.g. invoice.pdf

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-com-allpdfmagic-allpdfmagic","endpoint":"/parse_bank_statement","input":{"filename":"..."}}'
cli
npx cracked-ai run -p mcp-com-allpdfmagic-allpdfmagic -e /parse_bank_statement -i '{"filename":"..."}'
mcp
run_tool({ provider: "mcp-com-allpdfmagic-allpdfmagic", endpoint: "/parse_bank_statement", input: {"filename":"..."} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.