Faostat
liveAgricultureFoodFAOSTAT MCP — the UN Food and Agriculture Organization's statistics service.
Tools
faostat_domainsThe 69 statistical domains FAOSTAT publishes, with what each covers, when it was last updated and how many observations it holds. AUTHORITATIVE starting point for any question about world agriculture,
No parameters required.
Try it
faostat_dimensionsThe valid codes for one dimension of one FAOSTAT domain — the country/area codes, element codes (production quantity, area harvested, yield, import value, ...), item codes (wheat, cattle, nitrogen fer
No parameters required.
Try it
faostat_dataObservations from a FAOSTAT domain — the actual numbers, with units, year and data-quality flag. AUTHORITATIVE for "how much <crop> did <country> produce in <year>", world agricultural trade flows, fe
No parameters required.
Try it
Test with curl
The gateway speaks JSON-RPC 2.0 over HTTP POST. You can test any pack directly from the terminal.
curl -X POST https://gateway.pipeworx.io/faostat/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'curl -X POST https://gateway.pipeworx.io/faostat/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"faostat_domains","arguments":{}}}'Use with the SDK
Install @pipeworx/sdk to call tools from any TypeScript/Node project.
import { Pipeworx } from '@pipeworx/sdk';
const px = new Pipeworx();
const result = await px.call("faostat_domains", {});// Or ask in plain English:
const answer = await px.ask("faostat mcp — the un food and agriculture organization's statistics service");Related packs
Other Pipeworx packs in the same categories (Agriculture, Food):