Skip to main content
Glama
markswendsen-code

mcp-blueapron

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 6 tools

Disambiguation5/5

Each tool targets a distinct action: browsing menus, selecting recipes, skipping weeks, viewing account, checking delivery schedule, updating preferences. No overlap in purpose.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern using snake_case (e.g., get_upcoming_menus, select_recipes, skip_week). No mixing of conventions.

Tool Count5/5

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.

Completeness4/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues