Entity Resolve
Fuzzy-dedupe a list of records into clusters of likely-duplicate entities.
- Endpoint
https://entity-resolve.x402supply.com/mcp- Price
- $0.008/call
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. Up to 10,000 records per call.
MCP client config
{
"mcpServers": {
"entity-resolve": {
"type": "http",
"url": "https://entity-resolve.x402supply.com/mcp"
}
}
}
tools/list
curl -X POST https://entity-resolve.x402supply.com/mcp \
-H "content-type: application/json" \
-H "accept: application/json, text/event-stream" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'