list_foods

Pack: usda-fdc · Endpoint: https://gateway.pipeworx.io/usda-fdc/mcp

Paginated browse of FDC foods.

Parameters

NameTypeRequiredDescription
data_typestringnoFilter to data type(s). Options: ${DATA_TYPES}
page_sizenumberno1-200 (default 50)
page_numbernumberno1-based page
sort_bystringno
sort_orderstringno

Example call

curl -X POST https://gateway.pipeworx.io/usda-fdc/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"list_foods","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "usda-fdc": {
      "url": "https://gateway.pipeworx.io/usda-fdc/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build May 21, 2026