
GoldenMatch
Deduplicate customer, product, or lead records from CSVs and APIs without hand-tuning matching rules.
Overview
GoldenMatch is a MCP server for the Build phase that finds duplicate records with zero-config entity resolution from your coding agent.
What is this MCP server?
- Zero-config entity resolution advertised as ~30 seconds to first duplicate clusters
- Claimed 97.2% F1 out of the box for matching without custom rule authoring
- MCP over streamable HTTP (Railway) or local stdio via PyPI `goldenmatch` with `uvx`
- Server version 1.30.0 in catalog manifest
- Solo-builder fit: clean messy signup or vendor exports before shipping a merge job
- Advertised 97.2% F1 out of the box
- Advertised ~30 second time-to-duplicates
- MCP server version 1.30.0
Community signal: 95 GitHub stars.
What problem does it solve?
Imported spreadsheets and API dumps hide duplicate contacts and SKUs until they corrupt analytics or billing.
Who is it for?
Solo builders merging leads, users, or catalog rows from CSV exports and shallow integrations without a data team.
Skip if: Teams that need legally audited master-data governance, custom blocking indexes, or petabyte-scale Spark jobs.
What do I get? / Deliverables
Your agent returns duplicate clusters quickly so you can merge or drop rows before they reach production tables.
- Duplicate record groups or match scores your agent can act on
- Faster clean datasets before database import
- Repeatable dedup tool calls from the agent session
Recommended MCP Servers
Journey fit
How it compares
Focused entity-resolution MCP, not a general database admin skill or spreadsheet UI.
Common Questions / FAQ
Who is GoldenMatch for?
Indie developers and small teams using AI coding agents who need fast duplicate detection on tabular data during integrations.
When should I use GoldenMatch?
Use it during build when you are deduplicating imports, syncing CRM contacts, or preparing merges before load.
How do I add GoldenMatch to my agent?
Register the Railway streamable-http MCP URL or add the PyPI goldenmatch package with uvx stdio in your agent MCP config per the server manifest.