
GoldenPipe
Run one agent-driven pipeline that validates, transforms, and deduplicates data by chaining GoldenCheck, Flow, and Match.
Overview
GoldenPipe is a MCP server for the Build phase that chains validate, transform, and deduplicate steps across the Golden data tools in one command.
What is this MCP server?
- One-command orchestration across GoldenCheck, Flow, and Match (Golden family)
- Validate, transform, and deduplicate in a single MCP workflow
- MCP 1.2.1 with streamable-http on Railway or stdio via PyPI `goldenpipe` and uvx
- Documented as pipeline glue rather than three separate agent round-trips
- Fits pre-ship data QA when you still iterate on imports
- MCP server version 1.2.1
- Chains GoldenCheck + Flow + Match per catalog description
- Transports: Railway streamable-http and stdio via PyPI goldenpipe
What problem does it solve?
You waste agent turns running separate validate, transform, and dedupe tools on the same file.
Who is it for?
Builders already using or willing to adopt the Golden MCP family who want a single pipeline entrypoint from Claude Code or Cursor.
Skip if: Projects that only need a one-off duplicate scan without validation or transformation.
What do I get? / Deliverables
One MCP invocation runs the GoldenCheck-Flow-Match style chain so cleaned data is ready for import or tests.
- End-to-end validated and deduplicated datasets from one tool call
- Less manual sequencing between Golden MCP tools
- Repeatable import hygiene script path for agents
Recommended MCP Servers
Journey fit
GoldenPipe is shelved under build because it wires the Golden stack into a single integration-style command agents can call. Chained validate-transform-dedupe is what you run while connecting sources to your app, not after launch SEO work.
How it compares
Orchestration MCP across Golden servers, not a standalone column-mapping or QR distribution tool.
Common Questions / FAQ
Who is GoldenPipe for?
Solo builders and small teams automating tabular data prep through AI agents with the Bensevern Golden stack.
When should I use GoldenPipe?
When importing or syncing data and you need validation, transforms, and deduplication in one repeatable agent workflow.
How do I add GoldenPipe to my agent?
Add the Railway goldenpipe MCP URL or configure stdio with uvx and the goldenpipe PyPI identifier in your MCP settings.