mcpbeat

Data Transform MCP Server

io.github.lazymac2x/data-transform
answering

Data Transform is answering right now. Last checked 7 min ago. It exposes 10 tools. Last commit 11 Apr 2026.

Cloudflare Workers MCP server: data-transform

Uptime history 41 hours of history
41 hours agonow
100.0%
Uptime 24h
91 of 91 checks
10
Tools
read from the server
155 ms
Response time
average over 24h
0
Stars
last commit 11 Apr 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 7 min ago.

run in your terminal
claude mcp add data-transform --transport http https://api.lazy-mac.com/data-transform/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "data-transform": {
      "url": "https://api.lazy-mac.com/data-transform/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.data-transform]
url = "https://api.lazy-mac.com/data-transform/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "data-transform": {
      "url": "https://api.lazy-mac.com/data-transform/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "data-transform": {
      "url": "https://api.lazy-mac.com/data-transform/mcp"
    }
  }
}

Available tools 10

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

json
json_to_csv
Convert a JSON array of objects to CSV text. Optionally specify a delimiter.
json_to_xml
Convert a JSON object or array to XML string.
csv
csv_to_json
Parse CSV text into a JSON array of objects.
filter
filter
Filter a JSON array by a query object. Supports >, <, ! prefixes for comparisons.
flatten
flatten
Flatten a nested JSON object into dot-notation keys.
pick
pick
Pick specific fields from each object in a JSON array.
sort
sort
Sort a JSON array by a field.
stats
stats
Compute statistics (count, sum, mean, min, max, median) for a numeric field.
unflatten
unflatten
Unflatten a dot-notation JSON object back into nested structure.
validate
validate
Validate a JSON string and return type, size, or error.

Endpoints

URLTransportStateLatencyChecked
https://api.lazy-mac.com/data-transform/mcp streamable-http answering 139 ms 7 min ago

Data Transform — questions

Answers built from our own checks of this server.

What can Data Transform do?
It exposes 10 tools, read directly from the server on our last check. Among them: csv_to_json, filter, flatten, json_to_csv, json_to_xml, pick and 4 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Data Transform working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 155 ms. The bar chart above shows every period we have measured.
How do I connect Data Transform?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Data Transform need an API key?
No. Data Transform completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 10 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Data Transform?
It answers our handshake in 155 ms on average, which is faster than 73% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Data Transform open source?
Yes — written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.