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
wiserautomation avatar

Suprawall Mcp

wiserautomation/suprawall-plugins-
authSTDIOregistry active
Summary

This is the MCP implementation of SupraWall, a deterministic security layer that sits between Claude and your tools to enforce guardrails before actions execute. It scans for prompt injection attacks, scrubs PII from requests, and blocks tool calls that violate your policies. The approach is rule-based rather than LLM-based, so you get consistent enforcement instead of probabilistic filtering. You'd reach for this when you're running agents with access to production systems and need forensic-grade logs plus hard stops on risky operations. The broader SupraWall ecosystem includes integrations for AutoGen, CrewAI, LangChain, and other frameworks, but this package specifically implements the stdio-based MCP protocol for Claude Desktop and similar environments.

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 →

🛡️ SupraWall Plugins Monorepo

The Industry-Standard Deterministic Security Layer for AI Agents.

SupraWall solves the "trust" problem in generative AI by providing a zero-knowledge, deterministic security layer between LLMs and your production systems. Unlike probabilistic security models, SupraWall enforces strict business policies and forensic-grade threat detection before an agentic action even reaches your API.

Official Website | Main Repository | Documentation


🏛️ Project Vision

SupraWall (formerly AgentGate) was built to bridge the gap between high-velocity AI experimentation and enterprise security compliance. Our goal is to empower developers to ship autonomous agentic fleets without the risk of Prompt Injection, PII data leakage, or uncontrolled tool execution.

This monorepo serves as the official distribution hub for all SupraWall plugins and framework integrations.


📦 Plugin Directory

  • Dify Plugin: Explicit security guardrails for Dify Workflows.
  • MCP Claude Server: Official implementation of the Model Context Protocol (MCP).
  • AWS Marketplace Integration: Pre-certified Guardrail tool for AWS Cloud (SaaS & Container).
  • OpenClaw Extension: Native security middleware for the OpenClaw agent runtime.

🧱 Framework Security Middleware

Seamless "Zero-Trust" wrappers for the industry's leading AI agent frameworks:

  • AutoGen Integration: Secure protection for Microsoft AutoGen multi-agent topologies.
  • CrewAI Integration: Deterministic policy enforcement for CrewAI processes and agents.
  • LangChain (Python & TS): Security interceptors for LangChain chains, tools, and executors.
  • LlamaIndex Integration: Secure guardrails for RAG pipelines and tool-based retrieval.
  • Vercel AI SDK Integration: One-line security additions for projects built on the Vercel AI SDK.

🚦 Quick Start

For Dify Marketplace Users

We represent the most robust security option on the Dify Marketplace. To install manually during the initial review phase, use the pre-packaged .difypkg found in the suprawall-security directory.

For Claude Desktop Users

Add SupraWall to your claude_desktop_config.json:

{
  "mcpServers": {
    "suprawall": {
      "command": "npx",
      "args": ["-y", "@suprawall/mcp-plugin"]
    }
  }
}

🛡️ Security Architecture

SupraWall is built on three core pillars:

  1. Detection: Real-time identification of adversarial intent (Prompt Injection, SQLi, Jailbreaks).
  2. Scrubbing: Automatic removal of PII (Names, Emails, Keys) before data leaves your environment.
  3. Enforcement: Strict policy-based execution—if a tool call doesn't match your rule, it's blocked.

📄 License

Licensed under the Apache License 2.0.

© 2026 WiserAutomation. Agency. All rights reserved. Registered in the Dify and Anthropic Marketplaces.

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 →

Configuration

SUPRAWALL_API_KEY*secret

Your SupraWall API key

Categories
Security & Pentesting
Registryactive
Packagesuprawall-mcp-plugin
TransportSTDIO
AuthRequired
UpdatedApr 4, 2026
View on GitHub

Related Security & Pentesting MCP Servers

View all →
yifanyifan897645 avatar
Webcheck

io.github.yifanyifan897645/webcheck

Website health analysis: SEO, accessibility, performance, security, and broken links
2
kiranreddi avatar
Sentinel DV

kiranreddi/sentinel-dv

Security-first MCP server for verification intelligence (SystemVerilog/UVM/cocotb)
2
mcpampel avatar
MCPAmpel - MCP Security Scanner

mcpampel/mcpampel

Scan installed MCP servers for security vulnerabilities with 16 detection engines.
2
oscal-compass avatar
Compliance Trestle Mcp

oscal-compass/compliance-trestle-mcp

An MCP server that provides tools to author OSCAL security compliance documentation
2
revsmoke avatar
Promptrejectormcp

revsmoke/promptrejectormcp

Security gateway for AI agents: detects prompt injections, jailbreaks, and common vulnerabilities.
2
rudraneel93 avatar
Mcp Guardian

rudraneel93/mcp-guardian

Security, cost, and health governance proxy for MCP infrastructure
2