# Voila Groceries MCP (npm · @firfi/voila-mcp)

Safe personal Voila grocery automation for search, slots, cart updates, and order history

- Trust score: 64/100 (medium)
- Change this week: +40
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `@firfi/voila-mcp`: 64/100 (this document), [markdown](https://verifymcp.io/servers/dearlordylord-voila-mcp/firfi-voila-mcp.md), [page](https://verifymcp.io/servers/dearlordylord-voila-mcp/firfi-voila-mcp)

## Channel facts

- Registry: `npm`
- Package: `@firfi/voila-mcp`
- Version: `0.1.7`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (102 of 106), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (102 of 106), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 29 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 66/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 765 tokens (~58/item across 13 items; 13 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add dearlordylord-voila-mcp -- npx -y @firfi/voila-mcp
```

### Codex

```bash
codex mcp add dearlordylord-voila-mcp -- npx -y @firfi/voila-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "dearlordylord-voila-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@firfi/voila-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add dearlordylord-voila-mcp --command npx --arg -y --arg @firfi/voila-mcp
```

### Hermes

```yaml
mcp_servers:
  dearlordylord-voila-mcp:
    command: "npx"
    args: ["-y", "@firfi/voila-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "dearlordylord-voila-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@firfi/voila-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 64, +1)

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

### 2026-08-02 (score 63, +30)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Stability: unverified → 0.23
- [functional improvement] Schema quality: unverified → good
- [functional] Licence: MIT

### 2026-08-01 (score 33, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-07-31 (score 18, −24)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-28 (score 42, +18)

- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Schema quality: unverified
- [functional] First check of Tool coverage: 0
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: pass

### 2026-07-27 (score 24)

First indexed and scored.

## MCP tools (13)

### `voila_check_session_health` (~29 tokens)

Check Session Health

Check whether the configured Voila session is active, retryable, expired, or guest-only.

### `voila_get_active_shopping_context` (~50 tokens)

Get Active Shopping Context

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.

Input parameters:

- `regionId` (string)

### `voila_get_slot_listings` (~94 tokens)

Get Slot Listings

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.

Input parameters:

- `deliveryDestinationId` (string, required)
- `displayConfiguration` (string)
- `numberOfDays` (integer)
- `regionId` (string, required)
- `shippingGroupType` (string)
- `viewingLocation` (string)

### `voila_reserve_slot` (~89 tokens)

Reserve Slot

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.

Input parameters:

- `allowReservationOverwrite` (boolean, required)
- `confirmSlotReservation` (boolean, required)
- `deliveryDestinationId` (string, required)
- `externalAddress` (object)
- `regionId` (string, required)
- `slotId` (string, required)

### `voila_search_products` (~66 tokens)

Search Products

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.

Input parameters:

- `pageSize` (integer)
- `pageToken` (string)
- `query` (string, required)

### `voila_get_category_products` (~69 tokens)

Get Category Products

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.

Input parameters:

- `categoryId` (string, required)
- `pageSize` (integer)
- `pageToken` (string)

### `voila_get_discounted_products` (~139 tokens)

Get Discounted Products

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.

Input parameters:

- `categoryId` (string)
- `minSavingsAmount` (number)
- `minSavingsPercent` (number)
- `pageSize` (integer)
- `pageToken` (string)
- `query` (string)
- `retailerCategoryId` (string)
- `sort` (string)

### `voila_get_completed_orders` (~39 tokens)

Get Completed Orders

Fetch completed Voila orders with cursor pagination for the authenticated account.

Input parameters:

- `pageSize` (integer)
- `pageToken` (string)

### `voila_get_order_details` (~32 tokens)

Get Order Details

Fetch item-level details for one completed Voila order by order id.

Input parameters:

- `orderId` (string, required)

### `voila_get_completed_order_items` (~65 tokens)

Get Completed Order Items

Aggregate previously ordered items across completed orders, optionally within a date range.

Input parameters:

- `fromDate` (string)
- `maxOrders` (integer)
- `pageSize` (integer)
- `pageToken` (string)
- `toDate` (string)

### `voila_get_cart` (~27 tokens)

Get Cart

Fetch the current active cart with totals, limited items, unavailable data, and pricing notices.

### `voila_add_cart_items` (~33 tokens)

Add Cart Items

Add product quantity deltas to the active cart using Voila product UUIDs.

Input parameters:

- `items` (array, required)

### `voila_remove_cart_items` (~33 tokens)

Remove Cart Items

Remove product quantity deltas from the active cart using Voila product UUIDs.

Input parameters:

- `items` (array, required)

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/dearlordylord-voila-mcp/firfi-voila-mcp#diagnostics

## Score history

- 2026-08-03: 64
- 2026-08-02: 63
- 2026-08-01: 33
- 2026-07-31: 18
- 2026-07-30: 42
- 2026-07-28: 42
- 2026-07-27: 24

## Links

- npm package: https://www.npmjs.com/package/@firfi/voila-mcp
- Socket report: https://socket.dev/npm/package/@firfi/voila-mcp
- Repository: https://github.com/dearlordylord/voila-sdk
- Changelog RSS feed: https://verifymcp.io/servers/dearlordylord-voila-mcp/firfi-voila-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/dearlordylord-voila-mcp/firfi-voila-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/dearlordylord-voila-mcp/firfi-voila-mcp
