nuclei issue #2

Closed
opened 2026-02-27 13:58:50 -05:00 by yindo · 1 comment
Owner

Originally created by @b0fhb0fh on GitHub (Sep 1, 2025).

During pentest I've got the message:

Error processing streamed response event: Error invoking MCP tool do-nuclei: MCP error -32602: Invalid arguments for tool do-nuclei: [
{
"validation": "url",
"code": "invalid_string",
"message": "Invalid url",
"path": [
"url"
]
}
]

my map.json include next text:

{
  "name": "Nuclei Scanner",
  "params": {
    "command": "npx",
    "args": [
      "-y",
      "gc-nuclei-mcp"
    ],
    "env": {
      "NUCLEI_PATH": "/opt/homebrew/bin/nuclei"
    }
  },
  "cache_tools_list": true
},

nuclei is in the PATH and runs from command line without any problems

Any ideas ?

Originally created by @b0fhb0fh on GitHub (Sep 1, 2025). During pentest I've got the message: Error processing streamed response event: Error invoking MCP tool do-nuclei: MCP error -32602: Invalid arguments for tool do-nuclei: [ { "validation": "url", "code": "invalid_string", "message": "Invalid url", "path": [ "url" ] } ] my map.json include next text: { "name": "Nuclei Scanner", "params": { "command": "npx", "args": [ "-y", "gc-nuclei-mcp" ], "env": { "NUCLEI_PATH": "/opt/homebrew/bin/nuclei" } }, "cache_tools_list": true }, nuclei is in the PATH and runs from command line without any problems Any ideas ?
yindo closed this issue 2026-02-27 13:58:50 -05:00
Author
Owner

@b0fhb0fh commented on GitHub (Sep 1, 2025):

I tried use nuclei in agent mode with url of target.
It runs without problems.

@b0fhb0fh commented on GitHub (Sep 1, 2025): I tried use nuclei in agent mode with url of target. It runs without problems.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: yindo/pentestagent#2