dual_use_tech_diversion_monitor
ActiveTool of @gapup/mcp-knowledge
Asynchronous T5-level tool for COO persona to detect unauthorized diversion of dual-use technologies. Cross-references shipment manifests, EU sanctions lists, and ICAO/IMO transport data to identify suspicious transfers. Inputs: shipment IDs, company identifiers, or geographic routes. Outputs structured diversion risk assessment with source provenance. Requires async:true to avoid 402 timeout.
Parameters schema
{
"type": "object",
"required": [],
"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."
},
"route": {
"type": "object",
"required": [
"origin",
"destination"
],
"properties": {
"origin": {
"type": "string",
"description": "ISO 3166-1 alpha-3 country code"
},
"destination": {
"type": "string",
"description": "ISO 3166-1 alpha-3 country code"
}
}
},
"companyId": {
"type": "string",
"description": "Company registration number or tax identifier"
},
"shipmentId": {
"type": "string",
"description": "Unique shipment identifier (e.g., bill of lading number)"
},
"techCategory": {
"enum": [
"aerospace",
"nuclear",
"biotech",
"semiconductors",
"telecom"
],
"type": "string",
"description": "Dual-use technology category"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
@gapup/mcp-knowledge
https://github.com/getgapup/gapup-mcp
2/7 registries