mcp-blueapron
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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_upcoming_menusA | Get the upcoming Blue Apron menu options showing available recipes you can choose for your next deliveries. Returns recipe names, descriptions, cook times, difficulty, and dietary info. |
| select_recipesA | Select specific recipes for an upcoming Blue Apron delivery. Provide the delivery ID or date and the recipe IDs you want to receive. |
| skip_weekA | Skip an upcoming Blue Apron delivery week. You won't receive a box or be charged for that week. |
| get_accountA | Get your Blue Apron account details including name, email, subscription plan, meals per week, servings, and next delivery date. |
| get_delivery_scheduleA | View all upcoming Blue Apron deliveries including dates, selected recipes, delivery status, and whether you can still modify or skip each delivery. |
| update_preferencesB | Update your Blue Apron recipe preferences including dietary restrictions, allergens, disliked ingredients, preferred cuisines, spice level, and recipe types. |
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 6 tools
Each tool targets a distinct action: browsing menus, selecting recipes, skipping weeks, viewing account, checking delivery schedule, updating preferences. No overlap in purpose.
All tools follow a consistent verb_noun pattern using snake_case (e.g., get_upcoming_menus, select_recipes, skip_week). No mixing of conventions.
With 6 tools, the server is well-scoped for a recipe delivery service. Each tool serves a distinct and necessary function without being overly granular or missing core actions.
Covers core user workflows: browsing menus, selecting recipes, skipping weeks, account details, schedule, and preferences. Minor gaps like modifying selections or pausing subscription, but overall sufficient for primary tasks.