CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
zentricprotocol avatar

Zentric Protocol Mcp

zentricprotocol/zentricprotocol
STDIOregistry active
Summary

Adds prompt injection detection and PII scanning to Claude with sub-millisecond response times. Exposes IntegrityGuard for catching jailbreaks across 22 attack signatures and PrivacyGuard for identifying 12 PII types with regional format validation (SSN, IBAN, NIF, CPF). Every request returns a signed ZentricReport with verdict, matched patterns, and anonymized output. Useful when you're building agent pipelines that handle user input and need deterministic security checks before LLM execution, or when you need GDPR Article 30 audit trails without adding latency. Requires a Zentric API key. The repo contains middleware and schemas but the detection engine runs on their infrastructure.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Zentric Protocol



ZENTRIC PROTOCOL

Prompt injection detection & PII anonymization with a signed audit trail — for LLM apps and AI agents.

Status Latency Precision GDPR EU AI Act CCPA


Every prompt, RAG chunk and tool output inspected before it reaches your model — deterministic CLEARED / ANONYMIZED / BLOCKED verdicts with a signed audit record (SHA-256 + UUID + UTC) per request.
Detection tells you what happened. The audit record is what you show your auditor — GDPR Art. 30 evidence today, EU AI Act readiness tomorrow.


→ Get API key (free, 10,000 req/mo) · Quickstart · Integrity Report v1.0 (PDF)


Zentric Protocol — See it in action


A real prompt injection attempt. Caught in <0.1ms. Your model never sees it.


Repository Scope & Commercial License

This repository exists for transparency and contribution — not as a deployable alternative to the hosted service.

What's in this repoWhat's not in this repo
Authentication middleware (/middleware)IntegrityGuard detection engine
Stripe webhook handler (/api/webhooks)PrivacyGuard PII detection engine
Supabase schema & migrations (/supabase)Signature database (22 injection vectors)
API interface contracts & response shapesModel weights and training data
Landing page & documentation (index.html)Audit record signing infrastructure

Cloning this repository does not give you access to the Zentric processing service. The detection engine that inspects prompts, detects PII, and generates signed audit reports runs on Zentric's infrastructure and requires an active license.

Why publish the middleware?

Because trust is infrastructure. You should be able to verify how authentication works, how your API key is validated, and how subscription state is checked before your requests reach the engine. We believe in auditability at every layer — including our own enforcement code.

Contributions welcome

We accept contributions to the middleware, webhook handler, and Supabase schema. Open a PR or file an issue. For security-related contributions, see the Security section.

Getting access

TierPriceRequestsStart
FreeFree10,000/moGet API key →
Indie$29/mo25,000/moSee pricing →
Team$99/mo100,000/moSee pricing →
Scale$499/mo500,000/moSee pricing →
EnterpriseCustomUnlimitedContact →

What is Zentric Protocol?

Zentric Protocol is an infrastructure integrity layer for AI systems. It sits between your application and your LLM, examining every signal — prompts, responses, user inputs — and returning a cryptographically-signed verdict before execution continues.

It is not a filter. It does not guess. It applies deterministic rules across a standardized pipeline and returns a structured, auditable JSON report for every request.

Input Signal
     │
     ▼
┌─────────────────────────────────────────┐
│           ZENTRIC PROTOCOL              │
│                                         │
│  ┌─────────────┐  ┌─────────────────┐  │
│  │IntegrityGuard│→│  PrivacyGuard   │  │
│  │ 22 injection │  │  12 PII types   │  │
│  │  signatures  │  │  7 languages    │  │
│  └─────────────┘  └────────┬────────┘  │
│                             ▼           │
│                    ┌──────────────┐     │
│                    │ ZentricReport│     │
│                    │ UUID+SHA-256 │     │
│                    │  GDPR Art.30 │     │
│                    └──────────────┘     │
└─────────────────────────────────────────┘
     │
     ▼
Verdict + Certificate → Your System

