You're viewing a demo portfolio

Join the waitlist
PRSM

trade_finance_eligibility

Active

Tool of gapup-mcp

declared in 0.2.0

Evaluates trade finance eligibility for CFOs by analyzing counterparty risk and jurisdiction using World Bank and BIS data. Inputs include counterparty country code (ISO 3166-1 alpha-3) and industry sector. Returns risk scores, eligibility flags, and financing terms. Ideal for assessing letters of credit, export credit agency guarantees, and other trade finance instruments. Keywords: trade finance, counterparty risk, jurisdiction risk, letters of credit, ECA guarantees.

Parameters schema

{
  "type": "object",
  "required": [
    "counterpartyCountryCode",
    "industrySector"
  ],
  "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."
    },
    "industrySector": {
      "enum": [
        "manufacturing",
        "agriculture",
        "energy",
        "mining",
        "services",
        "technology"
      ],
      "type": "string"
    },
    "annualTradeVolumeUSD": {
      "type": "number",
      "minimum": 100000
    },
    "counterpartyCountryCode": {
      "type": "string",
      "pattern": "^[A-Z]{3}$"
    },
    "counterpartyCreditRating": {
      "enum": [
        "AAA",
        "AA",
        "A",
        "BBB",
        "BB",
        "B",
        "CCC",
        "CC",
        "C",
        "D"
      ],
      "type": "string"
    }
  }
}

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 →
trade_finance_eligibility — gapup-mcp — PRSM MCP