trade_finance_eligibility
ActiveTool of gapup-mcp
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"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
gapup-mcp
https://github.com/getgapup/gapup-mcp-public
2/7 registries