Performance

Zentric uses deterministic signature matching — not an ML classifier. Every block is a known pattern match, which means 100% precision on known patterns and zero false positives: nothing is ever blocked unless it matches a catalogued signature. Verdicts are returned in sub-millisecond time (no model in the hot path), so the same input always produces the same verdict.

Any published metric is reproducible: run npm run benchmark (benchmarks/run.mjs) against the public deepset/prompt-injections dataset to verify the numbers yourself.


The Three Modules

01 · IntegrityGuard

Detects prompt injection, jailbreak attempts, and instruction overrides before they reach your LLM.

  • 22 catalogued injection signatures
  • 7 supported languages (EN, ES, FR, DE, PT, ZH, JA)
  • Deterministic multilingual signature matching — no ML model in the verdict path
  • Mean server-side processing: <0.1ms (sub-millisecond; no model in the hot path)

02 · PrivacyGuard

Identifies and anonymizes PII in prompts and responses. Regional standards treated as first-class entities.

  • 12 PII entity types, format-validated (Luhn, IBAN mod-97, mod-11, NIF/NIE checksum): SSN, NIF, CPF, CURP, IBAN, SWIFT, passport, email, phone, and more
  • Regional pattern recognition (EU, US, LATAM)
  • Anonymization operators: redact, mask, tokenize, pseudonymize

03 · ZentricReport

Every request that passes through the protocol generates a signed, immutable audit record.

{
  "report_id": "zp_01HXYZ...",
  "uuid": "f47ac10b-58cc-4372-a567-0e02b2c3d479",
  "timestamp_utc": "2026-05-14T22:00:00.000Z",
  "sha256": "e3b0c44298fc1c149afb...",
  "verdict": "CLEARED",
  "integrity": {
    "injection_detected": false,
    "signatures_matched": [],
    "confidence": null
  },
  "privacy": {
    "pii_detected": true,
    "entities": [
      { "type": "EMAIL", "action": "REDACTED", "position": [42, 61] }
    ]
  },
  "compliance": {
    "audit_record": true,
    "ccpa": true,
    "eu_ai_act_s52": true
  },
  "latency_ms": 0.05
}

API Reference

Authentication

curl -X POST https://api.zentricprotocol.com/v1/analyze \
  -H "Authorization: Bearer zp_live_..." \
  -H "Content-Type: application/json" \
  -d '{
    "input": "Your prompt or user input here",
    "modules": ["integrity", "privacy"],
    "options": {
      "anonymize": true,
      "language": "auto"
    }
  }'

Response

{
  "status": "ok",
  "verdict": "CLEARED",
  "report": { ... },
  "anonymized_input": "Your prompt or user input here",
  "latency_ms": 0.05
}

Verdict States

VerdictDescription
CLEAREDInput passed all checks. Safe to forward to LLM.
BLOCKEDInjection or high-risk pattern detected. Reject.
ANONYMIZEDPII found and redacted. Anonymized input returned.

SDKs

LanguageStatus
Pythonpip install zentricprotocol (coming Q3 2026)
Node.jsnpm install @zentricprotocol/sdk (coming Q3 2026)
REST APIAvailable now

Compliance Coverage

Zentric Protocol is designed from the ground up for regulated AI deployments.

StandardCoverage
GDPR Art. 30Reproducible audit record per request — one component of an Art.30 documentation strategy
GDPR Art. 25Privacy by design — anonymization as default
CCPA §1798.100Consumer data identification and processing record
EU AI Act §52Transparency obligations resolved at infrastructure level

Pricing

TierPriceRequestsUse Case
FreeFree10,000/moTest the protocol end-to-end, no credit card
Indie$29/mo25,000/moSolo developers shipping their first AI feature
Team$99/mo100,000/moSmall teams running AI in production
Scale$499/mo500,000/moHigh-volume pipelines and multi-agent systems
EnterpriseCustomUnlimitedRegulated industries, EU data residency, dedicated SLA

