mcpbeat Sign in

ToolTrust Scanner MCP Server

by agentsafe-ai Your server? Claim it
local only

ToolTrust Scanner runs on your own machine — the client starts it, so there is no endpoint to ping. 79 installs a week from npm. Last commit 4 Aug 2026.

Scans MCP servers for prompt injection, data exfiltration, and privilege escalation.

Installs per day peak 25 · avg 9 · -27% w/w
a month agotoday
79
Installs / week
npm · tooltrust-mcp
19
Stars
0 open issues
4 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Go

What the code does

We read the source, 21 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] bin/run.js:1
этот файл ставится пользователю, но в репозитории его нет
                resolved = filepath.Join(cwd, resolved)
  const child = spawn(binPath, args, { stdio: 'inherit' });

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add tooltrust-scanner -- npx -y tooltrust-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tooltrust-scanner": {
      "args": [
        "-y",
        "tooltrust-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.tooltrust-scanner]
command = "npx"
args = ["-y", "tooltrust-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "tooltrust-scanner": {
      "args": [
        "-y",
        "tooltrust-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "tooltrust-scanner": {
      "args": [
        "-y",
        "tooltrust-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to ToolTrust Scanner

same job, measured the same way
Mcpshield
by mcpshield-dev

Security scanner for MCP servers - detects tool poisoning and injection

42 installs/wk local only
Hares — MCP security scanner
by alialrikabi313

Multi-layer security scanner for MCP servers and agent skills (injection, exfiltration)

24 installs/wk local only
AIShield Security Scanner
by lm203688

Scans MCP servers for tool poisoning, prompt injection and supply chain risks.

46 installs/wk 9 tools local only
Mund — MCP Security Scanner
by tyox-all

Scan for prompt injection, secrets, PII, and vet MCP servers before installation

48 installs/wk local only
Heimdall
by caglarbozkurt

Scan an MCP server or agent config for injection, exfiltration, and risky capabilities.

42 installs/wk local only
TrustScan
by entradox

Security scanner for MCP servers and skills: Unicode injection, patterns, secrets.

4 tools answering
ESG MCP Servers
by freminder

31 MCP tools for ESG data extraction, PDF processing, vector search, and EU regulation analysis.

77 installs/wk local only
Dataiku MCP
by clssck

MCP server for Dataiku DSS project, flow, and operations APIs.

34 installs/wk local only

ToolTrust Scanner — questions

Answers built from our own checks of this server.

Why is there no uptime for ToolTrust Scanner?
ToolTrust Scanner runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package tooltrust-mcp was installed 79 times last week.
How do I connect ToolTrust Scanner?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls tooltrust-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use ToolTrust Scanner?
The npm package tooltrust-mcp was installed 79 times in the last week. Week over week that is -27%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is ToolTrust Scanner open source?
Yes — it is published under the MIT licence, written in Go and 19 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.