nis2_supply_chain_dependency_map
ActiveTool of gapup-mcp
Generates a visual dependency map of supply chain relationships under the NIS2 Directive, scoring criticality based on regulatory sources like EUR-Lex and CNIL decisions. Designed for legal and compliance teams to identify high-risk third-party dependencies. Inputs include organization identifiers and optional scope filters. Outputs structured dependency data with criticality scores and regulatory references.
Parameters schema
{
"type": "object",
"required": [
"organizationId"
],
"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."
},
"depth": {
"type": "number",
"maximum": 5,
"minimum": 1,
"description": "Dependency chain depth to analyze"
},
"scope": {
"enum": [
"full",
"critical_only"
],
"type": "string",
"description": "Analysis scope: full supply chain or critical dependencies only"
},
"sector": {
"type": "string",
"description": "NIS2 sector classification (e.g., 'energy', 'transport')"
},
"organizationId": {
"type": "string",
"description": "Unique identifier for the organization (e.g., VAT number or LEI)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
gapup-mcp
https://github.com/getgapup/gapup-mcp-public
2/7 registries