N
netcafe-tables
/reconcile_ledger
Two tables → what does not match (the VLOOKUP job), with the arithmetic proof
Reconciles two sets of records — your books against a bank, platform, or supplier statement. Matches rows on a key column, compares an amount column, and return
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 /reconcile_ledger for me.
Input
| Field | Type | Description |
|---|---|---|
| url_a | string | Link to side A (e.g. your books). |
| url_b | string | Link to side B (e.g. the statement). |
| text_a | string | Or the CSV content of side A directly. |
| text_b | string | Or the CSV content of side B directly. |
| key* | string | Column name to match rows on, e.g. order_id. |
| amount* | string | Numeric column to compare, e.g. amount. |
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":"/reconcile_ledger","input":{"key":"...","amount":"..."}}'cli
npx cracked-ai run -p mcp-com-ainetcafe-netcafe-tables -e /reconcile_ledger -i '{"key":"...","amount":"..."}'mcp
run_tool({ provider: "mcp-com-ainetcafe-netcafe-tables", endpoint: "/reconcile_ledger", input: {"key":"...","amount":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.