GoldenCheck
Rank #6,165io.github.benseverndev-oss/goldencheck
Auto-discover validation rules from data — scan, profile, health-score. No rules to write.
GoldenCheck is a Model Context Protocol (MCP) server published by benzsevern. It ranks #6,165 of 115,591 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. GoldenCheck is listed across 3 registries — Official MCP, Smithery and PulseMCP, with 11 tracked versions. It was first listed on Mar 23, 2026 and most recently updated on Aug 16, 2026.
Ranks ahead of 109,426 of 115,591 servers on MCP Toplist.
Use GoldenCheck
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http goldencheck https://goldencheck-mcp-production.up.railway.app/mcp/claude mcp add goldencheck -- uvx goldencheck[mcp_servers.goldencheck]
url = "https://goldencheck-mcp-production.up.railway.app/mcp/"Add to ~/.codex/config.toml.
[mcp_servers.goldencheck]
command = "uvx"
args = ["goldencheck"]Add to ~/.codex/config.toml.
https://goldencheck-mcp-production.up.railway.app/mcp/Settings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"goldencheck": {
"command": "uvx",
"args": [
"goldencheck"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"goldencheck": {
"url": "https://goldencheck-mcp-production.up.railway.app/mcp/"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"goldencheck": {
"command": "uvx",
"args": [
"goldencheck"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"goldencheck": {
"type": "http",
"url": "https://goldencheck-mcp-production.up.railway.app/mcp/"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"goldencheck": {
"type": "stdio",
"command": "uvx",
"args": [
"goldencheck"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"goldencheck": {
"serverUrl": "https://goldencheck-mcp-production.up.railway.app/mcp/"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"goldencheck": {
"command": "uvx",
"args": [
"goldencheck"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"goldencheck": {
"url": "https://goldencheck-mcp-production.up.railway.app/mcp/"
}
}
}{
"mcpServers": {
"goldencheck": {
"command": "uvx",
"args": [
"goldencheck"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.benseverndev-oss%2Fgoldencheck)<a href="https://mcptoplist.com/server/io.github.benseverndev-oss%2Fgoldencheck"><img src="https://mcptoplist.com/badge/io.github.benseverndev-oss%2Fgoldencheck.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (2 delisted)
benzsevern
Other servers by benzsevern
- GoldenAnalysis#266 · 19 vers
- GoldenPipe#7,929 · 11 vers
- InferMap#8,555 · 9 vers
- GoldenFlow#27,297 · 8 vers
Available versions (11)
| Version | Published |
|---|---|
| 3.5.0 | Aug 16, 2026 |
| 3.0.1 | Jul 12, 2026 |
| 1.3.0 | Jun 1, 2026 |
| 1.2.0 | May 11, 2026 |
| 1.1.4 | Apr 12, 2026 |
| 1.1.3 | Apr 10, 2026 |
| 1.1.2 | Apr 10, 2026 |
| 1.1.1-1 | Apr 10, 2026 |
| 1.1.1 | Apr 10, 2026 |
| 1.0.2 | Mar 29, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains GoldenCheck?
- GoldenCheck is maintained by benzsevern, which publishes 7 MCP servers (63 total versions) tracked on MCP Toplist.
- Is GoldenCheck listed on the Official MCP Registry?
- Yes — GoldenCheck is listed on the Official MCP Registry, alongside Smithery and PulseMCP.
- How many versions does GoldenCheck have?
- MCP Toplist tracks 11 versions of GoldenCheck, most recently published on Aug 16, 2026.
- Where can I find the source code for GoldenCheck?
- The source code for GoldenCheck is hosted at github.com/benzsevern/goldencheck.git.