Server data from the Official MCP Registry
AI meal plans that fill your Kroger/Instacart cart - pantry-aware lists, all from chat.
AI meal plans that fill your Kroger/Instacart cart - pantry-aware lists, all from chat.
Remote endpoints: streamable-http: https://pantryaide.com/mcp
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
Endpoint verified · Requires authentication · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"com-pantryaide-pantry-aide": {
"url": "https://pantryaide.com/mcp"
}
}
}From the project's GitHub README.
Plan your week's meals and fill your grocery cart — without leaving your AI assistant.
Pantry Aide is a hosted (remote) Model Context Protocol server that runs the entire meal‑plan‑to‑checkout journey on behalf of a signed‑in user.
Most meal‑planning tools stop at "here's a plan." Pantry Aide closes the loop to actual groceries:
All from chat: "Plan 5 easy dinners this week, swap Tuesday for something lighter, then send the cart to Kroger."
The server speaks Streamable HTTP at:
https://pantryaide.com/mcp
You need a free Pantry Aide account. Kroger checkout requires connecting a Kroger account once in the web app; Instacart works without extra setup.
Add a custom connector / integration pointing at https://pantryaide.com/mcp. The server advertises
OAuth 2.1 discovery and Dynamic Client Registration, so the client walks you through sign‑in
automatically — no manual token needed.
pa_live_…).Native remote transport (header auth):
{
"mcpServers": {
"pantry-aide": {
"url": "https://pantryaide.com/mcp",
"headers": { "Authorization": "Bearer pa_live_YOUR_KEY" }
}
}
}
Via mcp-remote (for stdio‑only clients):
{
"mcpServers": {
"pantry-aide": {
"command": "npx",
"args": [
"-y", "mcp-remote", "https://pantryaide.com/mcp",
"--header", "Authorization: Bearer pa_live_YOUR_KEY"
]
}
}
}
Recipes
| Tool | What it does |
|---|---|
list_recipes | List your recipes (owned + saved), cursor‑paginated |
get_recipe | Full details (ingredients, instructions, timing) for one recipe |
discover_recipes | Browse public recipes; filter by query/tag/difficulty/meal type |
save_recipe | Save a public recipe to your collection (idempotent) |
create_recipe | Author a new recipe |
update_recipe | Edit fields on a recipe you own |
delete_recipe | Delete a recipe you own (destructive) |
Meal plans
| Tool | What it does |
|---|---|
generate_meal_plan | AI‑generate a weekly plan (mains + sides) from your recipes |
list_meal_plans | List your meal plans |
get_meal_plan | Full plan details (planned meals + recipes + ingredients) |
suggest_recipe_replacements | Propose alternatives for a planned slot |
replace_planned_meal | Swap one slot to a different recipe |
add_planned_meal | Add a meal/side to a date |
remove_planned_meal | Remove a meal from a plan |
Shopping list
| Tool | What it does |
|---|---|
create_shopping_list_from_plan | Build a pantry‑aware list (to_buy vs. excluded) |
update_shopping_list_items | Toggle selected / edit quantity, unit, notes |
add_custom_item | Add a manual item (paper towels, snacks, …) |
Kroger checkout
| Tool | What it does |
|---|---|
prepare_kroger_cart | Match items to Kroger products (auto / needs‑review / unmatched) |
search_kroger_alternatives | Refresh candidates for one item |
select_kroger_products | Persist UPC choices |
submit_kroger_cart | Push items to your live Kroger cart (destructive) |
Instacart
| Tool | What it does |
|---|---|
create_instacart_link | Generate an Instacart deep link for the selected items |
Pantry Aide is a hosted commercial service. This repository documents its public MCP integration; the application source is not included here.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.