Voila Groceries MCP
NPM · @FIRFI/VOILA-MCP · SCANNED SEP 24
Safe personal Voila grocery automation for search, slots, cart updates, and order history
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 → Why this is hard to score →
Supply Chain Security100
- 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
- 2 of 34 dependencies flagged as unhealthy. 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 34 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability65
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 1100 tokens (~84/item across 13 items; 13 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management93
- Stability observed for 28 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage95
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 86% of tool parameters carry a description.Partial
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- All 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
- An AI judge read all 13 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities60
- Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28. See how to fix → Fail
How do I install the Voila Groceries MCP server?
Voila Groceries MCP runs locally as an npm package, launched with npx -y @firfi/voila-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
npm · @firfi/voila-mcp
claude mcp add dearlordylord-voila-mcp -- npx -y @firfi/voila-mcp
{
"mcpServers": {
"dearlordylord-voila-mcp": {
"command": "npx",
"args": [
"-y",
"@firfi/voila-mcp"
]
}
}
} {
"servers": {
"dearlordylord-voila-mcp": {
"command": "npx",
"args": [
"-y",
"@firfi/voila-mcp"
]
}
}
} codex mcp add dearlordylord-voila-mcp -- npx -y @firfi/voila-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"dearlordylord-voila-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"@firfi/voila-mcp"
],
"enabled": true
}
}
} openclaw mcp add dearlordylord-voila-mcp --command npx --arg -y --arg @firfi/voila-mcp
mcp_servers:
dearlordylord-voila-mcp:
command: "npx"
args: ["-y", "@firfi/voila-mcp"] {
"McpServers": {
"dearlordylord-voila-mcp": {
"Transport": "stdio",
"Command": "npx",
"Arguments": [
"-y",
"@firfi/voila-mcp"
]
}
}
} assistant mcp add dearlordylord-voila-mcp -t stdio -c npx -a -y @firfi/voila-mcp
{
"mcpServers": {
"dearlordylord-voila-mcp": {
"command": "npx",
"args": [
"-y",
"@firfi/voila-mcp"
]
}
}
} 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.
- 24 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.
- 22 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 20 Sept 26 −3
- Stability: pass → 0.80 functional
- 19 Sept 26 +1
- Stability: 0.97 → pass security
- 17 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.
- 15 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.
- 13 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 77 to 80. That category is still filling its 30-day observation window: 23 days of observed history at the previous scan, 24 at this one. The score rises as the window fills, whether or not the server changes.
- 12 Sept 26 −4
- Stability: pass → 0.77 functional
- Package version: 0.2.1 → 0.3.0 functional
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 24 Sept 2026 · Analysed npm/@firfi/voila-mcp@0.3.0
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 34 packages
| Packages resolved | 34 |
|---|---|
| Stale | 2 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
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 →
voila_add_cart_items Add Cart Items ~42
Add product quantity deltas to the active cart using Voila product UUIDs.
| Name | Type | Req | Description |
|---|---|---|---|
| items | array | yes | an array of at least 1 item(s) |
No output schema declared.
No examples provided.
voila_check_session_health Check Session Health ~29
Check whether the configured Voila session is active, retryable, expired, or guest-only.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
voila_get_active_shopping_context Get Active Shopping Context ~60
Read the active Voila delivery and cart context. Preferred first step for order planning before product discovery because availability and pricing are session and slot-context sensitive.
| Name | Type | Req | Description |
|---|---|---|---|
| regionId | string | – | a string at least 1 character(s) long |
No output schema declared.
No examples provided.
voila_get_cart Get Cart ~27
Fetch the current active cart with totals, limited items, unavailable data, and pricing notices.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
voila_get_category_products Get Category Products ~98
Fetch products for a Voila category id for the current session context. Product availability and pricing are session and slot-context sensitive, so prefer checking slots first when planning an order.
| Name | Type | Req | Description |
|---|---|---|---|
| categoryId | string | yes | a string at least 1 character(s) long |
| pageSize | integer | – | a number less than or equal to 24 |
| pageToken | string | – | a string at least 1 character(s) long |
No output schema declared.
No examples provided.
voila_get_completed_order_items Get Completed Order Items ~135
Aggregate previously ordered items across completed orders, optionally within a date range.
| Name | Type | Req | Description |
|---|---|---|---|
| fromDate | string | – | a string matching the pattern ^\d{4}-\d{2}-\d{2}$ |
| maxOrders | integer | – | a number less than or equal to 50 |
| pageSize | integer | – | a number less than or equal to 50 |
| pageToken | string | – | a string at least 1 character(s) long |
| toDate | string | – | a string matching the pattern ^\d{4}-\d{2}-\d{2}$ |
No output schema declared.
No examples provided.
voila_get_completed_orders Get Completed Orders ~58
Fetch completed Voila orders with cursor pagination for the authenticated account.
| Name | Type | Req | Description |
|---|---|---|---|
| pageSize | integer | – | a number less than or equal to 50 |
| pageToken | string | – | a string at least 1 character(s) long |
No output schema declared.
No examples provided.
voila_get_discounted_products Get Discounted Products ~216
Fetch discounted Voila products from promotions. Product availability and pricing are session and slot-context sensitive, so prefer checking slots first when planning an order. By default returns only meaningful discounts ($0.50 or 10% savings); lower thresholds only when the user asks. Query matches are filtered locally and include scan metadata.
| Name | Type | Req | Description |
|---|---|---|---|
| categoryId | string | – | a string at least 1 character(s) long |
| minSavingsAmount | number | – | a number less than or equal to 9007199254740991 |
| minSavingsPercent | number | – | a number less than or equal to 9007199254740991 |
| pageSize | integer | – | a number less than or equal to 24 |
| pageToken | string | – | a string at least 1 character(s) long |
| query | string | – | a string at least 1 character(s) long |
| retailerCategoryId | string | – | a string at least 1 character(s) long |
| sort | string | – | – |
No output schema declared.
No examples provided.
voila_get_order_details Get Order Details ~42
Fetch item-level details for one completed Voila order by order id.
| Name | Type | Req | Description |
|---|---|---|---|
| orderId | string | yes | a string at least 1 character(s) long |
No output schema declared.
No examples provided.
voila_get_slot_listings Get Slot Listings ~137
List available Voila delivery slots for an explicit delivery destination and region. Preferred first step for order planning; this is read-only and does not reserve a slot.
| Name | Type | Req | Description |
|---|---|---|---|
| deliveryDestinationId | string | yes | a string at least 1 character(s) long |
| displayConfiguration | string | – | – |
| numberOfDays | integer | – | a positive number |
| regionId | string | yes | a string at least 1 character(s) long |
| shippingGroupType | string | – | a string at least 1 character(s) long |
| viewingLocation | string | – | a string at least 1 character(s) long |
No output schema declared.
No examples provided.
voila_remove_cart_items Remove Cart Items ~42
Remove product quantity deltas from the active cart using Voila product UUIDs.
| Name | Type | Req | Description |
|---|---|---|---|
| items | array | yes | an array of at least 1 item(s) |
No output schema declared.
No examples provided.
voila_reserve_slot Reserve Slot ~119
Reserve a caller-selected Voila delivery slot. This is a mutation and should only be called after a latest slot listing and explicit user confirmation.
| Name | Type | Req | Description |
|---|---|---|---|
| allowReservationOverwrite | boolean | yes | – |
| confirmSlotReservation | boolean | yes | – |
| deliveryDestinationId | string | yes | a string at least 1 character(s) long |
| externalAddress | object | – | – |
| regionId | string | yes | a string at least 1 character(s) long |
| slotId | string | yes | a string at least 1 character(s) long |
No output schema declared.
No examples provided.
voila_search_products Search Products ~95
Search Voila products by text query for the current session context. Product availability and pricing are session and slot-context sensitive, so prefer checking slots first when planning an order.
| Name | Type | Req | Description |
|---|---|---|---|
| pageSize | integer | – | a number less than or equal to 24 |
| pageToken | string | – | a string at least 1 character(s) long |
| query | string | yes | a string at least 1 character(s) long |
No output schema declared.
No examples provided.
What is the Voila Groceries MCP server?
Voila Groceries MCP is listed in the public MCP registry as io.github.dearlordylord/voila-mcp. Safe personal Voila grocery automation for search, slots, cart updates, and order history. This page covers its npm package (@firfi/voila-mcp).
Is the Voila Groceries MCP server safe to use?
Voila Groceries MCP scores 80 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 24 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 Voila Groceries MCP server expose?
Voila Groceries MCP exposes 13 tools: voila_check_session_health, voila_get_active_shopping_context, voila_get_slot_listings, voila_reserve_slot, voila_search_products, and 8 more. Their descriptions and schemas cost roughly 1,100 tokens of context every time the server is loaded.
Is the Voila Groceries MCP server still maintained?
Voila Groceries MCP is still listed as active in the MCP registry. We last reached this channel on 24 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 Voila Groceries MCP server under?
Voila Groceries MCP declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.