→ See plans · → Get API key · → Contact for Enterprise


Architecture Principles

Deterministic. The same input always produces the same verdict. No probabilistic black boxes in the critical path.

Stateless. The protocol does not store your data. Each request is processed and returned. The audit record is yours.

Composable. Deploy the full stack, a single guard, or wire only the audit layer into existing infrastructure.

Auditable. Every verdict is signed with SHA-256, timestamped in UTC, and assigned a UUID. Your compliance team will thank you.


For Agent Pipelines

Agent attacks don't arrive through the chat input. They arrive through tool call responses, RAG chunks, and memory retrievals — any external content that enters the prompt window. Your system prompt doesn't protect you here: it doesn't run until after the input is already parsed.

Wire Zentric at every ingestion point, not just on user messages:

  • LLM input — user messages before they reach the model
  • Tool output — external API responses before they re-enter the context window
  • RAG retrieval — document chunks before they are assembled into the prompt
  • Memory reads — stored context before it is injected into the next turn

One POST to /v1/analyze. The verdict comes back in sub-millisecond time. The agent continues or halts based on the result. Nothing else changes in your pipeline.

curl -X POST https://api.zentricprotocol.com/v1/analyze \
  -H "Authorization: Bearer zp_live_..." \
  -H "Content-Type: application/json" \
  -d '{"input": "<tool_output_or_rag_chunk_here>", "modules": ["integrity", "privacy"]}'

MCP Server — Claude Desktop Integration

Zentric Protocol ships a native Model Context Protocol (MCP) server that integrates directly with Claude Desktop and any MCP-compatible agent runtime.

What it does

The MCP server exposes Zentric's detection engine as a native MCP tool. When wired into Claude Desktop, the agent automatically calls analyze_prompt before sending any input to the LLM — user messages, tool responses, RAG chunks, and memory retrievals are all checked.

MCP Tool exposed

analyze_prompt(text: string) -> ZentricReport

Returns: verdict (CLEARED / BLOCKED), risk_score, matched signatures, pii_entities, report_hash (SHA-256), latency_ms.

Install via npm

npx zentric-protocol-mcp

Claude Desktop configuration

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "zentric-protocol": {
      "command": "npx",
      "args": ["zentric-protocol-mcp"],
      "env": {
        "ZENTRIC_API_KEY": "your_api_key"
      }
    }
  }
}

Get your API key at zentricprotocol.com/quickstart — free tier is 10,000 requests/month, no credit card required.

MCP server source

The MCP server source code is in /mcp-server. It is built with the Model Context Protocol SDK and published to npm as zentric-protocol-mcp.


Security

We take the security of this protocol seriously. If you discover a vulnerability, please report it responsibly.

  • Email: core@zentricprotocol.com
  • Subject: [SECURITY] <brief description>
  • Response SLA: 48 hours acknowledgement, 7 days resolution target

We do not operate a public bug bounty program at this time. Responsible disclosure is acknowledged in our changelog.


Roadmap

  • IntegrityGuard v1.0 — 22 signatures, 7 languages
  • PrivacyGuard v1.0 — 12 PII types, EU/US/LATAM
  • ZentricReport v1.0 — SHA-256, UUID, GDPR Art.30
  • REST API (production)
  • Python SDK — Q3 2026
  • Node.js SDK — Q3 2026
  • Streaming support (SSE) — Q3 2026
  • Webhook callbacks — Q4 2026
  • Self-hosted deployment option — 2027

Contact

Channel
Generalcore@zentricprotocol.com
Enterprisecore@zentricprotocol.com
Securitycore@zentricprotocol.com
X / Twitter@ZentricProtocol
LinkedInZentric Protocol

Zentric Protocol · Infrastructure Integrity for the AI Era

zentricprotocol.com · © ZP MMXXVI · v1.0.0

