MCP Server
MCP
io.github.nicktcode/swissgroceries-mcp
Swiss grocery search, promotions, and shopping plans across Migros, Coop, Aldi, Denner, Lidl.
Install
npx -y @nicktcode/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@nicktcode/swissgroceries-mcp",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Optional pre-supplied Denner Bearer JWT. Without it, the adapter self-registers anonymously on first use and rotates the token automatically.",
"format": "string",
"isSecret": true,
"name": "DENNER_JWT"
},
{
"description": "Default Lidl store ID used when no storeIds are passed. Defaults to CH0149.",
"format": "string",
"name": "LIDL_DEFAULT_STORE"
},
{
"description": "Override the User-Agent string for Coop calls if DataDome ever blocks the default.",
"format": "string",
"name": "SWISSGROCERIES_USER_AGENT_COOP"
},
{
"description": "Logging verbosity: silent, info (default), or debug.",
"format": "string",
"name": "SWISSGROCERIES_LOG_LEVEL"
},
{
"description": "Set to 1 to bypass the in-memory HTTP response cache.",
"format": "string",
"name": "SWISSGROCERIES_DISABLE_CACHE"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment