Skip to content
Back to search
100
MCP live v1.1.5 streamable-http

GoldenFlow

io.github.benzsevern/goldenflow

Standardize, reshape, and normalize messy data — CSV, Excel, Parquet, S3, databases.

Uptime
33.3%
18 probes
Response
735ms
last probe
Tools
10
callable

Tools · 10

transform

Transform a data file using GoldenFlow. Zero-config or config-driven.

map

Auto-map schemas between source and target files.

profile

Profile a data file showing column types, nulls, and patterns.

learn

Generate a YAML config from data patterns.

diff

Compare two data files and show what changed (added, removed, modified rows).

validate

Dry-run transform on a file. Shows what would change without writing output.

list_transforms

List all registered transforms with their modes, input types, and auto-apply status.

explain_transform

Describe what a specific transform does, its mode, and input types.

list_domains

List available domain packs (e.g., people_hr, ecommerce, finance).

select_from_findings

Map GoldenCheck findings to recommended GoldenFlow transforms. Bridge tool for Check-to-Flow handoff.

Similar MCP servers embedding-nearest

GoldenFlow
Standardize, reshape, and normalize messy data — CSV, Excel, Parquet, S3, databases.
0 tools · streamable-http
GoldenFlow
Data transformation toolkit for standardizing, reshaping, and normalizing messy data.
0 tools
GoldenPipe
Data quality pipeline orchestrator chaining validation, transformation, and deduplication stages.
0 tools
GoldenPipe live
One command to validate, transform, and deduplicate — chain GoldenCheck + Flow + Match.
4 tools · streamable-http
GoldenPipe
One command to validate, transform, and deduplicate — chain GoldenCheck + Flow + Match.
0 tools · streamable-http
GoldenCheck
Data validation that discovers rules from data with scanning, profiling, and health scoring.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "goldenflow": {
      "url": "https://goldenflow-mcp-production.up.railway.app/mcp/",
      "transport": "streamable-http"
    }
  }
}