#WTSolutions
2 results found
Json To Excel By Wtsolutions
The JSON to Excel MCP (Model Context Protocol) provides a standardized interface for converting JSON data into CSV format string using the Model Context Protocol. This MCP implementation offers two specific tools for data conversion: json_to_excel_mcp_from_data: Converts JSON data string into CSV format. json_to_excel_mcp_from_url: Converts JSON file from a provided URL (.json format) into CSV format string.
Excel To JSON MCP By WTSolutions
The Excel to JSON MCP (Model Context Protocol) provides a standardized interface for converting Excel and CSV data into JSON format using the Model Context Protocol. This MCP implementation offers two specific tools for data conversion: excel_to_json_mcp_from_data: Converts tab-separated or comma-separated text data excel_to_json_mcp_from_url: Converts Excel from a provided URL