africa_trade_preference_optimizer
ActiveTool of @gapup/mcp-knowledge
As a COO, analyze AGOA/EBA duty savings opportunities with HS code-level trade route optimization. Input origin country, destination country, and HS code to receive duty savings estimates, optimal trade routes, and preference utilization recommendations. Uses UN Comtrade trade flow data, WCO tariff schedules, and African Union trade agreement rules. Ideal for export market evaluation, supply chain optimization, and trade agreement compliance analysis. Keywords: AGOA, EBA, duty savings, trade optimization, HS code, African trade, export strategy.
Parameters schema
{
"type": "object",
"required": [
"originCountry",
"destinationCountry",
"hsCode"
],
"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."
},
"hsCode": {
"type": "string",
"description": "6-10 digit Harmonized System code (e.g., '010121' for live horses)"
},
"quantity": {
"type": "number",
"minimum": 1,
"description": "Estimated annual export quantity in units"
},
"valueUsd": {
"type": "number",
"minimum": 1,
"description": "Estimated annual export value in USD"
},
"originCountry": {
"type": "string",
"description": "ISO 3166-1 alpha-3 country code of export origin (e.g., 'KEN' for Kenya)"
},
"destinationCountry": {
"type": "string",
"description": "ISO 3166-1 alpha-3 country code of import destination (e.g., 'USA' for United States)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
@gapup/mcp-knowledge
https://github.com/getgapup/gapup-mcp
2/7 registries