io.github.nicktcode/swissgroceries-mcp✓
io.github.nicktcode/swissgroceries-mcp · v0.1.2
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.nicktcode/swissgroceries-mcp",
"description": "Swiss grocery search, promotions, and shopping plans across Migros, Coop, Aldi, Denner, Lidl.",
"repository": {
"url": "https://github.com/nicktcode/swissgroceries-mcp",
"source": "github"
},
"version": "0.1.2",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}