GoldenPipe
Rank #7,929io.github.benseverndev-oss/goldenpipe
One command to validate, transform, and deduplicate — chain GoldenCheck + Flow + Match.
GoldenPipe is a Model Context Protocol (MCP) server published by benzsevern. It ranks #7,929 of 115,591 servers tracked on MCP Toplist. GoldenPipe is listed across 3 registries — Official MCP, PulseMCP and Glama, with 11 tracked versions. It was first listed on Mar 25, 2026 and most recently updated on Aug 16, 2026.
Ranks ahead of 107,662 of 115,591 servers on MCP Toplist.
Use GoldenPipe
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http goldenpipe https://goldenpipe-mcp-production.up.railway.app/mcp/claude mcp add goldenpipe -- uvx goldenpipe[mcp_servers.goldenpipe]
url = "https://goldenpipe-mcp-production.up.railway.app/mcp/"Add to ~/.codex/config.toml.
[mcp_servers.goldenpipe]
command = "uvx"
args = ["goldenpipe"]Add to ~/.codex/config.toml.
https://goldenpipe-mcp-production.up.railway.app/mcp/Settings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"goldenpipe": {
"command": "uvx",
"args": [
"goldenpipe"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"goldenpipe": {
"url": "https://goldenpipe-mcp-production.up.railway.app/mcp/"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"goldenpipe": {
"command": "uvx",
"args": [
"goldenpipe"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"goldenpipe": {
"type": "http",
"url": "https://goldenpipe-mcp-production.up.railway.app/mcp/"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"goldenpipe": {
"type": "stdio",
"command": "uvx",
"args": [
"goldenpipe"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"goldenpipe": {
"serverUrl": "https://goldenpipe-mcp-production.up.railway.app/mcp/"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"goldenpipe": {
"command": "uvx",
"args": [
"goldenpipe"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"goldenpipe": {
"url": "https://goldenpipe-mcp-production.up.railway.app/mcp/"
}
}
}{
"mcpServers": {
"goldenpipe": {
"command": "uvx",
"args": [
"goldenpipe"
]
}
}
}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%2Fgoldenpipe)<a href="https://mcptoplist.com/server/io.github.benseverndev-oss%2Fgoldenpipe"><img src="https://mcptoplist.com/badge/io.github.benseverndev-oss%2Fgoldenpipe.svg" alt="MCP Toplist: Top 10% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
benzsevern
Other servers by benzsevern
- GoldenAnalysis#266 · 19 vers
- GoldenCheck#6,165 · 11 vers
- InferMap#8,555 · 9 vers
- GoldenFlow#27,297 · 8 vers
Available versions (11)
| Version | Published |
|---|---|
| 1.5.0 | Aug 16, 2026 |
| 1.2.1 | Jun 1, 2026 |
| 1.1.0 | May 11, 2026 |
| 1.0.8 | Apr 12, 2026 |
| 1.0.7 | Apr 10, 2026 |
| 1.0.6 | Apr 10, 2026 |
| 1.0.5-1 | Apr 10, 2026 |
| 1.0.5 | Apr 10, 2026 |
| 1.0.2 | Mar 31, 2026 |
| 1.0.1 | Mar 29, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains GoldenPipe?
- GoldenPipe is maintained by benzsevern, which publishes 7 MCP servers (63 total versions) tracked on MCP Toplist.
- Is GoldenPipe listed on the Official MCP Registry?
- Yes — GoldenPipe is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does GoldenPipe have?
- MCP Toplist tracks 11 versions of GoldenPipe, most recently published on Aug 16, 2026.
- Where can I find the source code for GoldenPipe?
- The source code for GoldenPipe is hosted at github.com/benzsevern/goldenpipe.git.