Imported from zip
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"redteam": {
"cwd": "/path/to/mcp-redteam-server",
"args": [
"run",
"start"
],
"command": "npm"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A Model Context Protocol (MCP) server for orchestrating red team security assessments. This server enables LLMs to manage security operations, agents, targets, and findings through structured tool calls aligned with the MITRE ATT&CK framework.
This server supports HTTP transport. Be the first to test it — help the community know if it works.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in security
An evil MCP server used for redteam testing
AI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Proof primitive for AI agents on MultiversX. Anchor file hashes on-chain as verifiable proofs.
mcpki-server is the backend infrastructure for https://www.mcpki.org, enabling secure public key management and autonomous certificate handling for large language models (LLMs).
MCP Security Weekly
Get CVE alerts and security updates for MCPServerforRedTeamAgenticWorkflowszip and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A Model Context Protocol (MCP) server for orchestrating red team security assessments. This server enables LLMs to manage security operations, agents, targets, and findings through structured tool calls aligned with the MITRE ATT&CK framework.
# Clone the repository
git clone https://github.com/yourusername/mcp-redteam-server.git
cd mcp-redteam-server
# Install dependencies
npm install
# Start the server
npm run dev
Add to your MCP client configuration (e.g., Claude Desktop):
{
"mcpServers": {
"redteam": {
"command": "npm",
"args": ["run", "start"],
"cwd": "/path/to/mcp-redteam-server"
}
}
}
Setup agents, operations, and targets before engagement.
| Tool | Description |
|---|---|
create_agent | Create a new agent with type and capabilities |
list_agents | List all agents, optionally filtered by status |
get_agent | Get detailed info about a specific agent |
update_agent | Update agent properties |
create_operation | Create a new operation targeting a system |
create_target | Define a target (web app, network, host, API, database, cloud) |
hackerone_create_asset | Create asset in HackerOne organization |
Gather intelligence on targets using built-in tools and external APIs.
| Tool | Description |
|---|---|
list_operations | List operations with status/phase filters |
get_operation | Get operation details including findings |
list_targets | List all targets with optional type filter |
get_target | Get target details including vulnerabilities |
update_target | Update target information |
virustotal_scan_hash | Look up file hash on VirusTotal |
virustotal_scan_url | Scan URL for malicious content |
virustotal_scan_ip | Get VirusTotal IP address report |
virustotal_scan_domain | Get VirusTotal domain report |
otx_get_indicator | Get AlienVault OTX threat intelligence |
otx_get_pulses | Get OTX threat feeds/pulses |
hackerone_get_program | Get HackerOne program details and scope |
hackerone_get_programs | List all accessible HackerOne programs |
hackerone_list_assets | List assets in a HackerOne organization |
hackerone_get_activities | Get activity feed for a program |
Execute attacks, activate agents, and record vulnerabilities.
| Tool | Description |
|---|---|
activate_agent | Set agent status to active for deployment |
start_operation | Begin execution of an operation |
update_operation | Update operation phase or details |
add_vulnerability | Record a vulnerability on a target |
Document findings during active exploitation.
| Tool | Description |
|---|---|
add_finding | Record a security finding with severity, evidence, and mitigation |
hackerone_create_report | Create/import vulnerability report to HackerOne |
hackerone_update_severity | Update severity of a HackerOne report |
Generate