netcafe-tables
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

FieldTypeDescription
url_astringLink to side A (e.g. your books).
url_bstringLink to side B (e.g. the statement).
text_astringOr the CSV content of side A directly.
text_bstringOr the CSV content of side B directly.
key*stringColumn name to match rows on, e.g. order_id.
amount*stringNumeric 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.