You're viewing a demo portfolio

Join the waitlist
PRSM

africa_trade_barrier_breaker

Active

Tool of gapup-mcp

declared in 0.2.0

As a COO, analyze non-tariff trade barriers (NTBs) across African trade corridors using WITS and UNCTAD STAT data. Input origin/destination countries and product HS codes to receive barrier mapping with severity scores and actionable mitigation strategies. Returns structured risk assessment, regulatory compliance gaps, and supply chain optimization recommendations. Pass async:true to avoid timeout.

Parameters schema

{
  "type": "object",
  "required": [
    "origin_country",
    "destination_country"
  ],
  "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."
    },
    "hs_code": {
      "type": "string",
      "description": "6-digit Harmonized System product code"
    },
    "origin_country": {
      "type": "string",
      "description": "ISO 3-letter country code for export origin"
    },
    "destination_country": {
      "type": "string",
      "description": "ISO 3-letter country code for import destination"
    },
    "include_regulatory_details": {
      "type": "boolean",
      "default": false,
      "description": "Whether to include detailed regulatory text in output"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

gapup-mcp

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

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