CCoresignalAccess comprehensive B2B data on companies, employees, and job postings for your LLMs and AI workflows. The MCP server provides access to the following data entities: Coresignal Multi-source Company API: Access to 39M+ company records. Coresignal Multi-source Employee API: Access to 725M+ employee records. Coresignal Jobs API: Access to 349M+ job posting records
mcp-so:coresignal_coresignal-mcp
View sourceA
100/100 First Seen
Feb 18, 2026
Last Scanned
Feb 20, 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.