CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
markswendsen-code avatar

Chipotle

markswendsen-code/mcp-chipotle
STDIOregistry active
Summary

This server automates Chipotle's web interface using Playwright to let AI agents build and place actual food orders. It exposes tools for location search, menu browsing, order customization (proteins, rice, beans, toppings), bag management, and checkout for pickup or delivery. You also get rewards balance checks and order tracking. Sessions persist via saved cookies, so you authenticate once and stay logged in across requests. Reach for this when you want to wire up conversational ordering flows or automate regular Chipotle runs without touching the website yourself. Ships with thirteen tools covering the full ordering lifecycle from login to tracking.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

@striderlabs/mcp-chipotle

MCP server for Chipotle — let AI agents find locations, browse menus, build custom orders, and checkout for pickup or delivery.

Features

  • 🌯 Full order building — bowl, burrito, tacos, salad, quesadilla
  • 🥑 Complete customization — protein, rice, beans, salsas, toppings
  • 📍 Location search — find nearby Chipotle restaurants
  • 🏆 Rewards — check Chipotle Rewards points and available offers
  • 🛍️ Bag management — view and manage your current order
  • 🚗 Pickup & delivery — checkout for either fulfillment method
  • 📦 Order tracking — track status of placed orders
  • 🔐 Session persistence — cookies saved at ~/.striderlabs/chipotle/cookies.json

Installation

npm install -g @striderlabs/mcp-chipotle
npx playwright install chromium

Usage with Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "chipotle": {
      "command": "striderlabs-mcp-chipotle"
    }
  }
}

Tools

ToolDescription
chipotle_statusCheck connection and login status
chipotle_loginAuthenticate with Chipotle credentials
chipotle_logoutClear session cookies
chipotle_search_locationsFind nearby Chipotle restaurants
chipotle_get_locationGet details for a specific location
chipotle_get_menuGet full menu with prices and calories
chipotle_get_favoritesGet saved favorite orders
chipotle_start_orderBegin building a new order
chipotle_customize_itemAdd protein, rice, beans, toppings
chipotle_add_to_bagAdd customized item to bag
chipotle_view_bagView current bag contents
chipotle_checkoutPlace order for pickup or delivery
chipotle_track_orderTrack order status
chipotle_get_rewardsCheck Chipotle Rewards balance

Example Workflow

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

Technical Details

  • Browser automation: Playwright (Chromium) with stealth patches
  • Session persistence: Cookies stored at ~/.striderlabs/chipotle/cookies.json
  • Transport: MCP stdio

License

MIT — Strider Labs

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Categories
Finance & Commerce
Registryactive
Package@striderlabs/mcp-chipotle
TransportSTDIO
UpdatedMar 15, 2026
View on GitHub

More from markswendsen-code

  • Crunchyroll
  • Gmail
  • Kroger
  • Panera
  • Spotify
  • Tacobell
  • Taskrabbit
  • Southwest
  • Venmo
  • Walmart
  • Yelp
  • Doordash4
  • Delta3
  • Grubhub1
  • Instacart1
  • Opentable1
  • Ubereats1
  • Target1

Related Finance & Commerce MCP Servers

View all →
martinx308 avatar
Synplex

io.github.martinx308/synplex

Inventory health scoring, landed cost calculation, and quick diagnosis tools for Shopify merchants.
massed-compute avatar
Mcp

io.github.massed-compute/mcp

Massed Compute MCP — browse GPU inventory, launch and manage VMs, audit billing.
mdfifty50-boop avatar
Agent Costcenter

io.github.mdfifty50-boop/agent-costcenter

Multi-agent billing and cost allocation tracking
meltingpixelsai avatar
Drainbrain

io.github.meltingpixelsai/drainbrain

AI-powered Solana token rug pull detection with ML ensemble scoring and honeypot detection.
meltingpixelsai avatar
Zero Core Intel

io.github.meltingpixelsai/zero-core-intel

DrainBrain token safety, CORTEX trading signals, social trends. Zero Core Intel.
mighty840 avatar
SwarmHaul

io.github.mighty840/swarmhaul

Multi-agent coordination protocol on Solana. Swarm formation, on-chain settlement, 14 MCP tools.