Faostat

liveAgricultureFood

FAOSTAT MCP — the UN Food and Agriculture Organization's statistics service.

3tools
0msauth
free tier50 calls/day

Tools

faostat_domains

The 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_dimensions

The 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_data

Observations 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.

List available tools
bash
curl -X POST https://gateway.pipeworx.io/faostat/mcp \
  -H "Content-Type: application/json" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
Call a tool
bash
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.

TypeScript
import { Pipeworx } from '@pipeworx/sdk';
const px = new Pipeworx();
const result = await px.call("faostat_domains", {});
ask_pipeworx
// 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):