Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.markswendsen-code/grubhub

NPM · @STRIDERLABS/MCP-GRUBHUB · SCANNED AUG 3

MCP server for GrubHub - let AI agents order food and manage restaurant delivery autonomously

+45 this week 69 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (97 of 101), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (97 of 101), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 549 tokens (~45/item across 12 items; 12 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @striderlabs/mcp-grubhub

# add to Claude Code
claude mcp add markswendsen-code-grubhub -- npx -y @striderlabs/mcp-grubhub
# add to Codex CLI
codex mcp add markswendsen-code-grubhub -- npx -y @striderlabs/mcp-grubhub
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "markswendsen-code-grubhub": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@striderlabs/mcp-grubhub"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add markswendsen-code-grubhub --command npx --arg -y --arg @striderlabs/mcp-grubhub
# ~/.hermes/config.yaml
mcp_servers:
  markswendsen-code-grubhub:
    command: "npx"
    args: ["-y", "@striderlabs/mcp-grubhub"]
// mcp.json
{
  "mcpServers": {
    "markswendsen-code-grubhub": {
      "command": "npx",
      "args": [
        "-y",
        "@striderlabs/mcp-grubhub"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +3
    • Stability: unverified → 0.23 functional
  • 2 Aug 26 +45
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • Security disclosure: fail → unverified functional
    • Tool coverage: 100 → unverified functional
    • MCP protocol: unverified → pass functional
    • Maintenance: unverified → pass functional
    • Dependency health: unverified → partial functional
    • License: unverified → pass functional
    • Schema quality: unverified → excellent functional
    • Licence: MIT functional
  • 1 Aug 26 +16
    • Tool coverage: unverified → 100 functional
  • 31 Jul 26 −3
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 −38
    • Malware scan: pass → unverified security
    • Tool coverage: 100 → unverified functional
    • Dependency health: unverified → partial functional
  • 28 Jul 26 +22
    • Tool coverage: unverified → 100 functional
    • First check of Schema quality: fail functional
    • First check of Tool coverage: 100 functional
    • First check of Schema quality: unverified functional
    • First check of Schema quality: pass functional
  • 27 Jul 26 24

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@striderlabs/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 97 packages

97 packages in the resolved dependency tree · 97 deprecated · 30 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 12 exposed · ~549 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
grubhub_add_to_cart ~77

Add a menu item to the cart.

NameTypeReqDescription
itemNamestringyesName of the menu item to add
quantitynumberQuantity to add (default: 1)
restaurantIdstringyesThe restaurant ID (from search results)
specialInstructionsstringSpecial preparation instructions (optional)

No output schema declared.

No examples provided.

grubhub_checkout ~50

Proceed to checkout. Set confirm=false to preview order details before placing; set confirm=true to actually place the order.

NameTypeReqDescription
confirmbooleanyesSet to true to place the order, false to preview

No output schema declared.

No examples provided.

grubhub_clear_cart ~18

Remove all items from the current cart.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

grubhub_get_orders ~22

Get Grubhub order history — past and active orders.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

grubhub_get_restaurant ~48

Get full details for a restaurant: menu categories, items with prices, hours, and address.

NameTypeReqDescription
restaurantIdstringyesThe restaurant ID or URL slug (from search results)

No output schema declared.

No examples provided.

grubhub_login ~55

Log in to Grubhub with email and password via browser automation. Session is saved for future use.

NameTypeReqDescription
emailstringyesGrubhub account email address
passwordstringyesGrubhub account password

No output schema declared.

No examples provided.

grubhub_logout ~26

Clear the stored Grubhub session. The user will need to log in again.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

grubhub_search_restaurants ~84

Search for restaurants on Grubhub by name, food type, or cuisine. Returns a list of restaurants with ratings, delivery times, and fees.

NameTypeReqDescription
cuisinestringFilter by cuisine type (e.g., 'pizza', 'chinese', 'mexican')
querystringyesSearch query — restaurant name, food type, or keyword

No output schema declared.

No examples provided.

grubhub_set_address ~54

Set the delivery address for Grubhub orders. Must be set before searching for restaurants.

NameTypeReqDescription
addressstringyesFull delivery address (e.g., '123 Main St, New York, NY 10001')

No output schema declared.

No examples provided.

grubhub_status ~40

Check if the user is logged in to Grubhub. Returns auth status and instructions if not authenticated. Call this before any other Grubhub operations.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

grubhub_track_order ~52

Track the status of an active Grubhub order — delivery progress, estimated time, and driver info.

NameTypeReqDescription
orderIdstringOrder ID to track (optional — defaults to most recent active order)

No output schema declared.

No examples provided.

grubhub_view_cart ~23

View current cart contents, including items, quantities, and totals.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.