mcpbeat Sign in

Trentina MCP Server

local only

Trentina runs on your own machine — the client starts it, so there is no endpoint to ping. 55 installs a week from pypi. Last commit 18 Sep 2026.

Secure MCP gateway and quarantine for AI agent traffic — three-layer prompt injection defense

Installs per day peak 15 · avg 8 · +0% w/w
a month agotoday
55
Installs / week
pypi · mcp-trentina-crunchtools
10
Stars
16 open issues
18 Sep 2026
Last commit
0 releases in 90 days
AGPL-3.0
License
Python

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 [пакет] cockpit-airlock/airlock.js:1, [пакет] cockpit-airlock/index.html:1
этот файл ставится пользователю, но в репозитории его нет
Image runs as root Containerfile:36
USER 0

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 trentina -- uvx mcp-trentina-crunchtools
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "trentina": {
      "args": [
        "mcp-trentina-crunchtools"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.trentina]
command = "uvx"
args = ["mcp-trentina-crunchtools"]
.cursor/mcp.json
{
  "mcpServers": {
    "trentina": {
      "args": [
        "mcp-trentina-crunchtools"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "trentina": {
      "args": [
        "mcp-trentina-crunchtools"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Trentina

same job, measured the same way
AI Firewall MCP
by akhilucky

Multi-agent LLM security layer detecting prompt injection and jailbreaks.

89 installs/wk local only
Tripwire
by bonesdefi

Security gateway for MCP agents: blocks prompt-injection-driven tool calls before they execute.

35 installs/wk local only
Promptrejectormcp
by revsmoke

Security gateway for AI agents: detects prompt injections, jailbreaks, and common vulnerabilities.

24 installs/wk local only
Proofpoint
by wyre-technology

MCP server for Proofpoint TAP — threat intelligence, forensics, quarantine, and email security.

local only
Proofpoint
by wyre-ai

MCP server for Proofpoint TAP — threat intelligence, forensics, quarantine, and email security.

local only
Agent Security Scanner MCP
by sinewaveai

Security layer for AI agents: blocks prompt injection, detects fake packages, scans vulnerabilities.

728 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
Singularity - MCP Discovery & Security Gateway
by gaurav-kumar-sinha-060705

Find, vet, and run MCP tools through a secure audited gateway with prompt-injection risk scoring

5 tools answering

Trentina — questions

Answers built from our own checks of this server.

Why is there no uptime for Trentina?
Trentina 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 pypi package mcp-trentina-crunchtools was installed 55 times last week.
How do I connect Trentina?
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 mcp-trentina-crunchtools straight from pypi; nothing to host, nothing to sign up for.
How many people use Trentina?
The pypi package mcp-trentina-crunchtools was installed 55 times in the last week. Week over week that is +0%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Trentina open source?
Yes — it is published under the AGPL-3.0 licence, written in Python, 10 stars on GitHub and 16 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.