Skip to main content
Glama
manteclaw

AI Red Teaming MCP Server

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

redteam_jailbreak

LLM jailbreak resistance (instruction, roleplay, encoding, translation, composite)

redteam_prompt_injection

Direct, indirect, system prompt leakage, data exfiltration

redteam_guardrail_bypass

Encoding, obfuscation, context manipulation, token splitting

redteam_model_scan

Bias, backdoors, data leakage, hallucination patterns

redteam_challenges

CTF-style AI safety challenges (LLM CTF, HarmBench)

Related MCP server: Mergen

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.txt

Connect

Claude Desktop

{
  "mcpServers": {
    "ai-redteam": {
      "command": "python",
      "args": ["/path/to/server.py"]
    }
  }
}

OpenClaw

openclaw skill add projects/mcp-marketplace/mcp-server-ai-redteam

Usage 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

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

–Maintainers
–Response time
–Release cycle
–Releases (12mo)
Commit activity

Related MCP Servers

  • F
    license
    -
    quality
    D
    maintenance
    Intentionally 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
  • A
    license
    -
    quality
    D
    maintenance
    AI-Powered Red Team MCP Server enabling autonomous penetration testing via Model Context Protocol with 44+ security tools for AI agents.
    13
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    A robust, lightweight Model Context Protocol (MCP) server designed to empower your AI Agents with context-awareness, safe execution sandboxes, and dedicated thought logs.

View all related MCP servers

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…

  • Scans MCP servers for tool poisoning, prompt injection and supply chain risks.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/manteclaw/mcp-server-ai-redteam'

If you have feedback or need assistance with the MCP directory API, please join our Discord server