Tamperlens runs on your own machine — the client starts it, so there is no endpoint to ping. 40 installs a week from npm.
Was this document edited, did its redactions hold, is it safe for a model to read — Tamperlens API.
The linked repository no longer exists on GitHub — it was deleted or made private.
We have not read this server's code yet
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.
пакет tamperlens-mcp ссылается на haruodev/tamperlens
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
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.
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.
claude mcp add mcp -- npx -y tamperlens-mcp
{
"mcpServers": {
"mcp": {
"args": [
"-y",
"tamperlens-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.mcp]
command = "npx"
args = ["-y", "tamperlens-mcp"]
{
"mcpServers": {
"mcp": {
"args": [
"-y",
"tamperlens-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"mcp": {
"args": [
"-y",
"tamperlens-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
TAMPERLENS_API_KEY (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.).
The author declared them in the registry entry; get the values from the project itself.
MCP server for the Google Docs API: read and edit documents, styles, tables, images, comments.
MCP server for the Transkribus REST API — collections, documents, HTR/OCR, and models.
MCP server for self-hosted Nutrient Document Engine: extract, edit, redact, and annotate documents.
Model Context Protocol server for the DocAuto document-generation API.
+50 tools to inspect, select, edit and document elements in live Revit models.
One section in, one section out — on Markdown/GEML files, bad writes refused.
MCP server for Polarion ALM — read and write documents and work items
Google Docs as MCP tools: read, edit, suggest and comment on documents.
Answers built from our own checks of this server.