New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

n8n-nodes-netcafe

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

n8n-nodes-netcafe

Deterministic tools reachable from mainland China: bank reconciliation without shared keys, Excel read, table diff, duplicate-company detection, US HS/HTS lookup, and real mainland reachability checks. Usable as an AI Agent tool. No API key needed to star

latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

n8n-nodes-netcafe

Deterministic tools for n8n, hosted and reachable from mainland China. Every operation is also exposed to n8n's AI Agent (usableAsTool), so an agent can call it directly.

No API key needed to start: anonymous calls draw on a free quota.

Operations

OperationWhat it does
Reconcile Bank vs LedgerReconcile a bank statement against a ledger with no shared reference number. Matches on amount, date window and references found in free text; handles instalments (1:N) and combined payments (N:1); reports ambiguous cases instead of forcing a match.
Diff Two TablesCompare two tables on a key column: only in A, only in B, and rows in both with different values.
Find Duplicate CompaniesDetect the same company written under different names, cross-checked against tax-ID checksums, phone, domain and address. Never auto-merges — returns evidence, and flags look-alike pairs that are provably different.
Look Up US HS CodeVerify a US HS/HTS tariff code against the official USITC schedule before it goes on customs paperwork.
Read Excel FileRead an .xlsx from a URL. Dates come back as YYYY-MM-DD instead of Excel serial numbers, leading zeros in IDs survive, merged cells are reported.
Test China ReachabilityTest whether a URL is actually reachable from mainland China: HTTP status, latency, DNS from a Chinese resolver. Measured from a real mainland network, not inferred.

These are deterministic — no model call inside, so results are repeatable, and every result involving counts or money carries an arithmetic self-check computed in code. If the numbers do not reconcile, the response says so instead of returning a table nobody can verify.

Installation

In n8n: Settings → Community nodes → Install, then enter n8n-nodes-netcafe.

Credentials

Optional. Leave the credential unset to use the anonymous free quota, or add an AllRouter API key (sk-...) to remove the quota limit.

Notes

  • Keep leading zeros in HS codes. Chapters 01–09 all begin with a zero, so 0409000000 (natural honey) is not the same code as 409000000.
  • When the free quota runs out, the node surfaces the API's own guidance, which includes a one-click unlock link. No signup required.

Resources

  • n8n community nodes documentation
  • AI NetCafe tool documentation

License

MIT

Keywords

n8n-community-node-package

FAQs

Package last updated on 19 Aug 2026

Related posts