petrel

CobaltoSec/petrel
★ 0 stars Python AI/LLM Updated today
MCP Internet Scanner & Fingerprinter — find exposed MCP servers before attackers do
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": {
    "petrel": {
      "command": "uvx",
      "args": [
        "petrel"
      ]
    }
  }
}

Or install with pip: pip install petrel

README Excerpt

**MCP Internet Scanner & Fingerprinter** — find exposed MCP servers before attackers do. ``` petrel discover # passive: crt.sh + HuggingFace Spaces petrel probe https://target.com # fingerprint a single server petrel scan targets.txt # batch from file ``` ```bash pip install cobaltosec-petrel