You're viewing a demo portfolio

Join the waitlist
PRSM

dora_operational_resilience_stress_tes

Active

Tool of gapup-mcp

declared in 0.2.0

Assess DORA operational resilience by simulating ICT failure scenarios for financial entities. Designed for legal/compliance teams to evaluate ICT risk management under DORA Article 25. Inputs include failure scenario parameters (e.g., ICT service type, duration, impact radius) and entity profile. Outputs structured resilience scores, regulatory gaps, and mitigation recommendations with EUR-Lex/FTC enforcement references.

Parameters schema

{
  "type": "object",
  "required": [
    "ictServiceType",
    "failureDurationHours",
    "impactRadius",
    "entityType"
  ],
  "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."
    },
    "entityType": {
      "enum": [
        "credit-institution",
        "investment-firm",
        "payment-institution",
        "crypto-asset"
      ],
      "type": "string"
    },
    "impactRadius": {
      "enum": [
        "single-entity",
        "multi-entity",
        "sector-wide"
      ],
      "type": "string"
    },
    "ictServiceType": {
      "enum": [
        "cloud",
        "network",
        "payment",
        "core",
        "third-party"
      ],
      "type": "string"
    },
    "existingMitigations": {
      "type": "array",
      "items": {
        "enum": [
          "redundancy",
          "backup",
          "failover",
          "contractual-sla",
          "none"
        ],
        "type": "string"
      }
    },
    "failureDurationHours": {
      "type": "number",
      "maximum": 72,
      "minimum": 0.5
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

gapup-mcp

https://github.com/getgapup/gapup-mcp-public

2/7 registries
View full server →
dora_operational_resilience_stress_tes — gapup-mcp — PRSM MCP