Miseiri見整理
About

A clean spreadsheet, one row at a time.

Miseiri (見整理 — see · tidy) takes your customer or supplier list and resolves every entry against the New Zealand Business Number register. You get back the same file with the canonical legal name, NZBN, status, and registered details appended. Free, browser-first, nothing stored.

A nod to NZBN Data Match

Miseiri exists because the New Zealand Business Number register exists. Their NZBN Data Match service does the same broad job — upload a list of names, get back register identifiers — and it’s the reason this kind of cleanse is possible at all. Big thank you to the NZBN team for keeping the public API open and the register clean.

We built Miseiri as a sharper alternative for a few specific reasons:

Faster turnaround. Miseiri streams results row-by-row in your browser; you watch the matches arrive live and can stop, retry, or override at any point. No batch wait, no email-when-ready.

Confidence threshold control. You decide where the auto-match line sits. Strict 95% for credit risk, balanced 85% for typical use, permissive 75% when you plan to eyeball every row. Anything below the line surfaces with full candidate context, not a binary yes/no.

MCP availability. The same engine is reachable as an MCP server, so Claude, ChatGPT, Cursor and other AI clients can resolve names directly from chat — no spreadsheet round-trip.

Retry, override, candidate review. Per-row retry, one-click rejection of bad matches, and a session-scoped override dictionary for the “this name always means this NZBN” cases that come up in real ledgers.

Browser-first and stateless. Your file never leaves your tab; only the per-row name field is sent over the wire, and only to the official register.

Who it's for

Credit teams, accountants, AML analysts, and anyone keeping a list of NZ businesses who’s tired of seeing the same customer recorded as “ABC Co”, “ABC Company Limited”, and “A B C Ltd” across three systems.

One pass through Miseiri gives every row a single authoritative identity, ready to import back into your accounting system, credit watchlist, or analytics pipeline.

The privacy posture

Your file never leaves your browser. Miseiri parses it in memory, sends only the name (or NZBN, or company number) for each row to a thin Vercel proxy, and the proxy forwards that single field to business.govt.nz — the official NZBN register.

The proxy holds the API key so you don’t need one. It logs nothing about row content. There is no database, no analytics on your data, no LLM in the matching path. When you close the tab, it’s gone.

What gets sent

Per row: the entity name you mapped, plus optional NZBN or Companies Office number. Nothing else — not the financial amounts, internal customer codes, addresses, or any other column you bring along for the ride.

What stays put

Every other column in your spreadsheet. Miseiri reads them once to render the preview, then passes them through to the output unchanged.

無料The pricing

Free. No accounts, no tiers, no usage caps beyond the practical one-file-at-a-time limit (10,000 rows). The only outbound traffic is to the official register itself.