Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ”’ Security
  3. Truecopy
Truecopy logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 7:33:17 PM

Truecopy

User RatingsBe the first to rate and review this MCP server!
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website
mcpsecuritysupply-chaindeveloper-tools

Scans, hashes, verifies, and enforces trusted MCP tools through a lockfile and runtime proxy.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "askalf-truecopy": {
      "command": "npx",
      "args": [
        "-y",
        "@askalf/truecopy"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ”’ More in Security

Overview

askalf/truecopy MCP server vets MCP manifests and skills for prompt-injection or exfiltration instructions before they run. It records approved content hashes, optionally signs them, and checks the lockfile for drift during later verification or CI runs. Its bundled MCP proxy exposes only pinned, unchanged, and unpoisoned tools, blocking tools that fail those checks. Reach for it when agent tools come from repositories, marketplaces, or other sources that may change after review.

Use cases

โ€ขScan an MCP manifest for poisoned tool descriptions
โ€ขPin approved server content in a committed lockfile
โ€ขVerify MCP server drift in continuous integration
โ€ขProxy a live MCP server with only vetted tools exposed

Key features

โ€ขPoison scanning for MCP tools and skills
โ€ขContent-hash lockfile pinning
โ€ขOptional Ed25519 signing
โ€ขOffline drift verification
โ€ขRuntime MCP proxy enforcement
โ€ขClaude Code hook integration

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Truecopy.

Extracted Tool Capabilities
Poison scanning for MCP tools and skills
Content-hash lockfile pinning
Optional Ed25519 signing
Offline drift verification
Runtime MCP proxy enforcement
Claude Code hook integration

How Truecopy works

What askalf/truecopy MCP server does

askalf/truecopy MCP server provides a supply-chain control layer for MCP servers and agent skills. It examines tool names, descriptions, and schemas for instruction-override and exfiltration patterns, then stores approved content hashes in truecopy.lock. The lock can also contain Ed25519 signatures when signing is enabled.

The project addresses two separate risks: malicious instructions hidden in tool metadata and silent changes to tools that were previously reviewed. A scan can identify suspicious content before installation, while later verification detects changes to pinned files. The repository describes the process as scan, pin, verify, and enforce.

How it works

Run scan against an MCP manifest, skill, or directory to inspect it for poisoning indicators. add performs the vetting step and records the selected source in the lockfile; it refuses a poisoned skill. verify rechecks every locked item for both drift and poisoning, returning a nonzero exit status when a check fails. diff, list, and remove help inspect or maintain the pinned set.

At runtime, askalf/truecopy MCP server can sit between an MCP client and a live server through the truecopy-mcp proxy. The proxy filters tools/list so that only pinned, unchanged, and unpoisoned tools are exposed. Calls to removed tools return a normal tool error. With --strict, any problem causes the whole server to be blocked instead of filtering individual tools.

Setup and configuration

Install the published package globally with npm i -g @askalf/truecopy, or use a pinned release such as @0.10.3. The README also documents installation directly from the GitHub repository. Commands can be run one at a time with npx -y @askalf/truecopy.

A typical workflow is to scan a manifest, add it to truecopy.lock, and run verification in CI. The runtime proxy accepts a lockfile, a server name, and a command used to start the wrapped MCP server. For example, the documented pattern uses truecopy-mcp --lock truecopy.lock --name filesystem -- followed by the server command.

On Windows with Git Bash, the README warns that MSYS path conversion can alter Unix-style paths. Setting MSYS_NO_PATHCONV=1 before execution avoids that conversion.

Tools and capabilities

  • Scan MCP manifests, skills, or directories for suspicious instructions.
  • Pin vetted content by hash in truecopy.lock.
  • Add optional Ed25519 signatures to pinned entries.
  • Verify drift and rerun poisoning checks, including in CI.
  • Show changes, list pins, and remove deprecated lock entries.
  • Launch a command only after the lock passes with guard.
  • Proxy an MCP server while filtering unapproved or changed tools.
  • Install a Claude Code hook and pin Claude Code skill scopes, including marketplace plugins.
  • Compare installed skills with a published directory manifest using check-manifest.

Limitations and notes

The checks are deterministic and offline after required manifests or sources are available locally. A hash match does not by itself mean that a skill is endorsed: the documented directory-manifest workflow separately treats watch-flagged skills as failures. Skills that are unlisted in the manifest are reported but are not fatal in that workflow.

The proxy protects the tools it can evaluate against the supplied lockfile; it does not replace runtime containment. The README identifies redstamp as the separate project for containing tool calls. The project was formerly named canon, and legacy canon and canon-mcp command aliases remain available according to the README.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Security View all alternatives
  • Pkgxray logoPkgxray

    Pre-install security scans for npm packages, MCP servers, and AI agents with cited verdict evidence.

    ๐Ÿ”’ Security4 views
    Compare vs Pkgxray โ†’
  • Mcpskills Server logoMcpskills Server

    Pre-install trust layer for MCP servers, AI skills, and npm packages. Scores any repo or package across 15 signals (incl. OSV/KEV/EPSS vulnerability intelligence) with safety scanning for prompt injection, credential theft, and supply-chain risk; the autogate tool returns a go/no-go install decision. Listed in the official MCP Registry as io.mcpskills/server. npm: @mcpskillsio/server. https://mcpskills.io

    ๐Ÿ”’ Security3 views
    Compare vs Mcpskills Server โ†’
  • Arc Gate MCP logoArc Gate MCP

    Runtime governance for MCP tool calls. Blocks prompt injection and capability abuse before tool results reach your agent.

    ๐Ÿ”’ Security5 views
    Compare vs Arc Gate MCP โ†’
  • Depguard logoDepguard

    Pre-install guardian for npm packages with static code analysis, supply-chain attack detection, vulnerability audit (npm + GitHub Advisory Database), AI hallucination guard, and CycloneDX 1.6 SBOM generation with VEX. 28 MCP tools. Zero runtime dependencies โ€” the SBOM serializer is implemented natively against the public CycloneDX schema.

    ๐Ÿ”’ Security4 views
    Compare vs Depguard โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
1
Stargazers on the source repository.
Last commit
1mo ago
Most recent push to the default branch.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Truecopy

Install the npm package globally with `npm i -g @askalf/truecopy`, or run commands one-shot with `npx -y @askalf/truecopy`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewTruecopy AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/askalf-truecopy?style=directory)](https://allmcps.com/mcp/askalf-truecopy)
HTML Embed
<a href="https://allmcps.com/mcp/askalf-truecopy"><img src="https://allmcps.com/api/badge/askalf-truecopy?style=directory" alt="Truecopy on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ”’Security
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseMIT
Last updatedSep 6, 2026
Views4
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 10, 2026
52Quality signal: Good ยท 52/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools25/30
Adoption & activity3/15
Community engagement1/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 17d ago via OSV.dev ยท @askalf/truecopy (npm)

โ˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ”’ Security โ†’Best MCP servers for Security โ†’Alternatives to Truecopy โ†’Install in Claude DesktopInstall in CursorInstall in VS Code