Data Transform Agent

by dashev88

266 downloads
Not rated
GitHub

About

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.

Details

Author
dashev88
Downloads
266
Categories
AI

- Converts between JSON, CSV, XML, YAML, TOML, HTML, Markdown, plain text, Base64, URL-encoded, hex, PDF, Excel, DOCX
- Reshapes nested JSON using dot‑notation path mapping (e.g., {"name": "user.profile.name"})
- Provides a list_capabilities tool to see supported conversions, pricing, and response times
- Remote server eliminates local setup and dependency management
- Supports over 45 format combinations from the listed input/output types

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Data Transform Agent
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Connect to the remote server by adding its URL to your MCP client configuration—no installation required. Once connected, invoke the transform, reshape_json, or list_capabilities tools directly.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "data transform agent": {
            "data-transform-agent": {
                "url": "https://transform-agent.fly.dev/mcp"
            }
        }
    }
}

McpServers

{
    "data-transform-agent": {
        "url": "https://transform-agent.fly.dev/mcp"
    }
}

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: ```json { "mcpServers": { "data-transform-agent": { "url": "https://transform-agent.fly.dev/mcp" } } }
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.