GoldenCheck
Rank #14,032io.github.benzsevern/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 #14,032 of 130,833 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. GoldenCheck is listed across 2 registries — Smithery and PulseMCP, with 1 tracked version. It was first listed on Mar 23, 2026 and most recently updated on Nov 25, 2024.
Ranks ahead of 116,801 of 130,833 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.benzsevern%2Fgoldencheck)<a href="https://mcptoplist.com/server/io.github.benzsevern%2Fgoldencheck"><img src="https://mcptoplist.com/badge/io.github.benzsevern%2Fgoldencheck.svg" alt="MCP Toplist: Top 25% of 130,833" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry (1 delisted)
benzsevern
Other servers by benzsevern
- GoldenAnalysis#315 · 22 vers
- InferMap#12,465 · 4 vers
- GoldenPipe#18,122 · 1 ver
- GoldenFlow#58,812 · 1 ver
Available versions (1)
| Version | Published |
|---|---|
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains GoldenCheck?
- GoldenCheck is maintained by benzsevern, which publishes 5 MCP servers (29 total versions) tracked on MCP Toplist.
- Is GoldenCheck listed on the Official MCP Registry?
- GoldenCheck is not on the Official MCP Registry. It is listed on Smithery and PulseMCP.
- How many versions does GoldenCheck have?
- MCP Toplist tracks 1 version of GoldenCheck, most recently published on Nov 25, 2024.
- Where can I find the source code for GoldenCheck?
- The source code for GoldenCheck is hosted at github.com/benzsevern/goldencheck.git.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.