N
netcafe-tables
/diff_tables
Two tables → what differs (the VLOOKUP job, no amounts needed)
Matches rows across two CSVs on a key column and reports three things: keys only in A, keys only in B, and keys in both whose other columns disagree — naming th
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 /diff_tables for me.
Input
| Field | Type | Description |
|---|---|---|
| url_a | string | Link to the first CSV. |
| url_b | string | Link to the second CSV. |
| text_a | string | Or the first CSV content directly. |
| text_b | string | Or the second CSV content directly. |
| key* | string | Column that identifies a row, e.g. id. |
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":"/diff_tables","input":{"key":"..."}}'cli
npx cracked-ai run -p mcp-com-ainetcafe-netcafe-tables -e /diff_tables -i '{"key":"..."}'mcp
run_tool({ provider: "mcp-com-ainetcafe-netcafe-tables", endpoint: "/diff_tables", input: {"key":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.