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
  • Transports: stdio vs HTTP
  • State of MCP (stats)
  • 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. Zentric Protocol MCP
Zentric Protocol MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/23/2026, 1:31:07 AM

Zentric Protocol MCP

User RatingsBe the first to rate and review this MCP server!
View RepositoryVisit Website
securityprompt-injectionpiiprivacyaudit

Checks prompts and tool outputs for known injection patterns, anonymizes PII, and returns signed audit records through a hosted API.

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
We couldn’t automatically confirm this listing starts correctly

The install command below started, but didn't respond the way we expected when we tried to talk to it.

npx -y zentric-protocol-mcp

initialize succeeded but no response to tools/list.

This is an experimental automated check and can have false negatives — missing environment variables, a slow cold install, etc. It doesn’t necessarily mean something’s wrong. Last checked 7d ago.

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": {
    "zentric-protocol-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "zentric-protocol-mcp"
      ]
    }
  }
}

💡 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

The zentric-protocol-mcp MCP server is documented as an integrity layer for inspecting prompts, RAG content, and tool outputs before they reach an LLM. Its hosted REST API applies deterministic injection signatures, detects and anonymizes PII, and returns verdicts such as CLEARED, BLOCKED, or ANONYMIZED with an audit record. The public repository contains middleware, API contracts, and infrastructure files, but not the detection engine itself. Reach for it when an application needs request-level prompt-injection checks, privacy handling, and traceable processing records.

Use cases

•Inspect prompts before forwarding them to an LLM
•Block known prompt-injection and jailbreak patterns
•Anonymize PII in user inputs and model responses
•Create per-request audit records for AI pipelines

Key features

•Deterministic prompt-injection signature matching
•PII detection across regional formats
•Redaction, masking, tokenization, and pseudonymization
•CLEARED, BLOCKED, and ANONYMIZED verdicts
•UUID and SHA-256 audit records
•REST API with bearer-token authentication

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Zentric Protocol MCP.

Extracted Tool Capabilities
Deterministic prompt-injection signature matching
PII detection across regional formats
Redaction, masking, tokenization, and pseudonymization
CLEARED, BLOCKED, and ANONYMIZED verdicts
UUID and SHA-256 audit records
REST API with bearer-token authentication

How Zentric Protocol MCP works

What zentric-protocol-mcp MCP server does

The zentric-protocol-mcp MCP server represents Zentric Protocol’s documented inspection layer for LLM applications and agent pipelines. It accepts an input signal, checks it for known prompt-injection and jailbreak patterns, optionally identifies and anonymizes personally identifiable information, and returns a structured result.

The service exposes three documented outcomes: CLEARED when checks pass, BLOCKED when an injection or high-risk pattern is found, and ANONYMIZED when PII is detected and redacted. Each processed request also produces a report containing identifiers, a UTC timestamp, a SHA-256 value, the verdict, integrity findings, privacy findings, and latency information.

How it works

Requests are sent to the REST endpoint at https://api.zentricprotocol.com/v1/analyze with a bearer token and JSON input. The request can select the integrity and privacy modules, enable anonymization, and specify a language or use automatic language detection.

IntegrityGuard uses deterministic signature matching rather than an ML model in the verdict path. The README lists 22 injection signatures and support for English, Spanish, French, German, Portuguese, Chinese, and Japanese. PrivacyGuard recognizes 12 PII categories, including email addresses, phone numbers, SSNs, passports, IBANs, SWIFT codes, and regional identifiers. Supported handling operators include redaction, masking, tokenization, and pseudonymization.

The returned report is intended to provide a per-request audit record. The documented response includes the verdict, report, any anonymized input, and measured latency. The repository describes sub-millisecond server-side processing for the inspection path.

Setup and configuration

Access requires an active Zentric API key. The documented request uses an Authorization: Bearer header and sends JSON with input, modules, and optional options fields. A free tier provides 10,000 requests per month without a credit card; paid tiers increase the monthly request allowance.

