You're viewing a demo portfolio

Join the waitlist
PRSM

dual_use_export_risk_mapper

Active

Tool of @gapup/mcp-knowledge

declared in 0.2.0

As a COO, quickly assess export compliance risks for components in your supply chain. This tool analyzes bills of materials (BOMs) against EU dual-use export control lists and ICAO/IMO restricted items data. Input a list of part numbers, descriptions, or HS codes to receive a risk assessment with actionable insights. Output includes risk levels, applicable regulations, and source references for audit trails.

Parameters schema

{
  "type": "object",
  "required": [
    "bomItems"
  ],
  "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."
    },
    "bomItems": {
      "type": "array",
      "items": {
        "type": "object",
        "required": [
          "description"
        ],
        "properties": {
          "hsCode": {
            "type": "string"
          },
          "quantity": {
            "type": "number"
          },
          "partNumber": {
            "type": "string"
          },
          "description": {
            "type": "string"
          }
        }
      }
    },
    "includeSources": {
      "type": "boolean",
      "default": false
    }
  }
}

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 →