Converts complex information between diverse formats including JSON, CSV, PDF, and Excel. Restructures nested data architectures using simple path mapping for easier analysis. Simplifies data migration and document processing tasks across various platforms.
Overview
Data Transform Agent
A remote MCP server that converts data between 43+ format combinations and reshapes JSON structures.
Tools
- transform — Convert data between formats (JSON, CSV, XML, YAML, TOML, HTML, Markdown, plain text, Base64, URL-encoded, hex, PDF, Excel, DOCX)
- reshape_json — Restructure nested JSON using dot-notation path mapping (e.g.
{"name": "user.profile.name"}) - list_capabilities — List all supported conversions with pricing and response times
Usage
Connect to the remote server — no installation required:
{
"mcpServers": {
"data-transform-agent": {
"url": "https://transform-agent.fly.dev/mcp"
}
}
}
Server Config
{
"mcpServers": {
"data-transform-agent": {
"url": "https://transform-agent.fly.dev/mcp"
}
}
}