← Back to Plugins
MCP Server MCP

io.github.joepangallo/web-recon-agent

github By github 👁 1 views ▲ 0 votes

Owned-target web security assessment MCP server for authenticated, high-friction apps.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "mcp-web-recon-agent",
      "version": "0.8.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Comma-separated hostnames allowed for scanning. Required.",
          "isRequired": true,
          "format": "string",
          "name": "MCP_TARGET_ALLOWLIST"
        },
        {
          "description": "Comma-separated hostnames you explicitly own to unlock active and owned-aggressive scan modes.",
          "format": "string",
          "name": "MCP_OWNED_TARGETS"
        },
        {
          "description": "Optional path for persisted job metadata. Defaults to mcp-jobs.json in the current working directory.",
          "format": "string",
          "name": "MCP_JOB_STORE_PATH"
        },
        {
          "description": "Optional maximum number of concurrent scan jobs. Defaults to 2.",
          "format": "number",
          "name": "MCP_MAX_CONCURRENT"
        },
        {
          "description": "Optional path to a JSON config file that overrides allowlist and concurrency settings.",
          "format": "string",
          "name": "MCP_CONFIG_PATH"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...