Pantrist
Manage your Pantrist pantry, shopping list, recipes, and weekly meal plan from Claude.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- 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.
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
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.
Список инструментов сервера (12)
Технические названия из tools/list. Нужны только разработчикам.
| 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). |