MCP.so
Sign In

Model Context Provider (MCP) for Penetration Testing

@allsmog

About Model Context Provider (MCP) for Penetration Testing

MCP server for authorized pentest workflows: Nmap/Gobuster orchestration, context aggregation, AI-assisted triage, and reporting.

Basic information

Category

Other

License

MIT

Runtime

python

Transports

stdio

Publisher

allsmog

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "mcp-pentest": {
      "command": "python",
      "args": [
        "server.py"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Model Context Provider (MCP) for Penetration Testing?

This MCP server bridges AI with penetration testing tools, orchestrating common assessment tools, normalizing engagement context, and keeping the human pentester in control of scope, methodology, and reporting. It is designed for AI-assisted security operators performing authorized penetration tests.

How to use Model Context Provider (MCP) for Penetration Testing?

Install by cloning the repository, running pip install -e . and pip install mcp, then executing python server.py to start the stdio MCP server. For use with Claude Desktop, add the server to `claude_desktop

Comments

More Other MCP servers