toolprint

jestatsio/toolprint
★ 0 stars TypeScript 🔒 Security Updated today
package-lock.json for MCP trust. Scan any Model Context Protocol server for tool poisoning, leaked secrets, and — above all — silent tool rug-pulls, and pin what you trust into a committed, reviewable toolprint.lock.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "toolprint": {
      "command": "npx",
      "args": [
        "-y",
        "jestatsio/toolprint"
      ]
    }
  }
}