netcafe-docs
N
netcafe-docs
/csv_to_qbo

Transaction CSV → QuickBooks .qbo bank feed file

Convert a transaction CSV into a .qbo / OFX bank-feed file that QuickBooks and similar accounting software import directly. Needs date, description and amount c

liveverifiedunknown~5s typical
mcpprobednetcafe-docs
$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-ainetcafe-netcafe-docs /csv_to_qbo for me.

Input

FieldTypeDescription
csvstringCSV content with a header row.
urlstringOr a link to the CSV.
account_idstringYour account number as the accounting software expects it.
bank_idstringRouting / bank identifier, if your import asks for one.
currencystringThree-letter currency code, default USD.

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-ainetcafe-netcafe-docs","endpoint":"/csv_to_qbo","input":{}}'
cli
npx cracked-ai run -p mcp-com-ainetcafe-netcafe-docs -e /csv_to_qbo -i '{}'
mcp
run_tool({ provider: "mcp-com-ainetcafe-netcafe-docs", endpoint: "/csv_to_qbo", input: {} })

Try it

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