EExcel To JSON MCP By WTSolutionsThe 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

mcp-so:excel-to-json-mcp-by-wtsolutions_WTSolutions

View source
A
100/100

First Seen

Feb 18, 2026

Last Scanned

Feb 18, 2026

Findings

1

Score

100/100

LOW 1

Findings (1)

LOW
npx MCP server without version pin
L61

Detects MCP server configs using npx to run packages without version pinning

"command": "npx"
FIX

Pin the npx package in the MCP config to an exact version (e.g., @scope/server@1.2.3). Unpinned npx commands can silently fetch a compromised package version.

FP?

Likely FP if the MCP config is a local development setup example, though unpinned npx in production configs is a real supply chain risk.