# GoldenPipe

Clean, validate, and deduplicate data in one step. Chains data quality checks, transformations, and deduplication into a single pipeline. Skips unnecessary steps automatically. 4 tools: run the full …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add benzsevern/goldenpipe

# Browse available tools
npx -y @smithery/cli@latest tool list benzsevern/goldenpipe

# Get full schema for a tool
npx -y @smithery/cli@latest tool get benzsevern/goldenpipe list_stages

# Call a tool
npx -y @smithery/cli@latest tool call benzsevern/goldenpipe list_stages '{}'
```

## Direct MCP Connection

Endpoint: `https://goldenpipe--benzsevern.run.tools`

## Tools (4)

- `list_stages` — List all discovered pipeline stages
- `validate_pipeline` — Validate pipeline wiring
- `run_pipeline` — Run a pipeline on a file
- `explain_pipeline` — Explain what a pipeline config does

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get benzsevern/goldenpipe <tool-name>
```
