← Back to tools
N

netcafe-tables

15 endpointslive

Messy spreadsheets in, clean checkable tables out. Every result carries its arithmetic proof. (MCP server com.ainetcafe/netcafe-tables, aggregated from the official registry)

$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, and then use Cracked to show me what I can do for netcafe-tables.
EndpointWhat it doesPriceHealth
Find the right tool for a task
/what_can_you_do
verified
Describe a task in plain language (any language) and get back exactly which tools on this server do it, with ready-to-run example calls — instead of reading the$0.0020 per callunknown
Transaction CSV → QuickBooks .qbo bank feed file
/csv_to_qbo
verified
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$0.0020 per callunknown
Two tables → what differs (the VLOOKUP job, no amounts needed)
/diff_tables
verified
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$0.0020 per callunknown
Messy CSV → tidy CSV, with a report of every change
/clean_table
verified
Tidies a spreadsheet export: removes duplicate rows, trims whitespace (half-width and full-width — Chinese exports are full of  ), unifies the half-dozen ways a$0.0020 per callunknown
Several CSVs → one, columns unioned, row counts proven
/merge_tables
verified
Combines up to 20 CSVs into a single table. Headers do not have to match: columns are unioned and a file missing a column contributes blanks for it, so rows nev$0.0020 per callunknown
Two tables → what does not match (the VLOOKUP job), with the arithmetic proof
/reconcile_ledger
verified
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$0.0020 per callunknown
Fix a CSV that opens garbled in Excel
/fix_csv_encoding
verified
Detect the real encoding of a CSV (GB18030, Shift-JIS, Windows-1252…), repair mojibake (UTF-8 that was read as Latin-1, e.g. "é"), and re-emit UTF-8 with a BOM$0.0020 per callunknown
read xlsx
/read_xlsx
verified
Read an Excel .xlsx workbook (by URL) into rows — every sheet, or one you name. Returns cell values (not formula text), dates as YYYY-MM-DD instead of Excel ser$0.0020 per callunknown
write xlsx
/write_xlsx
verified
Build an Excel .xlsx file from rows (CSV text or JSON arrays), optionally several sheets at once. Numbers are written as real numbers so they sum in Excel, whil$0.0020 per callunknown
match transactions
/match_transactions
verified
Match bank statement lines to ledger/invoice entries when there is NO shared key — by amount, date window, reference numbers found inside free-text descriptions$0.0020 per callunknown
dedupe entities
/dedupe_entities
verified
Find records in a supplier/customer/store list that are probably the SAME entity under different names — "北京星辰科技有限公司" vs "星辰科技(北京)" — by cross-checking name sim$0.0020 per callunknown
csv to md table
/csv_to_md_table
verified
CSV (text or URL) → GitHub-flavoured Markdown table.$0.0020 per callunknown
csv to chart
/csv_to_chart
verified
CSV (first column = labels, second = values) → chart PNG in one call.$0.0020 per callunknown
csv to json
/csv_to_json
verified
CSV (text or URL) → JSON array of objects (first row = keys). Returns a .json file.$0.0020 per callunknown
json to csv
/json_to_csv
verified
JSON array of objects → CSV file. Flattens keys, quotes fields containing commas.$0.0020 per callunknown
Cracked: one key, every tool, your agent picks