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.

コメント

「データと分析」の他のコンテンツ