Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

com.ainetcafe/netcafe-tables

REMOTE · AINETCAFE.COM · SCANNED AUG 20

Messy spreadsheets in, clean checkable tables out. Every result carries its arithmetic proof.

Available components

64 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security57
Transport & Reachability100
Schema Quality & AI Usability67
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 2029 tokens (~135/item across 15 items; 15 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management17
  • Stability observed for 5 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (47% of tools); any adoption earns full credit.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · ainetcafe.com

# add to Claude Code
claude mcp add --transport http com-ainetcafe-netcafe-tables https://ainetcafe.com/mcp/table?s=registry
# ~/.codex/config.toml
[mcp_servers.com-ainetcafe-netcafe-tables]
url = "https://ainetcafe.com/mcp/table?s=registry"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-ainetcafe-netcafe-tables": {
      "type": "remote",
      "url": "https://ainetcafe.com/mcp/table?s=registry",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-ainetcafe-netcafe-tables --url https://ainetcafe.com/mcp/table?s=registry --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-ainetcafe-netcafe-tables:
    url: "https://ainetcafe.com/mcp/table?s=registry"
// mcp.json
{
  "mcpServers": {
    "com-ainetcafe-netcafe-tables": {
      "type": "http",
      "url": "https://ainetcafe.com/mcp/table?s=registry"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 13 to 17. That category is still filling its 30-day observation window: 4 days of observed history at the previous scan, 5 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Aug 26 0
    • The server rewrote its instructions, which are the text every model session reads security
    • Tool coverage: 64% → 47% functional
    • Schema quality: 1536 → 2029 functional
    • New tool “dedupe_entities” functional
    • New tool “match_transactions” functional
    • New tool “read_xlsx” functional
    • New tool “write_xlsx” functional
  • 16 Aug 26 +1
    • Schema quality: 1377 → 1536 functional
    • Stability: unverified → 0.03 functional
    • New tool “what_can_you_do” functional
  • 15 Aug 26 61

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Aug 2026 · Probed https://ainetcafe.com/mcp/table?s=registry

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=ainetcafe.com CN=WE1,O=Google Trust Services,C=US 29 Jul 2026 27 Oct 2026 ECDSA 256 ECDSA-SHA256 dac48256f0fdbd780ea13de50d28b439
SANs: ainetcafe.com, *.ainetcafe.com
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC insecure

Validation of ainetcafe.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
ainetcafe.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://ainetcafe.com/mcp/table?s=registry Verified 200
http (plaintext) http://ainetcafe.com/mcp/table?s=registry HTTPS enforced 301 https://ainetcafe.com/mcp/table?s=registry
MCP tools · 15 exposed · ~1,717 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
clean_table ~308

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 cell can say "empty" (NA / null / - / 无), drops empty rows and columns, and can split one column into several. Returns the cleaned CSV plus exactly what changed: rows in, rows out, duplicates removed, cells trimmed per column. It can also transpose rows/columns and unpivot a wide table into a long one. The row arithmetic is verified in code — if in − removed ≠ out, the response says so instead of handing back a table nobody can check. Use when a CSV came out of Excel or an export and needs cleaning before analysis.

NameTypeReqDescription
keepstringFor wide_to_long: comma-separated id columns to keep as-is. Defaults to the first column.
opsstringComma-separated, default "dedupe,trim,drop_empty,unify_blank". Also available: split_column, transpose (swap rows/columns), wide_to_long (unpivot a wide table into the long format analysis tools expe…
split_bystringSeparator to split on, default a single space.
split_columnstringColumn name to split (requires ops to include split_column).
textstringThe CSV content itself. Provide this or url.
urlstringLink to the CSV. Provide this or text.

Structured output declared, but exposes no named fields.

No examples provided.

csv_to_chart ~27

CSV (first column = labels, second = values) → chart PNG in one call.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

csv_to_json ~32

CSV (text or URL) → JSON array of objects (first row = keys). Returns a .json file.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

csv_to_md_table ~25

CSV (text or URL) → GitHub-flavoured Markdown table.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

csv_to_qbo ~140

Convert a transaction CSV into a .qbo / OFX bank-feed file that QuickBooks and similar accounting software import directly. Needs date, description and amount columns (or debit + credit). Pairs with extract_statement: statement PDF in, importable bank feed out.

NameTypeReqDescription
account_idstringYour account number as the accounting software expects it.
bank_idstringRouting / bank identifier, if your import asks for one.
csvstringCSV content with a header row.
currencystringThree-letter currency code, default USD.
urlstringOr a link to the CSV.

Structured output declared, but exposes no named fields.

No examples provided.

dedupe_entities ~101

Find records in a supplier/customer/store list that are probably the SAME entity under different names — "北京星辰科技有限公司" vs "星辰科技(北京)" — by cross-checking name similarity against hard identifiers: tax ID (统一社会信用代码, checksum-verified), phone, domain, bank account, address. It never merges anything: it returns candidate groups with the evidence for each link, pairs that need human review, and — just as

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

diff_tables ~155

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 the exact column and both values. Unlike reconcile_ledger this needs no amount column, so it also fits name lists, inventory counts, permission tables, and any "these two exports should match" check.

NameTypeReqDescription
keystringyesColumn that identifies a row, e.g. id.
text_astringOr the first CSV content directly.
text_bstringOr the second CSV content directly.
url_astringLink to the first CSV.
url_bstringLink to the second CSV.

Structured output declared, but exposes no named fields.

No examples provided.

fix_csv_encoding ~94

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 so Excel opens it correctly.

NameTypeReqDescription
textstringOr paste the CSV content directly.
urlstringPublic URL of the CSV.

Structured output declared, but exposes no named fields.

No examples provided.

json_to_csv ~27

JSON array of objects → CSV file. Flattens keys, quotes fields containing commas.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

match_transactions ~98

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, and fuzzy counterparty names ("北京XX科技" vs "XX科技(北京)"). Handles split payments (one invoice paid in instalments, 1:N) and combined payments (one transfer covering several invoices, N:1). Its rule is: never guess — a pair is only auto-match

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

merge_tables ~134

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 never shift silently — the failure mode that makes hand-merged spreadsheets untrustworthy. Reports each source file row count and checks in code that they sum to the merged total. Use for monthly exports, per-store sheets, or any set of files with the same subject but drifting headers.

NameTypeReqDescription
textsarrayOr pass the CSV contents directly as an array.
urlsstringComma-separated CSV links, at least two.

Structured output declared, but exposes no named fields.

No examples provided.

read_xlsx ~89

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 serial numbers, and keeps leading zeros so ID/postcode columns are not silently mangled. Says plainly which sheet it used, which sheets are hidden, and where merged cells left blanks, instead of guessing for you.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

reconcile_ledger ~269

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 returns three lists: only in A, only in B, and same key but different amount. Amounts are compared in integer cents, so 0.1 + 0.2 never invents a phantom difference for someone to chase. The response also proves the result: the listed differences are re-added and must equal the gap between the two totals, checked in code. Use for month-end close, platform payouts vs orders, or any "these two numbers should agree and do not" problem. This is the job people do by hand with VLOOKUP or a groupby and then cannot prove they got right.

NameTypeReqDescription
amountstringyesNumeric column to compare, e.g. amount.
keystringyesColumn name to match rows on, e.g. order_id.
text_astringOr the CSV content of side A directly.
text_bstringOr the CSV content of side B directly.
url_astringLink to side A (e.g. your books).
url_bstringLink to side B (e.g. the statement).

Structured output declared, but exposes no named fields.

No examples provided.

what_can_you_do ~159

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 whole catalogue and guessing. Also returns multi-step recipes when a task needs several tools chained (invoices to a ledger, a bank statement reconciled, a messy CSV turned into a deliverable). Deterministic and free: it calls no model, costs nothing, and never runs out of quota. Call this FIRST when you are not sure what this server offers.

NameTypeReqDescription
taskstringyesWhat you are trying to do, e.g. "reconcile a bank statement against my books" or "把一堆发票整理成能入账的表格"

Structured output declared, but exposes no named fields.

No examples provided.

write_xlsx ~59

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, while values with leading zeros stay text so IDs and postcodes survive the round trip.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.