ftg_opportunity_scout
ActiveTool of @gapup/mcp-knowledge
Rank the best countries for a given commodity — where the market gap, opportunity score and potential margin are highest. Cross-country scouting. When to use this tool: an agent has a commodity and needs to know WHERE to sell, export to or set up local production. Input: a commodity name.
Parameters schema
{
"type": "object",
"required": [
"commodity"
],
"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."
},
"limit": {
"type": "integer",
"maximum": 50,
"minimum": 1,
"description": "Maximum countries to return (default 20)"
},
"commodity": {
"type": "string",
"minLength": 2,
"description": "Commodity name (e.g. 'rice', 'soybean', 'poultry')"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
@gapup/mcp-knowledge
https://github.com/getgapup/gapup-mcp
2/7 registries