Home › Security › tamperlens-mcp
tamperlens-mcp
Was this document edited, did its redactions hold, is it safe for a model to read — Tamperlens API.
Topics: Security
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (npm 1.36.0)
npx -y tamperlens-mcp@1.36.0
Or add to your MCP client config:
{
"mcpServers": {
"tamperlens-mcp": {
"command": "npx",
"args": [
"-y",
"tamperlens-mcp@1.36.0"
],
"env": {
"TAMPERLENS_API_KEY": "<YOUR_VALUE>",
"TAMPERLENS_BASE_URL": "<YOUR_VALUE>",
"TAMPERLENS_ALLOWED_DIRS": "<YOUR_VALUE>"
}
}
}
}
TAMPERLENS_API_KEYsecret — Optional. Without it the anonymous allowance applies (10 documents/hour); a free key from tamperlens.com/account raises it. compare_documents requires a key.TAMPERLENS_BASE_URL— Optional. Defaults to the public deployment at https://tamperlens.com.TAMPERLENS_ALLOWED_DIRS— Optional. Colon- or comma-separated absolute directories to confine local file reads to. Unset means any absolute path the process can read (the default). Set it to an intake directory so a path argument cannot reach secrets like ~/.ssh or a stray .env; symlinks out of a root are resolved and refused.
Related servers
ida-pro-mcp
MCP server for IDA Pro, allowing you to perform binary analysis with AI assistants. This plugin implement decompilation, disassembly and…
GhidraMCP
A Model Context Protocol server for Ghidra that enables LLMs to autonomously reverse engineer applications. Provides tools for decompiling…
jadx-ai-mcp
JADX-AI-MCP is a plugin and MCP Server for the JADX decompiler that integrates directly with Model Context Protocol (MCP) to provide live…
beelzebub
Beelzebub is a honeypot framework that lets you build honeypot tools using MCP. Its purpose is to detect prompt injection or malicious…
SafeDep Vet MCP
Protect your AI agents and IDEs from malicious open-source packages.
skylos
Dead code, security, secrets detection and code quality for Python, TypeScript, Go.
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry