io.github.markswendsen-code/tacobell
NPM · @STRIDERLABS/MCP-TACOBELL · SCANNED SEP 21
MCP server for Taco Bell - 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 → Why this is hard to score →
Supply Chain Security98
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 31 of 97 dependencies flagged as unhealthy. 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 95 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability80
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 940 tokens (~67/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 Management93
- Stability observed for 28 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
Tool Safety75
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "remove_from_cart" implies "remove" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
- An AI judge read all 14 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
How do I install the io.github.markswendsen-code/tacobell MCP server?
io.github.markswendsen-code/tacobell runs locally as an npm package, launched with npx -y @striderlabs/mcp-tacobell. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · @striderlabs/mcp-tacobell
claude mcp add markswendsen-code-tacobell -- npx -y @striderlabs/mcp-tacobell
{
"mcpServers": {
"markswendsen-code-tacobell": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-tacobell"
]
}
}
} {
"servers": {
"markswendsen-code-tacobell": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-tacobell"
]
}
}
} codex mcp add markswendsen-code-tacobell -- npx -y @striderlabs/mcp-tacobell
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"markswendsen-code-tacobell": {
"type": "local",
"command": [
"npx",
"-y",
"@striderlabs/mcp-tacobell"
],
"enabled": true
}
}
} openclaw mcp add markswendsen-code-tacobell --command npx --arg -y --arg @striderlabs/mcp-tacobell
mcp_servers:
markswendsen-code-tacobell:
command: "npx"
args: ["-y", "@striderlabs/mcp-tacobell"] {
"McpServers": {
"markswendsen-code-tacobell": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"@striderlabs/mcp-tacobell"
]
}
}
} assistant mcp add markswendsen-code-tacobell -t stdio -c npx -a -y @striderlabs/mcp-tacobell
{
"mcpServers": {
"markswendsen-code-tacobell": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-tacobell"
]
}
}
} 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.
- 20 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.
- 17 Sept 26 −2
- Stability: pass → 0.80 functional
- 16 Sept 26 0
- Stability: 0.97 → pass security
- 15 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.
- 13 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.
- 10 Sept 26 −2
- Stability: pass → 0.80 functional
- 9 Sept 26 0
- Stability: 0.97 → pass security
- 8 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.
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 21 Sept 2026 · Analysed npm/@striderlabs/mcp-tacobell@0.1.0
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | npm |
Background: How many MCP packages publish verified provenance →
Dependencies 97 packages
| Packages resolved | 97 |
|---|---|
| Stale | 31 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
add_to_cart ~46
Add the currently customized item to your cart. Call customize_item first. Optionally specify quantity.
| Name | Type | Req | Description |
|---|---|---|---|
| quantity | number | – | Number of this item to add (default: 1) |
No output schema declared.
No examples provided.
checkout ~111
Checkout and place your Taco Bell order. Set confirm=false to preview the order first, confirm=true to actually place it. Requires being logged in to confirm.
| Name | Type | Req | Description |
|---|---|---|---|
| confirm | boolean | – | Set true to place the order, false to preview only (default: false) |
| deliveryAddress | string | – | Delivery address (required if fulfillment is 'delivery') |
| fulfillment | string | yes | Order fulfillment method |
| pickupTime | string | – | Desired pickup time (e.g., 'ASAP', '6:30 PM') |
No output schema declared.
No examples provided.
customize_item ~116
Build a customized Taco Bell item. Specify the item ID and your customization choices. Call add_to_cart afterwards to add it to your cart.
| Name | Type | Req | Description |
|---|---|---|---|
| customizations | object | – | Key-value pairs of customizations. Examples: { "protein": "chicken", "cheese": "three-cheese", "sauce": "fire", "extras": ["sour-cream", "guacamole"], "tortilla": "flour" } |
| itemId | string | yes | Item ID from get_menu or search_menu results |
No output schema declared.
No examples provided.
get_item_details ~77
Get full details for a menu item including all available customization options (protein, cheese, sauce, add-ons, tortilla type, etc.).
| Name | Type | Req | Description |
|---|---|---|---|
| itemId | string | yes | Item ID from get_menu or search_menu results (e.g., 'crunchy-taco', 'bean-burrito', 'nachos-bellgrande') |
No output schema declared.
No examples provided.
get_menu ~117
Get the full Taco Bell menu or filter by category. Returns all items with names, prices, and calorie counts. Categories include: Tacos, Burritos, Quesadillas, Nachos, Bowls, Sides, Drinks, Combos, Breakfast, Vegetarian.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | – | Optional category filter (e.g., 'Tacos', 'Burritos', 'Quesadillas', 'Nachos', 'Bowls', 'Sides', 'Drinks', 'Combos', 'Breakfast', 'Vegetarian') |
No output schema declared.
No examples provided.
get_nearby_locations ~92
Find nearby Taco Bell locations by address or zip code. Returns location names, addresses, hours, and available features (drive-thru, delivery, mobile order).
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | Address, city, or zip code to search near (e.g., '90001', '123 Main St, Los Angeles CA') |
| radius | number | – | Search radius in miles (default: 10) |
No output schema declared.
No examples provided.
get_rewards_status ~32
Check your Taco Bell Rewards points balance, reward level, and available rewards you can redeem. Requires being logged in.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
remove_from_cart ~62
Remove an item from your cart by item ID or cart index.
| Name | Type | Req | Description |
|---|---|---|---|
| index | number | – | Cart position index (0-based) to remove — useful if you have the same item multiple times |
| itemId | string | yes | Item ID to remove from cart |
No output schema declared.
No examples provided.
search_menu ~89
Search the Taco Bell menu by name or keyword. Returns matching items with prices and calorie counts.
| Name | Type | Req | Description |
|---|---|---|---|
| category | string | – | Optional category to narrow the search (e.g., 'Tacos', 'Burritos', 'Drinks') |
| query | string | yes | Search term (e.g., 'taco', 'burrito', 'nachos', 'chicken', 'vegetarian') |
No output schema declared.
No examples provided.
taco_bell_login ~59
Authenticate with your Taco Bell account using email and password. Required to place orders, access Taco Bell Rewards, and view order history.
| Name | Type | Req | Description |
|---|---|---|---|
| string | yes | Taco Bell account email address | |
| password | string | yes | Taco Bell account password |
No output schema declared.
No examples provided.
taco_bell_logout ~28
Log out of Taco Bell 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.
taco_bell_status ~32
Check connection status and whether you are logged in to Taco Bell. Call this first to verify authentication before ordering.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
view_cart ~31
View all items currently in your cart with customizations, quantities, and pricing. Also shows the selected pickup location.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
view_orders ~48
View your past Taco Bell orders including items, dates, locations, 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.
What is the io.github.markswendsen-code/tacobell MCP server?
io.github.markswendsen-code/tacobell is an MCP server listed in the public MCP registry as io.github.markswendsen-code/tacobell. MCP server for Taco Bell - browse menu, customize orders, place pickup. This page covers its npm package (@striderlabs/mcp-tacobell).
Is the io.github.markswendsen-code/tacobell MCP server safe to use?
io.github.markswendsen-code/tacobell scores 82 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the io.github.markswendsen-code/tacobell MCP server expose?
io.github.markswendsen-code/tacobell exposes 14 tools: taco_bell_status, taco_bell_login, taco_bell_logout, get_menu, search_menu, and 9 more. Their descriptions and schemas cost roughly 940 tokens of context every time the server is loaded.
Is the io.github.markswendsen-code/tacobell MCP server still maintained?
io.github.markswendsen-code/tacobell is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.
What licence is the io.github.markswendsen-code/tacobell MCP server under?
io.github.markswendsen-code/tacobell declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.