Pantrist
Manage your Pantrist pantry, shopping list, recipes, and weekly meal plan from Claude.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- List Lists: List the shopping lists / pantries the authenticated user can access. Use a returned id as `listId` for the other tools.
- List Shopping Items: Get all items currently on the shopping list.
- Add Shopping Item: Add an item to the shopping list by name.
What data it sees
Do you need an account
No: the server works without sign-in
Manage your Pantrist pantry, shopping list, recipes, and weekly meal plan from Claude. The server wraps the same public REST API that powers the iOS, Android, and web apps, so your changes show up in real time on every device.
What you can say
- "What's on my shopping list?"
- "Add milk, eggs, and that brand of olive oil I had last week"
- "What's expiring in the next three days?"
- "Plan dinners Mon–Fri from my favourite recipes"
- "Find me a vegetarian dinner under 30 minutes"
12 tools spanning the full shopping / pantry / recipe / meal-plan loop.
Authentication is fully OAuth-driven — no API key or token to copy by hand. Connect once via your normal Pantrist login and Claude inherits the access. Multi-list households are supported: pass listId explicitly or call list_lists and let Claude pick.
Server tool list (12)
Raw names from tools/list. Only developers need these.
| list_lists | List the shopping lists / pantries the authenticated user can access. Use a returned id as `listId` for the other tools. |
| list_shopping_items | Get all items currently on the shopping list. |
| add_shopping_item | Add an item to the shopping list by name. |
| check_shopping_item | Check off a shopping-list item. Depending on list settings this marks it done, removes it, or moves it to the pantry. |
| delete_shopping_item | Remove an item from the shopping list. |
| list_pantry_items | Get all items currently in the pantry. |
| add_pantry_item | Add an item to the pantry by name. |
| reduce_pantry_amount | Change the stock amount of a pantry item. Use a negative `amountChange` to consume stock. |
| search_recipes | Search recipes by free-text and optional filters. |
| get_recipe | Get a single recipe by its uuid. |
| get_week_plan | Get the meal plan for a date range. Dates are YYYY-MM-DD. |
| update_week_plan_day | Set the planned recipes/meals for a single day (YYYY-MM-DD). |