
Research
/Security News
PolinRider Spreads Through Compromised GitHub Accounts and Packagist
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.
@striderlabs/mcp-burgerking
Advanced tools
An MCP (Model Context Protocol) server for Burger King fast food ordering. This package enables AI assistants like Claude to search the BK menu, manage a cart, find nearby locations, and place orders via Playwright browser automation.
npm install @striderlabs/mcp-burgerking
npm install /path/to/striderlabs-mcp-burgerking-1.0.0.tgz
After installing, you must install Playwright's Chromium browser:
npx playwright install chromium
Add to your claude_desktop_config.json:
{
"mcpServers": {
"burgerking": {
"command": "npx",
"args": ["-y", "@striderlabs/mcp-burgerking"]
}
}
}
Or if installed globally:
{
"mcpServers": {
"burgerking": {
"command": "mcp-burgerking"
}
}
}
Config file locations:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonsearch_menuSearch the Burger King menu by keyword or category.
Parameters:
query (optional): Search keyword (e.g., "chicken", "burger", "fries")category (optional): One of burgers, sides, drinks, desserts, breakfastExample:
"Search for chicken items on the BK menu"
get_item_detailsGet detailed information about a specific menu item including nutrition facts and customization options.
Parameters:
item_id (required): Item ID from search results (e.g., whopper, fries-md)Example:
"Get details for the Whopper"
add_to_cartAdd a menu item to the cart with optional customizations.
Parameters:
item_id (required): Item ID to addquantity (optional): Number to add (default: 1)customizations (optional): Array of customization strings (e.g., ["no pickles", "extra cheese"])Example:
"Add 2 Whoppers with no pickles to my cart"
view_cartView current cart contents with subtotal, estimated tax, and grand total.
Example:
"Show me my cart"
checkoutProceed to checkout. Attempts browser automation to bk.com; falls back gracefully if bot protection is encountered.
Parameters:
order_type (required): delivery or pickupaddress (optional): Delivery address (required for delivery)location_id (optional): BK location ID for pickup (from find_locations)Example:
"Checkout for delivery to 123 Main St, San Francisco CA"
get_order_statusCheck the status of a placed order.
Parameters:
order_id (required): Order ID returned by checkoutExample:
"What's the status of order BKA1B2C3?"
find_locationsFind nearby Burger King locations.
Parameters:
address (required): Address, city, or ZIP coderadius_miles (optional): Search radius in miles (default: 5)Example:
"Find BK locations near 10001"
User: Find me something vegetarian at Burger King
Claude: [calls search_menu with query="vegetarian"] → Returns Impossible Whopper
User: Add an Impossible Whopper with no mayo and a large Coke to my cart
Claude: [calls add_to_cart for impossible-whopper] → Added
[calls add_to_cart for coke-lg] → Added
User: Show my cart
Claude: [calls view_cart] → Shows items, subtotal $11.27, tax $0.90, total $12.17
User: Checkout for pickup at the downtown location
Claude: [calls find_locations] → Gets location IDs
[calls checkout with order_type=pickup] → Returns order ID
git clone https://github.com/markswendsen-code/mcp-burgerking
cd mcp-burgerking
npm install
npm run build
Run in development mode:
npm run dev
MIT - Strider Labs
FAQs
MCP connector for Burger King fast food ordering
We found that @striderlabs/mcp-burgerking demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.

Company News
Allow myself to introduce... myself.