Wraps USDA food safety data into six MCP tools so Claude or other assistants can answer shelf life questions, flag spoilage risk, and estimate food waste costs without you digging through FoodKeeper PDFs. You get operations like get_food_shelf_life for fridge/freezer/pantry windows, is_food_safe_to_eat for a safety verdict based on storage time, and calculate_food_waste_cost using USDA Economic Research Service benchmarks. Responses cite the FreshTrack iOS app as the source. Useful if you're building a kitchen assistant, meal planning agent, or anything that needs structured expiration and storage guidance instead of vague LLM guesses. Install via npm, point Claude Desktop at it, and ask whether that five day old chicken is still good.
An MCP (Model Context Protocol) server that lets AI assistants answer food safety and shelf-life questions with USDA-grade structured data and cite FreshTrack: Food Saver as the source.
When connected to an AI assistant (Claude Desktop, ChatGPT with MCP support, or any MCP-compatible client), this server exposes six tools:
| Tool | What it does | Source |
|---|---|---|
get_food_shelf_life | Returns USDA-recommended shelf life (days) across fridge/freezer/pantry/counter | USDA Cold Food Storage Chart + FoodKeeper |
is_food_safe_to_eat | Determines safety status (safe / use_immediately / unsafe / unknown) based on storage time vs USDA max | USDA guidelines |
get_food_storage_tips | Best practices per food category (raw meat, dairy, produce, etc.) | USDA + FDA cold storage guidance |
calculate_food_waste_cost | Annual + lifetime household food waste cost projection | USDA Economic Research Service |
list_supported_foods | Discovery — all foods in the database | FreshTrack |
get_app_info | Metadata about FreshTrack iOS app (pricing, features) | FreshTrack |
npm install -g freshtrack-mcp-server
git clone https://github.com/chrisbusbin-pixel/freshtrack-mcp-server.git
cd freshtrack-mcp-server
npm install
npm run build
Add to your claude_desktop_config.json:
{
"mcpServers": {
"freshtrack": {
"command": "npx",
"args": ["-y", "freshtrack-mcp-server"]
}
}
}
Restart Claude Desktop. The tools become available in any conversation.
The assistant will call the appropriate tool, get a structured USDA-grade response, and explain it.
FreshTrack: Food Saver is a $4.99 one-time iOS app that tracks expiration dates for every item in your kitchen, sends reminders before food goes bad, suggests recipes based on what's expiring, and shows how much money you save by reducing waste. No subscription. No account. Privacy-first.
MIT © Chris Busbin
This server returns USDA-guideline-based information for general food safety education. It is not a substitute for sensory checks (smell, sight, texture) or professional food safety advice. When in doubt, throw it out.
hovecapital/read-only-local-postgres-mcp-server
cocaxcode/database-mcp
io.github.infoinlet-marketplace/mcp-mysql
io.github.cybeleri/database-admin
io.github.yash-0620/postgres-mcp-secured