GoldenMatch is a tool for finding duplicate records quickly without the need for configuration or training. It supports various matching methods and integrates with multiple data sources.
From the registry: Find duplicate records in 30 seconds. Zero-config entity resolution, 97.2% F1 out of the box.
$ pip install 'goldenmatch[mcp]'https://pypi.org/project/goldenmatch/Please install the `goldenmatch` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install goldenmatch[mcp]** — Install from PyPI with the MCP extra Run: `pip install 'goldenmatch[mcp]'` (https://pypi.org/project/goldenmatch/)
Canonical MCP server config (stdio transport):
- command: `goldenmatch`
- args: ["mcp-serve"]
- optional environment variables:
- `OPENAI_API_KEY`: Optional OpenAI API key for LLM scorer (example: `<your-openai-api-key>`)
Note: Also available as a hosted remote MCP on Smithery (https://smithery.ai/servers/benzsevern/goldenmatch).
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.API_KEYSrequiredAPI keys for LLM boost and database sync.