N
netcafe-tables
/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-tables
$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-tables /csv_to_qbo for me.
Input
| Field | Type | Description |
|---|---|---|
| csv | string | CSV content with a header row. |
| url | string | Or a link to the CSV. |
| account_id | string | Your account number as the accounting software expects it. |
| bank_id | string | Routing / bank identifier, if your import asks for one. |
| currency | string | Three-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-tables","endpoint":"/csv_to_qbo","input":{}}'cli
npx cracked-ai run -p mcp-com-ainetcafe-netcafe-tables -e /csv_to_qbo -i '{}'mcp
run_tool({ provider: "mcp-com-ainetcafe-netcafe-tables", endpoint: "/csv_to_qbo", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.