HelloFresh MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HELLOFRESH_EMAIL | Yes | Your HelloFresh account email address | |
| HELLOFRESH_PASSWORD | Yes | Your HelloFresh account password |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_menuA | Get the current week's available recipes/meals from HelloFresh. Optionally specify a week offset to see future menus. |
| get_recipe_detailsB | Get full recipe information including ingredients, step-by-step instructions, nutrition facts, prep time, and allergen information. |
| select_mealsC | Choose specific meals for an upcoming delivery week. You can select multiple recipes by their IDs. |
| skip_weekB | Skip a delivery week so you won't receive or be charged for that week's box. |
| get_delivery_scheduleB | View all upcoming deliveries including dates, selected meals, and delivery status. |
| modify_deliveryC | Change the delivery date for an upcoming week's box. |
| get_preferencesB | Get your current dietary preferences including vegetarian settings, allergens, cuisine types, and family-friendly options. |
| update_preferencesC | Update your dietary and cuisine preferences on HelloFresh, such as vegetarian mode, allergen avoidance, and preferred cuisines. |
| get_subscriptionA | View your current HelloFresh subscription plan details including meals per week, servings, price, and next delivery. |
| modify_subscriptionC | Change your HelloFresh subscription plan size (meals per week or servings per meal) or delivery frequency. |
| get_past_ordersB | View your HelloFresh order history including delivery dates, meals received, and order status. |
| rate_recipeB | Rate a HelloFresh recipe you've cooked on a scale of 1-5 stars, optionally including a written review. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 12 tools
Each tool has a distinct purpose with clear boundaries: get_* tools retrieve specific data types, modify_* tools change settings, and action tools like select_meals, skip_week, and rate_recipe handle discrete operations. No overlap exists that would cause agent confusion.
All tools follow a consistent verb_noun pattern: get_delivery_schedule, get_menu, get_past_orders, get_preferences, get_recipe_details, get_subscription, modify_delivery, modify_subscription, rate_recipe, select_meals, skip_week, update_preferences. The verbs (get, modify, rate, select, skip, update) logically match the actions.
12 tools is well-scoped for a HelloFresh server, covering core user workflows like viewing menus, managing deliveries, updating preferences, and rating recipes. Each tool earns its place without redundancy or bloat.
The toolset provides complete CRUD/lifecycle coverage for the HelloFresh domain: retrieval (get_*), updates (modify_*, update_preferences), actions (select_meals, skip_week, rate_recipe), and subscription management. No obvious gaps exist for typical user interactions.