Static preflight safety gate for MCP servers — scan configs before you run them. Never executes.
Calllint MCP server is a hosted integration for AI assistants that speak the Model Context Protocol. Static preflight safety gate for MCP servers — scan configs before you run them. Never executes.
CallLint is a pre-flight risk linter for MCP and agent-tool configs. It checks the blast radius before the tool runs: what each tool can read, write, execute, connect to, send, or mutate — then returns an evidence-backed verdict (SAFE / REVIEW / BLOCK / UNKNOWN) before your agent ever loads the server.
An agent's power is the union of its tools' permissions. A single MCP server can add filesystem write, shell execution, network egress, or model-directed instructions to an autonomous agent — usually described only by untrusted, tool-provided metadata. CallLint inspects that surface statically and tells you, with evidence, what you would be granting before you grant it.
Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
Once Calllint is connected, these are the calls the assistant has available:
Deterministic — same input, same verdict. No model in the decision pathEvidence-backed — every finding cites the exact config field it came fromprompt.poisoning — model-directed instructions in tool metadata (blocker)prompt.hidden-instructions — hidden/obfuscated content (zero-width, bidi,prompt.surface-instructions — model-directed or hidden content in a projectexec.dangerous-command — shell-out / interpreter / package-runner commandsexec.unverified-local-source — runs a local script/binary that is not afiles.broad-path — over-broad filesystem grants, incl. docker bind-mount hostsupply.unpinned-package — unpinned package specs (rug-pull surface)Detector — Risk symbolsecretEnvKeys — 🔐 SecretsbroadFilesystemPath — 📁 FilesPlenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Calllint's toolset — Deterministic, Evidence-backed, prompt.poisoning and 11 more — is a fair guide to whether it matches your workflow. It is maintained by calllint; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| Deterministic | same input, same verdict. No model in the decision path. |
| Evidence-backed | every finding cites the exact config field it came from. |
| prompt.poisoning | model-directed instructions in tool metadata (blocker) |
| prompt.hidden-instructions | hidden/obfuscated content (zero-width, bidi, |
| prompt.surface-instructions | model-directed or hidden content in a project |
| exec.dangerous-command | shell-out / interpreter / package-runner commands |
| exec.unverified-local-source | runs a local script/binary that is not a |
| files.broad-path | over-broad filesystem grants, incl. docker bind-mount host |
| supply.unpinned-package | unpinned package specs (rug-pull surface) |
| Detector | Risk symbol |
| secretEnvKeys | 🔐 Secrets |
| broadFilesystemPath | 📁 Files |
| unknownRemote | 🌐 Network |
| promptPoisoning | 🧠 Prompt |
{
"mcpServers": {
"calllint": {
"command": "npx",
"args": ["-y", "calllint"]
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.