You're viewing a demo portfolio

Join the waitlist
PRSM

africa_trade_preference_arbitrage

Active

Tool of @gapup/mcp-knowledge

declared in 0.2.0

Analyzes AGOA (African Growth and Opportunity Act) and EBA (Everything But Arms) trade preference arbitrage opportunities for COOs evaluating export strategies. Compares tariff rates, trade volumes, and preference utilization across eligible African countries using WITS and OECD trade data. Returns structured analysis of potential duty savings, market access advantages, and compliance requirements. — pass async:true REQUIRED to avoid x402 timeout.

Parameters schema

{
  "type": "object",
  "required": [
    "hs_code",
    "exporting_country"
  ],
  "properties": {
    "year": {
      "type": "integer",
      "maximum": 2026,
      "minimum": 2010,
      "description": "Reference year for trade data"
    },
    "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",
      "pattern": "^[0-9]{6,10}$",
      "description": "6-10 digit Harmonized System product code"
    },
    "exporting_country": {
      "type": "string",
      "pattern": "^[A-Z]{2}$",
      "description": "ISO 2-letter country code of African exporter"
    },
    "importing_country": {
      "type": "string",
      "pattern": "^[A-Z]{2}$",
      "description": "ISO 2-letter country code of target market (US/EU)"
    },
    "preference_scheme": {
      "enum": [
        "AGOA",
        "EBA"
      ],
      "type": "string",
      "description": "Trade preference scheme to analyze"
    }
  }
}

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 →