Overview
Features
json_to_excel_mcp_from_data
Converts a JSON data string into a CSV string; handles arrays of objects or a single object; headers are derived from JSON keys.
json_to_excel_mcp_from_url
Fetches a publicly accessible JSON file from a URL and converts its content to CSV using the same object/array handling rules.
Two transport modes (SSE and Streamable HTTP)
Provides endpoints over SSE and Streamable HTTP, enabling both streaming-style and on-demand conversions.
JSON Schema validation
Input is validated against a JSON Schema with an online validator to ensure valid JSON before conversion.
Data type handling
Numbers and booleans are preserved as their textual representations; strings are escaped/quoted as needed; arrays/objects are stringified.
Excel-ready CSV output
Outputs a CSV data string that can be directly imported into Excel.
Descriptive error handling
Returns informative error messages for invalid JSON, network or file issues, and server errors.
Who Is This For?
- Developers:Integrate JSON-to-CSV conversion into apps or workflows via MCP SSE/HTTP endpoints to generate CSV data for Excel.




