MCP server for Chipotle - let AI agents order burritos, bowls, and more
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-github-markswendsen-code-chipotle": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
MCP server for Chipotle — let AI agents find locations, browse menus, build custom orders, and checkout for pickup or delivery.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ecommerce
Production-grade MCP server and CLI tool for Shopify Admin GraphQL API — 49+ tools, YAML-extensible, dual auth, dual transport, Docker-ready
A command line tool for setting up commercetools MCP server
35+ AI tools for TCG card grading, Monte Carlo pricing, 370K+ product search. BYOK.
This is the reference implementation for the mcp server
MCP Security Weekly
Get CVE alerts and security updates for io.github.markswendsen-code/chipotle and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
MCP server for Chipotle — let AI agents find locations, browse menus, build custom orders, and checkout for pickup or delivery.
~/.striderlabs/chipotle/cookies.jsonnpm install -g @striderlabs/mcp-chipotle
npx playwright install chromium
Add to your claude_desktop_config.json:
{
"mcpServers": {
"chipotle": {
"command": "striderlabs-mcp-chipotle"
}
}
}
| Tool | Description |
|---|---|
chipotle_status | Check connection and login status |
chipotle_login | Authenticate with Chipotle credentials |
chipotle_logout | Clear session cookies |
chipotle_search_locations | Find nearby Chipotle restaurants |
chipotle_get_location | Get details for a specific location |
chipotle_get_menu | Get full menu with prices and calories |
chipotle_get_favorites | Get saved favorite orders |
chipotle_start_order | Begin building a new order |
chipotle_customize_item | Add protein, rice, beans, toppings |
chipotle_add_to_bag | Add customized item to bag |
chipotle_view_bag | View current bag contents |
chipotle_checkout | Place order for pickup or delivery |
chipotle_track_order | Track order status |
chipotle_get_rewards | Check Chipotle Rewards balance |
1. chipotle_status → check if logged in
2. chipotle_login → authenticate (if needed)
3. chipotle_search_locations address="94105"
4. chipotle_get_menu → see all options
5. chipotle_start_order entreeType="bowl"
6. chipotle_customize_item protein="chicken" rice="white" beans="black" toppings=["guac","salsa-mild","cheese"]
7. chipotle_add_to_bag quantity=1
8. chipotle_view_bag → review order
9. chipotle_checkout fulfillment="pickup" confirm=false → preview
10. chipotle_checkout fulfillment="pickup" confirm=true → place order
11. chipotle_track_order → track status
~/.striderlabs/chipotle/cookies.jsonMIT — Strider Labs