posokanei-mcp
About
Unofficial read-only MCP server for Greek supermarket price data from PosoKanei.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
POSOKANEI_API_BASE POSOKANEI_CACHE_TTL_MS POSOKANEI_MIN_INTERVAL_MS POSOKANEI_TIMEOUT_MSClaude Code
claude mcp add --env POSOKANEI_API_BASE= --env POSOKANEI_CACHE_TTL_MS= --env POSOKANEI_MIN_INTERVAL_MS= --env POSOKANEI_TIMEOUT_MS= posokanei-mcp -- npx posokanei-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"posokanei-mcp","command":"npx","args":["posokanei-mcp"],"env":{"POSOKANEI_API_BASE":"","POSOKANEI_CACHE_TTL_MS":"","POSOKANEI_MIN_INTERVAL_MS":"","POSOKANEI_TIMEOUT_MS":""}}'
JSON
{
"mcpServers": {
"posokanei-mcp": {
"command": "npx",
"args": [
"posokanei-mcp"
],
"env": {
"POSOKANEI_API_BASE": "",
"POSOKANEI_CACHE_TTL_MS": "",
"POSOKANEI_MIN_INTERVAL_MS": "",
"POSOKANEI_TIMEOUT_MS": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.