{
  "markdown": "# @striderlabs/mcp-chipotle\n\nMCP server for Chipotle — let AI agents find locations, browse menus, build custom orders, and checkout for pickup or delivery.\n\n## Features\n\n- 🌯 **Full order building** — bowl, burrito, tacos, salad, quesadilla\n- 🥑 **Complete customization** — protein, rice, beans, salsas, toppings\n- 📍 **Location search** — find nearby Chipotle restaurants\n- 🏆 **Rewards** — check Chipotle Rewards points and available offers\n- 🛍️ **Bag management** — view and manage your current order\n- 🚗 **Pickup & delivery** — checkout for either fulfillment method\n- 📦 **Order tracking** — track status of placed orders\n- 🔐 **Session persistence** — cookies saved at `~/.striderlabs/chipotle/cookies.json`\n\n## Installation\n\n```bash\nnpm install -g @striderlabs/mcp-chipotle\nnpx playwright install chromium\n```\n\n## Usage with Claude Desktop\n\nAdd to your `claude_desktop_config.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"chipotle\": {\n      \"command\": \"striderlabs-mcp-chipotle\"\n    }\n  }\n}\n```\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `chipotle_status` | Check connection and login status |\n| `chipotle_login` | Authenticate with Chipotle credentials |\n| `chipotle_logout` | Clear session cookies |\n| `chipotle_search_locations` | Find nearby Chipotle restaurants |\n| `chipotle_get_location` | Get details for a specific location |\n| `chipotle_get_menu` | Get full menu with prices and calories |\n| `chipotle_get_favorites` | Get saved favorite orders |\n| `chipotle_start_order` | Begin building a new order |\n| `chipotle_customize_item` | Add protein, rice, beans, toppings |\n| `chipotle_add_to_bag` | Add customized item to bag |\n| `chipotle_view_bag` | View current bag contents |\n| `chipotle_checkout` | Place order for pickup or delivery |\n| `chipotle_track_order` | Track order status |\n| `chipotle_get_rewards` | Check Chipotle Rewards balance |\n\n## Example Workflow\n\n```\n1. chipotle_status          → check if logged in\n2. chipotle_login           → authenticate (if needed)\n3. chipotle_search_locations address=\"94105\"\n4. chipotle_get_menu        → see all options\n5. chipotle_start_order     entreeType=\"bowl\"\n6. chipotle_customize_item  protein=\"chicken\" rice=\"white\" beans=\"black\" toppings=[\"guac\",\"salsa-mild\",\"cheese\"]\n7. chipotle_add_to_bag      quantity=1\n8. chipotle_view_bag        → review order\n9. chipotle_checkout        fulfillment=\"pickup\" confirm=false  → preview\n10. chipotle_checkout       fulfillment=\"pickup\" confirm=true   → place order\n11. chipotle_track_order    → track status\n```\n\n## Technical Details\n\n- **Browser automation**: Playwright (Chromium) with stealth patches\n- **Session persistence**: Cookies stored at `~/.striderlabs/chipotle/cookies.json`\n- **Transport**: MCP stdio\n\n## License\n\nMIT — [Strider Labs](https://striderlabs.ai)\n",
  "bytes": 2800,
  "sha": "0ff898d08ceab67a2463fbfbf2c3ede27460210046a83a0ab117d2dfd94e7265",
  "repo_slug": "markswendsen-code/mcp-chipotle",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_markswendsen_code_chipotle_8b0b7e85/readme"
}