MCP server intelligence profile

JSON to Excel MCP by WTSolutions MCP Server

The JSON to Excel MCP provides a standardized interface for converting (1)JSON data (2)URL pointing to JSON files into CSV format

Local Onlyhe-yang
Awaiting current scanNpm · 0.4.0

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

1Distribution channel
2Independently observed tools
0Linked remote endpoints
AvailableVersion intelligence

Detailed security scan evidence is not public for this MCP yet. Public identity, registry metadata, and independently observed protocol inventory remain available.

Install and connect

Installation and connection instructions are shown only when supported by retained package, repository, or endpoint evidence.

Install json-to-excel-mcp from npm

Version 0.4.0 declares 1 executable entrypoint.

npm install --save-exact json-to-excel-mcp@0.4.0
npx -y -p json-to-excel-mcp@0.4.0 json-to-excel-mcp
MCP client configuration example
{
  "mcpServers": {
    "json-to-excel-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "-p",
        "json-to-excel-mcp@0.4.0",
        "json-to-excel-mcp"
      ]
    }
  }
}

Identity

Canonical slugjson-to-excel-mcp-by-wtsolutions-73125065DeploymentLocal Only
Canonical packagenpm:json-to-excel-mcpRepositoryhe-yang/json-to-excel-mcp
First publishedLatest release
Last security verificationClassification confidence90%
PublicationDraftOfficial distributionNot verified

Distributions

ChannelIdentifierCurrent versionVersionsSource
npmjson-to-excel-mcp0.4.01Repository

Current release

PackageVersionPublished / observedInventorySecurity scan
npmjson-to-excel-mcp0.4.0CurrentSep 5, 20262 toolsSucceeded · 0 resources · 3 promptsEvidence restricted
Enterprise protection

Continuously monitor this MCP for security risk

Independently scan the exact version your agents use, receive alerts when its risk changes, and investigate every finding with retained version evidence.

  • Independent exact-version security scans
  • Continuous release and vulnerability monitoring
  • Risk-change alerts with capability context
  • Historical evidence and API exports
Custom pricingContact salesTailored to your organization, integrations, data needs, and support requirements.

Current version evidence

No public current-version evidence is available yet.

Current protocol inventory

2025-06-18Negotiated protocol
JSON to Excel MCP by WTSolutionsServer-reported name
2Capability groups
Aug 22, 2026Observed

Tools 2

ToolCategoryAnnotationsRisk
json_to_excel_mcp_from_dataConvert JSON data to CSV data.
Input schema
{
  "type": "object",
  "properties": {
    "data": {
      "type": "string",
      "minLength": 1,
      "description": "JSON data to be converted to CSV"
    },
    "options": {
      "type": "object",
      "properties": {
        "jsonMode": {
          "type": "string",
          "enum": [
            "nested",
            "flat"
          ],
          "description": "Format mode for JSON output: “nested”, or “flat”"
        },
        "delimiter": {
          "type": "string",
          "enum": [
            ".",
            "_",
            "__",
            "/"
          ],
          "description": "Delimiter character for nested JSON keys when using jsonMode: “nested”, acceptable delimiters are “.”, “_”, “__”, “/”."
        },
        "maxDepth": {
          "type": "string",
          "enum": [
            "unlimited",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "12",
            "13",
            "14",
            "15",
            "16",
            "17",
            "18",
            "19",
            "20"
          ],
          "description": "Maximum depth for nested JSON objects when using jsonMode: “nested”. For maxDepth, “unlimited”, “1” ~ “20” acceptable."
        },
        "proCode": {
          "type": "string",
          "description": "Pro Code for JSON to Excel MCP by WTSolutions."
        }
      },
      "additionalProperties": false
    }
  },
  "required": [
    "data"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}
json_to_excel_mcp_from_urlConvert JSON data from publicly accessible URL(.json format) to CSV data.
Input schema
{
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "minLength": 1,
      "description": "Publicly accessible URL of the JSON file"
    },
    "options": {
      "type": "object",
      "properties": {
        "jsonMode": {
          "type": "string",
          "enum": [
            "nested",
            "flat"
          ],
          "description": "Format mode for JSON output: “nested”, or “flat”"
        },
        "delimiter": {
          "type": "string",
          "enum": [
            ".",
            "_",
            "__",
            "/"
          ],
          "description": "Delimiter character for nested JSON keys when using jsonMode: “nested”, acceptable delimiters are “.”, “_”, “__”, “/”."
        },
        "maxDepth": {
          "type": "string",
          "enum": [
            "unlimited",
            "1",
            "2",
            "3",
            "4",
            "5",
            "6",
            "7",
            "8",
            "9",
            "10",
            "11",
            "12",
            "13",
            "14",
            "15",
            "16",
            "17",
            "18",
            "19",
            "20"
          ],
          "description": "Maximum depth for nested JSON objects when using jsonMode: “nested”. For maxDepth, “unlimited”, “1” ~ “20” acceptable."
        },
        "proCode": {
          "type": "string",
          "description": "Pro Code for JSON to Excel MCP by WTSolutions. "
        }
      },
      "additionalProperties": false
    }
  },
  "required": [
    "url"
  ],
  "additionalProperties": false,
  "$schema": "http://json-schema.org/draft-07/schema#"
}

Resources 0

  • None observed.

Resource templates 0

  • None observed.

Prompts 3

  • from-datafrom-data

    Convert JSON data to CSV data

  • from-urlfrom-url

    Convert JSON file to CSV data, the JSON file URL is publically avaliable. URL should point to .json file and start with https.

  • from-url-uploadfrom-url-upload

    Convert JSON file to CSV data, the JSON file is uploaded to AI model

Remote endpoints

EndpointTransportAuthenticationHealthObserved
No verified remote endpoint is linked.

JSON to Excel MCP by WTSolutions MCP Server questions

How do I install JSON to Excel MCP by WTSolutions MCP Server?

Install the selected package version with: npm install --save-exact json-to-excel-mcp@0.4.0

What tools does JSON to Excel MCP by WTSolutions MCP Server provide?

JSON to Excel MCP by WTSolutions MCP Server exposed 2 tools during independent protocol observation, including json_to_excel_mcp_from_data, json_to_excel_mcp_from_url.

Is JSON to Excel MCP by WTSolutions MCP Server secure?

The selected current version does not yet have completed public verification. Unknown does not mean clean or vulnerable.

Company and product intelligence

These internal links are derived from strong identity fields such as the implementation name, package, repository, vendor, and listing name—not generic description prose.

Associated company landscape

Microsoft & Azure intelligence →

Association is based on retained identity fields; it does not by itself prove first-party publication.

Explore related MCP server guides

Curated product and capability guides containing this catalog record.

Official vs Community MCP Servers

Let’s talk about MCP security.

Share your details and our security team will contact you.