Home › Other › FAOSTAT MCP

FAOSTAT MCP

FAOSTAT data for 245 countries: crops, trade, food security, and emissions via 21 MCP tools.

Python
★ 17 stars Last pushed 2026-04-15 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (pypi 1.2.2)

uvx faostat-mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "faostat-mcp": {
      "command": "uvx",
      "args": [
        "faostat-mcp"
      ],
      "env": {
        "FAOSTAT_API_TOKEN": "<YOUR_VALUE>",
        "FAOSTAT_USERNAME": "<YOUR_VALUE>",
        "FAOSTAT_PASSWORD": "<YOUR_VALUE>"
      }
    }
  }
}
  • FAOSTAT_API_TOKEN secret — FAOSTAT JWT access token. Obtain from the FAOSTAT Developer Portal. Optional if FAOSTAT_USERNAME and FAOSTAT_PASSWORD are provided.
  • FAOSTAT_USERNAME — FAOSTAT account email. Used with FAOSTAT_PASSWORD for automatic token refresh. Optional if FAOSTAT_API_TOKEN is provided.
  • FAOSTAT_PASSWORD secret — FAOSTAT account password. Used with FAOSTAT_USERNAME for token refresh.

Related servers

Data from the Official MCP Registry