io.github.markswendsen-code/panera
NPM · @STRIDERLABS/MCP-PANERA · SCANNED AUG 3
MCP server for Panera Bread - browse menu, customize orders, place pickup
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security87
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (97 of 101), so this covers what we could see, not the whole tree.Partial
- No install/post-install scripts declared.Pass
- Only part of the dependency tree could be resolved (97 of 101), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 46 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability77
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 874 tokens (~62/item across 14 items; 14 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
- Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · @striderlabs/mcp-panera
claude mcp add markswendsen-code-panera -- npx -y @striderlabs/mcp-panera
codex mcp add markswendsen-code-panera -- npx -y @striderlabs/mcp-panera
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"markswendsen-code-panera": {
"type": "local",
"command": [
"npx",
"-y",
"@striderlabs/mcp-panera"
],
"enabled": true
}
}
} openclaw mcp add markswendsen-code-panera --command npx --arg -y --arg @striderlabs/mcp-panera
mcp_servers:
markswendsen-code-panera:
command: "npx"
args: ["-y", "@striderlabs/mcp-panera"] {
"mcpServers": {
"markswendsen-code-panera": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-panera"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +3
- Stability: unverified → 0.23 ▲ functional
- 2 Aug 26 +61
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → pass ▲ security
- Malware scan: unverified → pass ▲ security
- Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
- Schema quality: unverified → excellent ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- License: unverified → pass ▲ functional
- Dependency health: unverified → partial ▲ functional
- Maintenance: unverified → pass ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Licence: MIT functional
- 1 Aug 26 −16
- Tool coverage: 100 → unverified ▼ functional
- First check of Schema quality: unverified functional
- 31 Jul 26 −7
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 27 Jul 26 46
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/@striderlabs/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 97 packages
97 packages in the resolved dependency tree · 95 deprecated · 30 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
panera_add_to_cart ~59
Add the currently configured item to your cart. Call after panera_customize_item. Optionally override quantity.
| Name | Type | Req | Description |
|---|---|---|---|
| quantity | number | — | Number of this item to add (default: uses quantity from panera_customize_item, or 1) |
No output schema declared.
No examples provided.
panera_checkout ~128
Checkout and place your Panera Bread order. Set confirm=false to preview the order first, confirm=true to actually place it.
| Name | Type | Req | Description |
|---|---|---|---|
| cafeId | string | — | Cafe ID for the pickup or delivery location |
| confirm | boolean | — | Set true to place the order, false to preview only (default: false) |
| deliveryAddress | string | — | Delivery address (required if orderType is 'delivery') |
| orderType | string | yes | How the order will be fulfilled |
| pickupTime | string | — | Desired pickup time (e.g., 'ASAP', '12:30 PM') |
No output schema declared.
No examples provided.
panera_customize_item ~100
Configure a Panera menu item with customizations before adding to cart. Call panera_add_to_cart after customizing.
| Name | Type | Req | Description |
|---|---|---|---|
| customizations | array | — | List of customizations (e.g. ['toasted', 'extra cheese', 'no tomato', 'dressing on the side', 'bread bowl']) |
| itemId | string | yes | Menu item ID to customize |
| quantity | number | — | Number of this item (default: 1) |
No output schema declared.
No examples provided.
panera_get_item_details ~56
Get detailed information about a specific Panera menu item including description, price, calories, allergens, and customization options.
| Name | Type | Req | Description |
|---|---|---|---|
| itemId | string | yes | Menu item ID from panera_get_menu or panera_search_menu results |
No output schema declared.
No examples provided.
panera_get_menu ~98
Get the full Panera Bread menu including sandwiches, soups, salads, bowls, bakery items, breakfast, and drinks with prices and calories.
| Name | Type | Req | Description |
|---|---|---|---|
| cafeId | string | — | Optional cafe ID to get the menu for a specific location |
| category | string | — | Optional category filter (e.g., 'Soups', 'Salads', 'Sandwiches', 'Bakery', 'Drinks', 'Breakfast', 'Bowls') |
No output schema declared.
No examples provided.
panera_get_nearby_locations ~86
Find Panera Bread cafes near a given address or zip code. Returns a list of nearby locations with address and hours.
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | Address, city, or zip code to search near (e.g., '94105', '123 Main St, Boston MA') |
| radius | number | — | Number of results to return (default: 10) |
No output schema declared.
No examples provided.
panera_get_rewards_status ~32
Get your MyPanera rewards points balance, reward tier, and available rewards. Requires being logged in.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
panera_login ~54
Authenticate with your MyPanera account using email and password. Required to access rewards and order history.
| Name | Type | Req | Description |
|---|---|---|---|
| string | yes | MyPanera account email address | |
| password | string | yes | MyPanera account password |
No output schema declared.
No examples provided.
panera_logout ~28
Log out of Panera Bread by clearing stored session cookies. Use this to reset authentication state.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
panera_remove_from_cart ~51
Remove a specific item from your cart by its cart item ID. Use panera_view_cart to get item IDs.
| Name | Type | Req | Description |
|---|---|---|---|
| itemId | string | yes | Cart item ID from panera_view_cart results |
No output schema declared.
No examples provided.
panera_search_menu ~77
Search Panera Bread menu items by name, ingredient, or dietary preference (e.g., 'vegetarian', 'chicken', 'soup', 'avocado').
| Name | Type | Req | Description |
|---|---|---|---|
| query | string | yes | Search query — item name, ingredient, or tag (e.g., 'broccoli cheddar', 'vegetarian', 'bagel') |
No output schema declared.
No examples provided.
panera_status ~32
Check connection status and whether you are logged in to Panera Bread. Call this first to verify authentication before ordering.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
panera_view_cart ~23
View all items currently in your cart with customizations and pricing.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
panera_view_orders ~50
Get your past Panera Bread order history with items, dates, and totals. Requires being logged in.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | number | — | Maximum number of past orders to return (default: 10) |
No output schema declared.
No examples provided.