Skip to main content
Glama
MIT License
36
42
  • Linux
  • Apple

cancelScan

Stop ongoing penetration testing scans by ID using the Pentest MCP server, ensuring efficient resource management during security assessments.

Input Schema

NameRequiredDescriptionDefault
scanIdYesThe ID of the scan to cancel

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "scanId": { "description": "The ID of the scan to cancel", "type": "string" } }, "required": [ "scanId" ], "type": "object" }
Install Server

Other Tools from Pentest MCP

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/DMontgomery40/pentest-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server