PluginBench
MCP Server
Maintained
MIT

GoldenCheck MCP Server

io.github.benseverndev-oss/goldencheck

What is the GoldenCheck MCP server?

Auto-discover validation rules from data — scan, profile, health-score. No rules to write.

How to install GoldenCheck

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "goldencheck": {
      "command": "uvx",
      "args": [
        "goldencheck"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "goldencheck": {
      "command": "uvx",
      "args": [
        "goldencheck"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "goldencheck": {
      "command": "uvx",
      "args": [
        "goldencheck"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "goldencheck": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "goldencheck"
      ]
    }
  }
}
Claude Code
claude mcp add goldencheck -- uvx goldencheck

Related MCP servers

Read-only cross-cutting analysis, metrics, and reporting across the Golden Suite.

119
Python
MIT
View repository →

Find duplicate records in 30 seconds. Zero-config entity resolution, 97.2% F1 out of the box.

119
Python
MIT
View repository →

GoldenFlow

Maintained

Standardize, reshape, and normalize messy data — CSV, Excel, Parquet, S3, databases.

1
Python
MIT
View repository →

GoldenPipe

Maintained

One command to validate, transform, and deduplicate — chain GoldenCheck + Flow + Match.

0
Python
MIT
View repository →

InferMap

Maintained

Map messy columns to a known schema — 7 scorers, domain dictionaries, F1 0.84. Zero config.

0
Python
MIT
View repository →