entity-resolve

Fuzzy entity resolution and dedupe for names, addresses, and company records — the "is this the same person/company" problem that breaks exact-match joins.

Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only

What it can do

  • Resolve: Fuzzy-dedupe a list of records into clusters of likely-duplicate entities. Blocks by normalized token prefix, scores with Jaro-Winkler + token-set matching (exact on email/phone), unions matc

What data it sees

Do you need an account

No: the server works without sign-in

Fuzzy entity resolution and dedupe for names, addresses, and company records — the "is this the same person/company" problem that breaks exact-match joins. Clean CRM exports, merge duplicate customer records, reconcile vendor lists, dedupe scraped datasets. Deterministic (Jaro-Winkler + token-set matching), no LLM calls. Pay-per-call via x402 (USDC on Base): $0.008/call, no account or API key needed. tools/list and /openapi.json are free for discovery.

Server tool list (1)

Raw names from tools/list. Only developers need these.

resolveFuzzy-dedupe a list of records into clusters of likely-duplicate entities. Blocks by normalized token prefix, scores with Jaro-Winkler + token-set matching (exact on email/phone), unions matches above threshold, and returns a merged canonical record per cluster with a confidence score. Deterministic, no LLM calls.