Token导航 LogoToken导航TokenDH.com
GO
数据服务HTTP官方级别未说明来源级核验

Golden Match

MCP Server

Find and remove duplicate records from CSV files. Deduplicate customer lists, merge patient records, clean CRM data. Works with any CSV � auto-detects columns, no config needed. 30 tools: deduplicate…

工具数

公开资料未说明
JavaScriptHTTP数据分析

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

最后核验

2026/5/18 00:06

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx -y smithery mcp add benzsevern/goldenmatch

详细介绍

GoldenMatch

Find and remove duplicate records from CSV files. Deduplicate customer lists, merge patient records, clean CRM data. Works with any CSV � auto-detects columns, no config needed. 30 tools: deduplicate…

Quick Start

# Connect this server (installs CLI if needed)
npx -y smithery mcp add benzsevern/goldenmatch

# Browse available tools
npx -y smithery tool list benzsevern/goldenmatch

# Get full schema for a tool
npx -y smithery tool get benzsevern/goldenmatch analyze_data

# Call a tool
npx -y smithery tool call benzsevern/goldenmatch analyze_data '{}'

Direct MCP Connection

Endpoint: https://goldenmatch--benzsevern.run.tools

Tools (27)

  • analyze_data — Profile data, detect domain, recommend ER strategy
  • auto_configure — Generate optimal matching config from data analysis
  • agent_deduplicate — Run full ER pipeline with confidence gating and reasoning
  • agent_match_sources — Match two files with intelligent strategy selection
  • agent_explain_pair — Natural language explanation for a record pair
  • agent_explain_cluster — Explain why records are in the same cluster
  • agent_review_queue — Get borderline pairs awaiting approval
  • agent_approve_reject — Approve or reject a review queue pair
  • agent_compare_strategies — Compare ER strategies on your data
  • suggest_pprl — Check if data needs privacy-preserving matching
  • get_stats — Get dataset statistics: record count, cluster count, match rate, cluster sizes.
  • find_duplicates — Find duplicate matches for a record. Provide field values to search against the loaded dataset.
  • explain_match — Explain why two records match or don't match. Shows per-field score breakdown.
  • list_clusters — List duplicate clusters found in the dataset. Returns cluster IDs, sizes, and member counts.
  • get_cluster — Get details of a specific cluster: all member records and their field values.
  • get_golden_record — Get the merged golden (canonical) record for a cluster.
  • match_record — Match a single record against the loaded dataset in real-time. Paste a record's fields and instantly see if it matches …
  • unmerge_record — Remove a record from its cluster. The record becomes a singleton. Remaining cluster members are re-clustered using stor…
  • shatter_cluster — Break an entire cluster into individual records. All members become singletons. Use when a cluster is completely wrong.
  • suggest_config — Analyze bad merges and suggest config changes. Provide examples of incorrect merges (pairs that should NOT have matched…
  • profile_data — Get data quality profile: column types, null rates, unique counts, sample values.
  • export_results — Export matching results to a file (CSV or JSON).
  • list_domains — List available domain extraction rulebooks (built-in + user-defined).
  • create_domain — Create a custom domain extraction rulebook. Define patterns for a specific data domain (medical devices, automotive par…
  • test_domain — Test a domain extraction rulebook against sample records. Shows what features would be extracted from the loaded data.
  • pprl_auto_config — Analyze the loaded dataset and recommend optimal PPRL (privacy-preserving record linkage) configuration. Returns recomm…
  • pprl_link — Run privacy-preserving record linkage between two parties' data. Computes bloom filters, matches records without sharin…
# Get full input/output schema for a tool
npx -y smithery tool get benzsevern/goldenmatch 

目录标签

目录标签

JavaScriptHTTP数据分析

接入字段

传输方式(transport,传输协议)

HTTP

鉴权方式(authType,认证方式)

unknown

运行时(runtime,运行环境)

Node.js

权限和风险

HTTPunknown部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:category

来源信息

继续浏览同类 MCP