AI Red Teaming MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AI Red Teaming MCP ServerTest this model for jailbreak vulnerabilities using roleplay payloads"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
AI Red Teaming MCP Server 🎯⚡
Jailbreak LLMs. Bypass guardrails. Find the holes before attackers do.
AI red teaming toolkit exposed as a Model Context Protocol (MCP) server. Connect any MCP client and test AI systems for safety vulnerabilities.
What It Does
Tool | What It Tests |
| LLM jailbreak resistance (instruction, roleplay, encoding, translation, composite) |
| Direct, indirect, system prompt leakage, data exfiltration |
| Encoding, obfuscation, context manipulation, token splitting |
| Bias, backdoors, data leakage, hallucination patterns |
| CTF-style AI safety challenges (LLM CTF, HarmBench) |
Related MCP server: Sandbox MCP
Install
pip install mcp-server-ai-redteam
# OR
git clone https://github.com/manteclaw/mcp-server-ai-redteam.git
cd mcp-server-ai-redteam
pip install -r requirements.txtConnect
Claude Desktop
{
"mcpServers": {
"ai-redteam": {
"command": "python",
"args": ["/path/to/server.py"]
}
}
}OpenClaw
openclaw skill add projects/mcp-marketplace/mcp-server-ai-redteamUsage Examples
"Test this model for jailbreak vulnerabilities using roleplay payloads"
"Fuzz this prompt for injection vectors"
"Scan this endpoint for bias and backdoor patterns"
Pricing
Tier | Price | Limits |
Community | Free | 20 calls/day |
Pro | $39/month | Unlimited + custom payloads |
Enterprise | $299/month | Unlimited + custom models + SLA |
License
MIT
Built by Manteclaw | AI safety through adversarial testing
This server cannot be deployed
Maintenance
Related MCP Connectors
Security scanner for MCP servers. Detect vulnerabilities, prompt injection, and tool poisoning.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MEOK MCP Hardening MCP — automated security red-team for any MCP server. Maps OWASP LLM Top 10
35-probe LLM/agent security red-team scan (injection, jailbreak, MCP abuse) with report.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceIntentionally vulnerable Model Context Protocol (MCP) server designed for security research that processes natural language queries through an LLM to execute SQL queries or shell commands without restrictions.4-
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol (MCP) server that enables LLMs to run ANY code safely in isolated Docker containers.121MIT
- AlicenseNot gradedqualityDmaintenanceAI-Powered Red Team MCP Server enabling autonomous penetration testing via Model Context Protocol with 44+ security tools for AI agents.15MIT
- AlicenseNot gradedqualityBmaintenanceAutomated red-teaming and reliability-auditing for AI agents, exposed as an MCP server. It attacks and scores agents for prompt injection, tool misuse, exfiltration, and unreliable behavior.2MIT