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
Available components
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 47 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add markswendsen-code-grubhub -- npx -y @striderlabs/mcp-grubhub
codex mcp add markswendsen-code-grubhub -- npx -y @striderlabs/mcp-grubhub
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"markswendsen-code-grubhub": {
"type": "local",
"command": [
"npx",
"-y",
"@striderlabs/mcp-grubhub"
],
"enabled": true
}
}
} openclaw mcp add markswendsen-code-grubhub --command npx --arg -y --arg @striderlabs/mcp-grubhub
mcp_servers:
markswendsen-code-grubhub:
command: "npx"
args: ["-y", "@striderlabs/mcp-grubhub"] {
"mcpServers": {
"markswendsen-code-grubhub": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-grubhub"
]
}
}
} 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.
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.
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.
grubhub_add_to_cart ~77
Add a menu item to the cart.
| Name | Type | Req | Description |
|---|---|---|---|
| itemName | string | yes | Name of the menu item to add |
| quantity | number | — | Quantity to add (default: 1) |
| restaurantId | string | yes | The restaurant ID (from search results) |
| specialInstructions | string | — | Special 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.
| Name | Type | Req | Description |
|---|---|---|---|
| confirm | boolean | yes | Set 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.
| Name | Type | Req | Description |
|---|---|---|---|
| restaurantId | string | yes | The 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.
| Name | Type | Req | Description |
|---|---|---|---|
| string | yes | Grubhub account email address | |
| password | string | yes | Grubhub 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.
| Name | Type | Req | Description |
|---|---|---|---|
| cuisine | string | — | Filter by cuisine type (e.g., 'pizza', 'chinese', 'mexican') |
| query | string | yes | Search 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.
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | Full 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.
| Name | Type | Req | Description |
|---|---|---|---|
| orderId | string | — | Order 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.