loading…
Search for a command to run...
loading…
This MCP server provides tools for interacting with Shake Shack restaurant data, including browsing menus, searching for items, and finding locations. It also e
This MCP server provides tools for interacting with Shake Shack restaurant data, including browsing menus, searching for items, and finding locations. It also enables users to access nutritional information, featured items, and ordering details through natural language.
MCP (Model Context Protocol) connector for Shake Shack restaurant. Provides tools for browsing the menu, searching items, finding locations, and getting ordering information.
npm install @striderlabs/mcp-shakeshack
Add to your MCP client configuration:
{
"mcpServers": {
"shakeshack": {
"command": "npx",
"args": ["-y", "@striderlabs/mcp-shakeshack"]
}
}
}
get_menuGet 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_menuSearch menu items by keyword.
Parameters:
query (required): Search term (e.g. "bacon", "vegetarian", "chicken")find_locationsFind Shake Shack locations by city, neighborhood, or keyword.
Parameters:
query (optional): Location search querylimit (optional): Max results to return (default: 5)get_location_detailsGet detailed info for a specific location by ID.
Parameters:
location_id (required): Location identifier (e.g. "madison-square-park")get_nutrition_infoGet nutritional information and allergens for a menu item.
Parameters:
item_name (required): Menu item name (e.g. "ShackBurger", "Fries")get_featured_itemsGet current featured and seasonal menu items.
get_ordering_infoGet information about ordering options (app, kiosk, delivery, catering, loyalty).
# Install dependencies
npm install
# Build
npm run build
# Run directly
node dist/index.js
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"striderlabs-mcp-shakeshack": {
"command": "npx",
"args": []
}
}
}