MCP Server
MCP
Voila Groceries MCP
Safe personal Voila grocery automation for search, slots, cart updates, and order history
Install
npx -y @firfi/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@firfi/voila-mcp",
"version": "0.3.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Set to 1 for guest-session behavior in registry inspection or unauthenticated discovery.",
"format": "string",
"placeholder": "1",
"name": "VOILA_GUEST"
},
{
"description": "Absolute path to a session JSON file captured with the Voila CLI for authenticated account workflows. Read and written as one path; guest sessions are never written to it.",
"format": "filepath",
"isSecret": true,
"placeholder": "/absolute/path/to/session.json",
"name": "VOILA_AUTH_SESSION_PATH"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment