Connects Claude to the USDA Food Data Central database through five straightforward tools: search foods by keyword, fetch full nutrient profiles by FDC ID, browse paginated food listings, pull food group categories, and grab just the nutrient values for a given food. Useful when you're building nutrition apps, analyzing recipes, or need authoritative data on macros and micronutrients for thousands of foods. Runs through the Pipeworx gateway, which means you can either hit this single source or connect to their full catalog of 673+ data sources. Includes an ask_pipeworx convenience method that takes natural language questions instead of structured tool calls.
USDA Food Data Central MCP
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|---|
search_foods | Search USDA FDC food items. |
get_food | Full food record by FDC id. |
list_foods | Paginated browse of FDC foods. |
list_food_groups | USDA food group reference (categories). |
nutrients_for_food | Convenience: nutrient values only for a food. |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"usda-fdc": {
"url": "https://gateway.pipeworx.io/usda-fdc/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Usda Fdc data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json