pentest_scope_estimator
ActiveTool of @gapup/mcp-knowledge
Estimateur de scope pentest — Gapup agent-payable C-suite expertise (RISK). Returns a structured, audited deliverable. Answers: For a <scope_type> pentest on <tech_stack> with <N> assets, what is the effort and cost estimate? · How much should I budget for a web application + API penetration test for SOC 2 Type II compliance? · What is the standard engagement plan (PTES phases + deliverables) for a <scope_type> pentest? · Which engagement type (black-box/grey-box/white-box/red-team) is recommended for my context? · What are the prerequisites and risks for a pentest engagement on my cloud infrastructure? Reference case: Acme SaaS Inc — Fintech B2B EU · web-app + API REST · 12 microservices Node.js AWS · . Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"scope_type",
"tech_stack",
"business_context"
],
"properties": {
"async": {
"type": "boolean",
"description": "If true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts."
},
"scope_type": {
"enum": [
"web-app",
"mobile-app",
"cloud-infra",
"api",
"iot",
"network-internal",
"hybrid"
],
"type": "string"
},
"tech_stack": {
"type": "array",
"items": {
"type": "string",
"maxLength": 200
},
"maxItems": 20,
"minItems": 1
},
"asset_count": {
"type": "integer",
"maximum": 500,
"minimum": 1
},
"target_geos": {
"type": "array",
"items": {
"type": "string",
"maxLength": 100
},
"maxItems": 10
},
"engagement_type": {
"enum": [
"black-box",
"grey-box",
"white-box",
"red-team"
],
"type": "string"
},
"retest_included": {
"type": "boolean"
},
"business_context": {
"type": "string",
"maxLength": 800,
"minLength": 10
},
"compliance_frameworks": {
"type": "array",
"items": {
"enum": [
"soc2",
"iso27001",
"pci-dss",
"hipaa",
"gdpr"
],
"type": "string"
},
"maxItems": 5
}
},
"additionalProperties": true
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
@gapup/mcp-knowledge
https://github.com/getgapup/gapup-mcp
2/7 registries