CChatvolt McpA Model Context Protocol server that wraps the Chatvolt API, providing tools to manage agents, datastores, and CRM workflows. This is a TypeScript-based MCP server that provides tools to interact with Chatvolt.

mcp-so:chatvolt-mcp_Miguel J N Martinez

View source
A
100/100

First Seen

Feb 19, 2026

Last Scanned

Feb 20, 2026

Findings

1

Score

100/100

LOW 1

Findings (1)

LOW
npx MCP server without version pin
L114

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.