Skip to main content
Glama
manteclaw

AI Red Teaming MCP Server

by manteclaw

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

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

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…

  • MCP server for Pentest-Tools.com: run scans, manage findings and reports via your preffered LLM.

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