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

io.github.markswendsen-code/grubhub

NPM · @STRIDERLABS/MCP-GRUBHUB · SCANNED SEP 21

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

0 this week 83 Trust /100
Trust breakdown (7 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 → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 97 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability84
  • 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 Management90
  • Stability observed for 27 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
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "grubhub_clear_cart" implies "remove" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 12 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.markswendsen-code/grubhub MCP server?

io.github.markswendsen-code/grubhub runs locally as an npm package, launched with npx -y @striderlabs/mcp-grubhub. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · @striderlabs/mcp-grubhub

# add to Claude Code
claude mcp add markswendsen-code-grubhub -- npx -y @striderlabs/mcp-grubhub
// .cursor/mcp.json
{
  "mcpServers": {
    "markswendsen-code-grubhub": {
      "command": "npx",
      "args": [
        "-y",
        "@striderlabs/mcp-grubhub"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "markswendsen-code-grubhub": {
      "command": "npx",
      "args": [
        "-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"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "markswendsen-code-grubhub": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@striderlabs/mcp-grubhub"
      ]
    }
  }
}
# add to Vellum
assistant mcp add markswendsen-code-grubhub -t stdio -c npx -a -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.

  • 21 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 18 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 17 Sept 26 0
    • Stability: 0.97 → pass security
  • 16 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 10 Sept 26 −3
    • Stability: pass → 0.77 functional
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 21 Sept 2026 · Analysed npm/@striderlabs/mcp-grubhub@0.1.3

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Dependencies 97 packages
Packages resolved 97
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

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.

Common questions

What is the io.github.markswendsen-code/grubhub MCP server?

io.github.markswendsen-code/grubhub is an MCP server listed in the public MCP registry as io.github.markswendsen-code/grubhub. MCP server for GrubHub - let AI agents order food and manage restaurant delivery autonomously. This page covers its npm package (@striderlabs/mcp-grubhub).

Is the io.github.markswendsen-code/grubhub MCP server safe to use?

io.github.markswendsen-code/grubhub scores 83 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.markswendsen-code/grubhub MCP server expose?

io.github.markswendsen-code/grubhub exposes 12 tools: grubhub_status, grubhub_login, grubhub_logout, grubhub_set_address, grubhub_search_restaurants, and 7 more. Their descriptions and schemas cost roughly 549 tokens of context every time the server is loaded.

Is the io.github.markswendsen-code/grubhub MCP server still maintained?

io.github.markswendsen-code/grubhub is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.markswendsen-code/grubhub MCP server under?

io.github.markswendsen-code/grubhub declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.