You're viewing a demo portfolio

Join the waitlist
PRSM

dual_use_tech_diversion_monitor

Active

Tool of @gapup/mcp-knowledge

declared in 0.2.0

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"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

@gapup/mcp-knowledge

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

2/7 registries
View full server →
dual_use_tech_diversion_monitor — @gapup/mcp-knowledge — PRSM MCP