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

GoldenFlow

io.github.benzsevern/goldenflow

Data transformation toolkit — standardize, reshape, and normalize messy data

Uptime
35.3%
17 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
Data transformation toolkit for standardizing, reshaping, and normalizing messy data.
0 tools
GoldenCheck live
Auto-discover validation rules from data — scan, profile, health-score. No rules to write.
19 tools · streamable-http
GoldenMatch live
Find duplicate records in 30 seconds. Zero-config entity resolution, 97.2% F1 out of the box.
42 tools · streamable-http
GoldenPipe live
One command to validate, transform, and deduplicate — chain GoldenCheck + Flow + Match.
4 tools · streamable-http
GoldenPipe
Data quality pipeline orchestrator chaining validation, transformation, and deduplication stages.
0 tools
iflow-mcp_yusufkaraaslan_skill_seekers
Convert documentation websites, GitHub repositories, and PDFs into Claude AI skills
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"
    }
  }
}