@striderlabs/mcp-shakeshack
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@@striderlabs/mcp-shakeshackFind Shake Shack locations in NYC and show me the current seasonal items"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@striderlabs/mcp-shakeshack
MCP (Model Context Protocol) connector for Shake Shack restaurant. Provides tools for browsing the menu, searching items, finding locations, and getting ordering information.
Installation
npm install @striderlabs/mcp-shakeshackRelated MCP server: OrderFood MCP
Usage
Add to your MCP client configuration:
{
"mcpServers": {
"shakeshack": {
"command": "npx",
"args": ["-y", "@striderlabs/mcp-shakeshack"]
}
}
}Available Tools
get_menu
Get the full Shake Shack menu or filter by category.
Parameters:
category(optional): Filter by menu category (Burgers, Chicken, Hot Dogs, Crinkle Cut Fries, Frozen Custard, Shakes & Floats, Beer & Wine, Beverages)
search_menu
Search menu items by keyword.
Parameters:
query(required): Search term (e.g. "bacon", "vegetarian", "chicken")
find_locations
Find Shake Shack locations by city, neighborhood, or keyword.
Parameters:
query(optional): Location search querylimit(optional): Max results to return (default: 5)
get_location_details
Get detailed info for a specific location by ID.
Parameters:
location_id(required): Location identifier (e.g. "madison-square-park")
get_nutrition_info
Get nutritional information and allergens for a menu item.
Parameters:
item_name(required): Menu item name (e.g. "ShackBurger", "Fries")
get_featured_items
Get current featured and seasonal menu items.
get_ordering_info
Get information about ordering options (app, kiosk, delivery, catering, loyalty).
Development
# Install dependencies
npm install
# Build
npm run build
# Run directly
node dist/index.jsLicense
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceAn MCP server for the Open Food Facts API that allows users to search, read, and contribute to a global food database. It enables looking up nutrition data by barcode or name and managing product information through natural language.Last updated10803MIT
- Alicense-qualityCmaintenanceAn MCP server that enables AI agents to discover restaurants and place food delivery orders on Uber Eats and Thuisbezorgd (Just Eat Takeaway). It provides tools for restaurant discovery and order management through normalized platform APIs.Last updated172MIT
- AlicenseAqualityDmaintenanceMCP server for Chipotle — let AI agents find locations, browse menus, build custom orders, and checkout for pickup or delivery.Last updated21842MIT
- AlicenseAqualityDmaintenanceMCP server that enables AI agents to interact with Chick-fil-A via browser automation for menu search, nutrition info, location finder, and mobile ordering.Last updated717MIT
Related MCP Connectors
Hosted MCP server to manage a restaurant menu from AI agents - 39 tools over the DuckHub API.
This MCP server provides seamless access to Malaysia's government open data, including datasets, w…
Pocket Agent (aipocketagent.com) MCP server — read tools for personas, apps, and product info.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/markswendsen-code/mcp-shakeshack'
If you have feedback or need assistance with the MCP directory API, please join our Discord server