← Back to Plugins
MCP Server MCP

io.github.charistas/posokanei-mcp

github By github 👁 1 views ▲ 0 votes

Unofficial read-only MCP server for Greek supermarket price data from PosoKanei.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...