MCP Server
MCP
io.github.charistas/posokanei-mcp
Unofficial read-only MCP server for Greek supermarket price data from PosoKanei.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "posokanei-mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Optional PosoKanei API base URL override.",
"format": "string",
"name": "POSOKANEI_API_BASE"
},
{
"description": "Optional cache TTL in milliseconds.",
"format": "string",
"name": "POSOKANEI_CACHE_TTL_MS"
},
{
"description": "Optional minimum delay between outbound PosoKanei API requests.",
"format": "string",
"name": "POSOKANEI_MIN_INTERVAL_MS"
},
{
"description": "Optional outbound request timeout in milliseconds.",
"format": "string",
"name": "POSOKANEI_TIMEOUT_MS"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment