wafmcp

skyxtools/wafmcp
★ 0 stars Python Security Updated 2d ago
Minimal, evidence-first MCP server for authorized WAF and web security testing.
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": {
    "wafmcp": {
      "command": "uvx",
      "args": [
        "wafmcp"
      ]
    }
  }
}

Or install with pip: pip install wafmcp

README Excerpt

> ⚠️ **For education and authorized testing only.** Use `wafmcp` exclusively > against systems you own or are **explicitly authorized** to test (your own labs, > or a bug-bounty / pentest program whose scope and rules permit it). Testing > systems without permission is illegal in most jurisdictions. This project is