Built for CTOs who know that trust is infrastructure, not a feature.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Categories
AI & LLM Tools
Registryactive
Packagezentric-protocol-mcp
TransportSTDIO
UpdatedMay 17, 2026
View on GitHub

Related AI & LLM Tools MCP Servers

View all →
pumanitro avatar
Global Chat — x402 MCP Agent Discovery (LangGraph, CrewAI, Eliza, A2A)

io.global-chat/mcp-server

x402-paid MCP server on Base L2 — LangGraph/CrewAI/Eliza/A2A agent-discovery + agent-marketplace.
joelasota avatar
Synmerco — Confidential Escrow for AI Agent Commerce

joelasota/synmerco

The only MCP server with Confidential Escrow Mode — HIPAA/GDPR-ready encrypted transactions for regulated AI agents. 46 tools for the full agent commerce lifecycle. **Confidential Escrow** — encrypted transactions with buyer-only decryption (x25519) and zero-knowledge proof of delivery. The escrow system never sees the work product. Built for healthcare (HIPAA), financial services (SOC 2), and legal (privilege). **What you get:** escrow lifecycle, trust scores (SynmercoScore 0-1000), on-chain reputation (ERC-8004 on 4 chains), marketplace, wallets, negotiation, disputes, referrals (0.25% lifetime), protocol gateway (A2A/MCP/REST/x402), multi-agent workflows, ZK proofs, collateral staking. **10 tools work free — no API key needed.** $1K Shield Insurance per escrow. 3.25% flat fee. 179K+ agents in ecosystem.
joelasota avatar
Synmerco — Confidential Escrow for AI Agent Commerce

joelasota/synmerco-c2d64eaf

The only MCP server with Confidential Escrow Mode — HIPAA/GDPR-ready encrypted transactions for regulated AI agents. 46 tools for the full agent commerce lifecycle. **Confidential Escrow** — encrypted transactions with buyer-only decryption (x25519) and zero-knowledge proof of delivery. The escrow system never sees the work product. Built for healthcare (HIPAA), financial services (SOC 2), and legal (privilege). **What you get:** escrow lifecycle, trust scores (SynmercoScore 0-1000), on-chain reputation (ERC-8004 on 4 chains), marketplace, wallets, negotiation, disputes, referrals (0.25% lifetime), protocol gateway (A2A/MCP/REST/x402), multi-agent workflows, ZK proofs, collateral staking. **10 tools work free — no API key needed.** $1K Shield Insurance per escrow. 3.25% flat fee. 179K+ agents in ecosystem.
josephibra avatar
Handoff Mcp Server

josephibra/handoff-mcp-server

Durable agent-to-agent handoffs and shared scratchpad for multi-agent workflows.
justinjilg avatar
BrainstormRouter MCP Server

justinjilg/brainstormrouter

AI routing, memory, guardrails, and governance. Routes across Claude, GPT, Gemini.
kulkarnianirudha8 avatar
byteaskai

kulkarnianirudha8/byteaskai

