Professional MCP server providing access to 600k+ foods from USDA FoodData Central. Features dual architecture (MCP + HTTP API), three deployment options (hosted/local/custom), and production-ready tools for nutrition analysis, food comparison, and dietary planning.
Server Config
{
"mcpServers": {
"usda-nutrition": {
"command": "python3",
"args": [
"/path/to/downloaded/mcp_bridge.py"
]
}
}
}