$ man matchpoint
matchpoint
Dedup and record linkage, per call.
NAME
matchpoint — dedup and record linkage, per call
DESCRIPTION
Turn messy company names, people, addresses, emails, and phones into stable match keys so duplicates collide — plus a similarity score to rank candidate pairs. The dedup/entity-resolution primitives a data-enrichment agent needs.
BUYERS — who calls into this cluster
Sales- and data-intelligence agents, CRM dedup workflows, lead-list cleaners, and record-linkage pipelines joining data across sources.
WEDGE — why this exists vs. incumbents
Match/dedup APIs (Interzoid and friends) sell these one capability at a time and charge per lookup. Matchpoint exposes the normalization + phonetic key math directly as agent-callable, pay-per-use endpoints with no signup.
ENDPOINTS — 7 entries · $0.003 – $0.005 per call
| # | endpoint | description | price | |
|---|---|---|---|---|
| 001 | address-parse | Parses a freeform US street address into components: number, street, unit, city, state, and zip. | $0.005 | → |
| 002 | match-key-address | Generates a match key for postal addresses with USPS-style standardization so equivalent addresses collide. | $0.005 | → |
| 003 | match-key-company | Generates a deterministic similarity key for company names so different spellings of the same business collide. | $0.005 | → |
| 004 | match-key-email | Normalizes email addresses into a match key so aliases of the same inbox collide. | $0.005 | → |
| 005 | match-key-name | Generates a match key for person names so variants of the same person collide. | $0.005 | → |
| 006 | match-key-phone | Normalizes phone numbers into a canonical E.164 match key so formatting variants like '(415) 555-0100' and '+1 415-555-0100' collide. | $0.005 | → |
| 007 | match-score | Scores how similar two values are on a 0-100 scale for fuzzy matching and dedup confidence. | $0.003 | → |
INSTALL AS MCP — add to any MCP-aware agent
npx -y @agentutility/mcp-matchpointFull Claude Desktop / Cursor / Cline configs → /mcp/matchpoint/
OTHER CLUSTERS — the portfolio compounds
| cluster | tagline | n | price |
|---|---|---|---|
| prooflayer | Trust + risk scanners for AI-built apps. | 15 | $0.005 – $0.25 |
| edgemarket | Onchain decisions agents can charge for. | 64 | $0.001 – $0.10 |
| edgefinance | TradFi signals at agent prices. | 89 | $0.002 – $0.05 |
| synthforge | Generative media for agents that ship products. | 59 | $0.01 – $0.50 |
| mediakit | One endpoint per format. Pay per call. | 67 | $0.003 – $0.20 |
| wordmint | Named LLM tasks. Minted at a sticker price. | 106 | $0.002 – $0.03 |
| webprobe | Inspect any website. Pay per look. | 145 | $0.001 – $0.10 |
| locale | Geo, weather, civic, identity primitives. | 40 | $0.003 – $0.05 |
| rollforge | The whole tabletop toolkit, one call at a time. | 26 | $0.003 – $0.08 |
| bestiary | A creature compendium for every world. | 6 | $0.01 – $0.08 |
| statline | Sports and stats math, per call. | 1 | $0.003 |
| retail | Product copy + product discovery, per call. | 5 | $0.01 – $0.02 |
| compose | One call, several of our endpoints, one settlement. | 58 | $0.02 – $0.10 |
SEE ALSO