# ByteAsk Embedded Docs MCP Page-cited retrieval over embedded systems documentation, datasheets, reference manuals, RTOS documentation, coding standards, and firmware engineering references for AI coding agents. **Registry Namespace:** `ai.byteask/embedded-docs` **Endpoint:** `https://mcp.byteask.ai/mcp` **Documentation:** https://docs.byteask.ai/embedded **GitHub:** https://github.com/ByteAsk/ByteAsk-Embedded-MCP --- # Why This MCP Exists Modern AI coding agents are excellent at generating code, but often struggle when working with vendor-specific embedded documentation, hardware reference manuals, firmware SDKs, and coding standards. Embedded engineers routinely need answers from: * STM32 Reference Manuals * ARM Cortex-M Technical Reference Manuals * CMSIS Documentation * FreeRTOS Documentation * Zephyr Documentation * ESP-IDF Documentation * Nordic SDK Documentation * NXP Documentation * MISRA C * MISRA C++ * AUTOSAR * Device Datasheets * Vendor Application Notes Searching these sources manually can require navigating hundreds or thousands of pages of documentation. ByteAsk Embedded Docs MCP gives AI coding agents direct access to these references and returns page-cited answers grounded in source documentation. --- # Features ## Page-Cited Retrieval Every answer is grounded in source documentation with citations to the original reference. This enables engineers to verify claims directly against vendor documentation. --- ## Documentation Search Search across embedded and firmware engineering references. Examples: * Peripheral configuration * Register descriptions * DMA setup * Interrupt handling * Clock configuration * RTOS APIs * MISRA compliance questions * ARM architecture details --- ## Agent-Native Works directly with MCP-compatible tools including: * Claude Code * Claude Desktop * Cursor * Windsurf * VS Code MCP Clients * GitHub Copilot MCP * Any MCP-compatible agent --- ## Remote Hosted No indexing, crawling, or local setup required. The server is hosted by ByteAsk and continuously updated. --- # Example Prompts ## STM32 ```text Find the STM32H7 Ethernet DMA initialization sequence. ``` ```text Show the documentation for STM32 timer input capture. ``` ```text Find the register definition for RCC clock configuration. ``` --- ## ARM Cortex-M ```text Explain NVIC interrupt priority configuration on Cortex-M4. ``` ```text Find documentation for SysTick configuration. ``` ```text Show Cortex-M exception handling behavior. ``` --- ## CMSIS ```text Find the CMSIS documentation for NVIC_SetPriority. ``` ```text Show CMSIS APIs related to interrupt control. ``` --- ## FreeRTOS ```text Find documentation for task notifications. ``` ```text Compare queues and task notifications in FreeRTOS. ``` ```text Show examples of FreeRTOS software timers. ``` --- ## MISRA ```text Find MISRA C rules related to pointer arithmetic. ``` ```text Show MISRA C++ guidance on exception handling. ``` ```text Find rules regarding dynamic memory allocation. ``` --- ## Zephyr ```text Find Zephyr GPIO driver documentation. ``` ```text Show examples of Zephyr work queues. ``` ```text Explain Zephyr device tree configuration. ``` --- # Supported Knowledge Domains ## Embedded Systems * Microcontrollers * SoCs * Device Drivers * Peripherals * DMA * Interrupts * Timers * GPIO * UART * SPI * I2C * CAN * Ethernet * USB ## Firmware Engineering * RTOS Development * Bare-Metal Development * Bootloaders * Hardware Abstraction Layers * Embedded Networking * Memory Management ## Documentation Sources * Reference Manuals * Datasheets * SDK Documentation * Application Notes * Programming Manuals * Technical Reference Manuals * Architecture Specifications ## Coding Standards * MISRA C * MISRA C++ * AUTOSAR * Embedded Best Practices --- # Installation Use the MCP endpoint: ```text https://mcp.byteask.ai/mcp ``` Refer to the documentation for client-specific installation instructions: https://docs.byteask.ai/embedded --- # Example Workflow Engineer asks: ```text How do I configure Ethernet DMA on STM32H7? ``` Agent: 1. Queries ByteAsk Embedded Docs MCP 2. Retrieves relevant documentation sections 3. Produces a grounded answer 4. Includes citations to the source material Result: * Faster debugging * Fewer hallucinations * Traceable answers * Direct access to source references --- # Ideal Users * Embedded Software Engineers * Firmware Engineers * RTOS Developers * Automotive Software Engineers * Safety-Critical Software Teams * Embedded AI Engineers * Hardware Bring-Up Teams * BSP Developers * Driver Developers * Platform Engineers --- # About ByteAsk ByteAsk builds citation-backed retrieval systems for high-value technical knowledge. The Embedded Docs MCP provides page-cited access to embedded and firmware engineering documentation directly inside AI coding workflows. Documentation: https://docs.byteask.ai/embedded GitHub: https://github.com/ByteAsk/ByteAsk-Embedded-MCP Registry: ai.byteask/embedded-docs