Back to Home
hackerdogs-ai icon

mcpservers-and-tools

by hackerdogs-ai

Overview

A generic, plugin-based MCP server designed to automatically discover and expose reconnaissance tools, supporting both pure Python and command-line application wrappers.

Installation

Run Command
docker run --rm -e PROWLER_APP_API_KEY="pk_YN3DGF56.gAAAAABpasqdAFdo911TdCS4DOGlzOOyQh648evzYBcuZRIUCoZhvKoO2pT_lN76YqqqIsmak6pQfO01O9Jm251TOCUIrlz7Dz-Erps2_-sIQQOSkdSBF61d9LNSH12VmA_zfmS6yBl3WoTPef91JJNhD6Q7VpWRQRkbsIGMCKXIXVddOf24BA8=" -e API_BASE_URL="https://localhost:8000/api/v1" prowlercloud/prowler-mcp

Security Notes

The `mcpservers/prowler/prowler_mcp.sh` script, which is part of the provided source, contains a hardcoded `PROWLER_APP_API_KEY`. This is a critical security vulnerability, as it exposes sensitive credentials directly in the source code. The `recon_mcpserver.py` component uses `subprocess.run` for external commands, which is implemented safely by passing arguments as a list. However, its dynamic plugin loading from the `recon/tools` directory means any code placed there will be executed, requiring strict trust and control over plugin sources to prevent arbitrary code execution.

Similar Servers

Stats

Interest Score0
Security Score3
Cost ClassLow
Avg Tokens300
Stars0
Forks0
Last Update2026-01-17

Tags

ReconnaissanceMCP ServerPlugin SystemCLI ToolsPython Tools