MCP.so
登录

Json To Excel By Wtsolutions

@he-yang

关于 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:

基本信息

分类

数据与分析

传输方式

stdio

发布者

he-yang

提交者

WTSolutions

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "json2excelsse": {
      "type": "sse",
      "url": "https://mcp2.wtsolutions.cn/sse"
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Json To Excel By Wtsolutions?

Json To Excel By Wtsolutions is an MCP server that converts JSON data into CSV format strings via standardized tools. It integrates with AI models through the Model Context Protocol using SSE or Streamable HTTP transports.

How to use Json To Excel By Wtsolutions?

Configure an MCP client with the server URL for SSE (https://mcp2.wtsolutions.cn/sse) or Streamable HTTP (https://mcp2.wtsolutions.cn/mcp). Then invoke either json_to_excel_mcp_from_data (pass a JSON string) or json_to_excel_mcp_from_url (pass a public URL to a .json file).

Key features of Json To Excel By Wtsolutions?

  • Convert JSON data string to CSV
  • Convert JSON from a URL to CSV
  • Handles arrays of objects and single objects
  • Returns CSV as a string in JSON response
  • Supports SSE and Streamable HTTP transports
  • Free to use with no installation required

Use cases of Json To Excel By Wtsolutions?

  • An AI assistant converts a user’s JSON data into a CSV that can be imported into Excel.
  • An online tool fetches a .json file from a URL and returns a downloadable CSV.
  • Batch processing of API responses from a hosted JSON endpoint.

FAQ from Json To Excel By Wtsolutions

What format does the server return?

The server returns CSV data as a string inside a JSON object, with isError, msg, and data fields.

What transport protocols are available?

The server supports SSE (Server-Sent Events) at https://mcp2.wtsolutions.cn/sse and Streamable HTTP at https://mcp2.wtsolutions.cn/mcp.

How is invalid JSON handled?

The server returns an error response with isError: true and a message like "Invalid JSON format".

Is Json To Excel By Wtsolutions free to use?

Yes, the service is currently free.

Where does the converted data live?

The conversion happens server-side; only the CSV string is returned in the MCP response. The server does not store uploaded data permanently.

评论

数据与分析 分类下的更多 MCP 服务器