picus-security-mcp

BeardedInfoSec/picus-security-mcp
★ 0 stars Python API Integration Updated today
MCP server exposing the Picus Security Breach & Attack Simulation REST API as tools for Claude and other MCP clients.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "picus-security-mcp": {
      "command": "uvx",
      "args": [
        "picus-security-mcp"
      ]
    }
  }
}

Or install with pip: pip install picus-security-mcp