mcpbeat Sign in

Data Transform MCP Server

answering

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

Cloudflare Workers MCP server: data-transform

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

Nothing serious here today

Today is the operative word: we check Data Transform every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 9 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 161 ms 9 min ago

Alternatives to Data Transform

same job, measured the same way
Blog
by lazymac2x

Cloudflare Workers MCP server: blog

3 tools answering
Font Metadata
by lazymac2x

Cloudflare Workers MCP server: font-metadata

6 tools answering
Govdata Korea
by lazymac2x

Cloudflare Workers MCP server: govdata-korea

6 tools answering
API Mock Server
by lazymac2x

Cloudflare Workers MCP server: api-mock-server

6 tools answering
AI Eval
by lazymac2x

Cloudflare Workers MCP server: ai-eval

3 tools answering
Cron Parser
by lazymac2x

Cloudflare Workers MCP server: cron-parser

6 tools answering
A11y Scorer
by lazymac2x

Cloudflare Workers MCP server: a11y-scorer

4 tools answering
Domain Intel
by lazymac2x

Cloudflare Workers MCP server: domain-intel

4 tools answering

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 172 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 172 ms on average, which is faster than 72% 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?
We cannot say either way: written in JavaScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.