
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
calllint-mcp
Advanced tools
MCP server for CallLint — a static preflight safety gate for MCP servers and agent tools. Use before installing or approving other MCP servers. Never executes the server it judges.
The MCP server for CallLint — a static preflight safety gate for MCP servers and agent tools.
Use CallLint before installing or approving other MCP servers. It produces
evidence-backed verdicts — SAFE / REVIEW / BLOCK / UNKNOWN — for MCP
configs and install snippets, entirely statically. It never executes the
server it judges.
calllint-mcp is a thin wrapper: every tool delegates to the same engine behind
the calllint CLI. No analysis logic
of its own, no network on the scan path, no server execution.
The wrapper is versioned independently of the engine it embeds: calllint-mcp
0.2.0 bundles the CallLint 1.1.x engine. The wrapper version tracks the MCP
surface (tools, transport, registry metadata); the embedded engine version
tracks verdict semantics.
No install needed — run via npx:
// e.g. Claude Desktop / Cursor MCP config
{
"mcpServers": {
"calllint": {
"command": "npx",
"args": ["-y", "calllint-mcp"]
}
}
}
| Tool | What it does |
|---|---|
scan_mcp_config_path | Scan an MCP config file on disk → full ScanReport (verdict + evidence). |
scan_mcp_config_json | Scan MCP config JSON → compact decisions (verdict, fingerprint, reason codes). |
verify_baseline | Compare a config against a recorded baseline → drift / rug-pull signal. |
explain_finding | Full evidence-backed explanation of why a verdict was reached. |
generate_agent_rule | Emit the CallLint agent-safety rule for a host (claude, cursor, copilot, …). |
generate_ci_gate_snippet | Emit a GitHub Actions workflow that gates a repo on its agent-tool surface. |
SAFE means "no blockers observed", not proof of runtime safety.UNKNOWN is never treated as safe.JSON-RPC 2.0 over stdio (MCP). Zero runtime dependencies — the server is bundled
into a single file, consistent with the calllint CLI.
Apache-2.0
FAQs
MCP server for CallLint — a static preflight safety gate for MCP servers and agent tools. Use before installing or approving other MCP servers. Never executes the server it judges.
The npm package calllint-mcp receives a total of 41 weekly downloads. As such, calllint-mcp popularity was classified as not popular.
We found that calllint-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.