# data-transform MCP server

Cloudflare Workers MCP server: data-transform

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-lazymac2x-data-transform
- Repository: https://github.com/lazymac2x/data-transform-api

## Install
- Endpoint: https://api.lazy-mac.com/data-transform/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://api.lazy-mac.com/data-transform/mcp

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

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.lazymac2x
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 16, 2026
- Source: https://registry.modelcontextprotocol.io