The README documents the REST API as available now. Python and Node.js SDK installation commands are listed as coming in Q3 2026, so they should not be treated as currently available setup methods. No executable MCP server command or standard MCP client configuration is provided in the supplied material.

Tools and capabilities

The documented API supports:

  • Inspecting prompts, user inputs, responses, RAG chunks, and tool outputs.
  • Detecting catalogued prompt injections, jailbreak attempts, and instruction overrides.
  • Detecting PII across regional formats and languages.
  • Returning anonymized input when privacy processing is enabled.
  • Producing signed audit data with UUID, SHA-256, UTC timestamp, verdict, and findings.
  • Benchmarking the public implementation with npm run benchmark against the referenced prompt-injection dataset.

These capabilities are described as HTTP API behavior; the material does not define named MCP tools or their schemas.

Limitations and notes

The zentric-protocol-mcp MCP server should not be evaluated as a fully local, open-source detection engine based on this repository. The README explicitly states that the processing engine, injection signature database, PII engine, model data, and audit-signing infrastructure run on Zentric’s infrastructure and require an active license. The repository instead contains authentication middleware, a Stripe webhook handler, Supabase schema and migrations, interface contracts, and documentation.

Deterministic matching only covers catalogued signatures, so the stated precision and zero-false-positive claims apply to known patterns rather than every possible attack. The repository also does not provide enough information to establish compatibility with Claude Desktop, Cursor, Windsurf, or Cline.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Security View all alternatives
  • Privacyscrubber MCP logoPrivacyscrubber MCP

    Zero-trust local PII and secrets masking server for Cursor, Windsurf, and Claude Desktop. npx pii-masking-run

    🔒 Security3 views
    Compare vs Privacyscrubber MCP →
  • Trustboost Pii Sanitizer logoTrustboost Pii Sanitizer

    PII sanitization layer for autonomous AI agent pipelines. Detects and redacts emails, phone numbers, national IDs, private keys, and financial data before text reaches LLMs. Supports EN, ES (LATAM), PT (BR/PT), DE, JA. Solana-native payments via Helius oracle.

    🔒 Security2 views
    Compare vs Trustboost Pii Sanitizer →
  • Agentward logoAgentward

    Permission control plane for AI agents. MCP proxy that enforces least-privilege YAML policies on every tool call, classifies sensitive data (PII/PHI), detects dangerous skill chains, and generates compliance audit trails. Supports stdio and HTTP proxy modes.

    🔒 Security5 views
    Compare vs Agentward →
  • MCP Audit logoMCP Audit

    Transparent Go proxy that intercepts, signs, rate-limits, redacts, and audits all MCP JSON-RPC tool calls without modifying client or server.

    🔒 Security3 views
    Compare vs MCP Audit →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

Last commit
3mo ago
Most recent push to the default branch.
Install check
Inconclusive
Started but did not complete the MCP handshake in our test.
Directory activity
3 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 Zentric Protocol MCP

The supplied README does not provide an executable MCP server installation command. It documents a hosted REST API and says the processing engine requires an active license.

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 PreviewZentric Protocol MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/zentric-protocol-mcp?style=directory)](https://allmcps.com/mcp/zentric-protocol-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/zentric-protocol-mcp"><img src="https://allmcps.com/api/badge/zentric-protocol-mcp?style=directory" alt="Zentric Protocol MCP on AllMCPs" /></a>

Technical Specs & Signals

Category🔒Security
PricingFreemium
More technical detailsExpand â–¾
TransportSTDIO
RuntimeNode.js
AuthAPI key
Last updatedSep 12, 2026
10/14 checks healthy over the last 45d
Views3
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 stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit3mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jun 9, 2026
37Quality signal: Fair · 37/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 & tools17/30
Adoption & activity1/15
Community engagement0/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 3d ago via OSV.dev · zentric-protocol-mcp (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 Zentric Protocol MCP →Install in Claude DesktopInstall in CursorInstall in VS CodeSetup guides for all 13 MCP clients