ftg_production_economics
ActiveTool of gapup-mcp
Return production cost benchmarks (CAPEX/OPEX per unit, value ranges, scenarios, quality tiers) and agronomic yields (t/ha, cycles per year) for a commodity. When to use this tool: an agent sizes the economics of producing a commodity. Input: a commodity, with an optional country.
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
},
"country": {
"type": "string",
"description": "Optional country ISO code or name"
},
"commodity": {
"type": "string",
"minLength": 2,
"description": "Commodity name or slug"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
gapup-mcp
https://github.com/getgapup/gapup-mcp-public
2/7 registries