PluginBench
MCP Server
Active
MIT

io.github.charistas/posokanei-mcp MCP Server

io.github.charistas/posokanei-mcp

What is the io.github.charistas/posokanei-mcp MCP server?

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

How to install io.github.charistas/posokanei-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • POSOKANEI_API_BASE

    Optional PosoKanei API base URL override.

  • POSOKANEI_CACHE_TTL_MS

    Optional cache TTL in milliseconds.

  • POSOKANEI_MIN_INTERVAL_MS

    Optional minimum delay between outbound PosoKanei API requests.

  • POSOKANEI_TIMEOUT_MS

    Optional outbound request timeout in milliseconds.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "posokanei-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "posokanei-mcp"
      ],
      "env": {
        "POSOKANEI_API_BASE": "<YOUR_POSOKANEI_API_BASE>",
        "POSOKANEI_CACHE_TTL_MS": "<YOUR_POSOKANEI_CACHE_TTL_MS>",
        "POSOKANEI_MIN_INTERVAL_MS": "<YOUR_POSOKANEI_MIN_INTERVAL_MS>",
        "POSOKANEI_TIMEOUT_MS": "<YOUR_POSOKANEI_TIMEOUT_MS>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "posokanei-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "posokanei-mcp"
      ],
      "env": {
        "POSOKANEI_API_BASE": "<YOUR_POSOKANEI_API_BASE>",
        "POSOKANEI_CACHE_TTL_MS": "<YOUR_POSOKANEI_CACHE_TTL_MS>",
        "POSOKANEI_MIN_INTERVAL_MS": "<YOUR_POSOKANEI_MIN_INTERVAL_MS>",
        "POSOKANEI_TIMEOUT_MS": "<YOUR_POSOKANEI_TIMEOUT_MS>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "posokanei-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "posokanei-mcp"
      ],
      "env": {
        "POSOKANEI_API_BASE": "<YOUR_POSOKANEI_API_BASE>",
        "POSOKANEI_CACHE_TTL_MS": "<YOUR_POSOKANEI_CACHE_TTL_MS>",
        "POSOKANEI_MIN_INTERVAL_MS": "<YOUR_POSOKANEI_MIN_INTERVAL_MS>",
        "POSOKANEI_TIMEOUT_MS": "<YOUR_POSOKANEI_TIMEOUT_MS>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "posokanei-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "posokanei-mcp"
      ],
      "env": {
        "POSOKANEI_API_BASE": "<YOUR_POSOKANEI_API_BASE>",
        "POSOKANEI_CACHE_TTL_MS": "<YOUR_POSOKANEI_CACHE_TTL_MS>",
        "POSOKANEI_MIN_INTERVAL_MS": "<YOUR_POSOKANEI_MIN_INTERVAL_MS>",
        "POSOKANEI_TIMEOUT_MS": "<YOUR_POSOKANEI_TIMEOUT_MS>"
      }
    }
  }
}
Claude Code
claude mcp add posokanei-mcp --env POSOKANEI_API_BASE=<YOUR_POSOKANEI_API_BASE> --env POSOKANEI_CACHE_TTL_MS=<YOUR_POSOKANEI_CACHE_TTL_MS> --env POSOKANEI_MIN_INTERVAL_MS=<YOUR_POSOKANEI_MIN_INTERVAL_MS> --env POSOKANEI_TIMEOUT_MS=<YOUR_POSOKANEI_TIMEOUT_MS> -- npx -y posokanei-mcp

Related MCP servers

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →

Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.

45k
TypeScript
Apache-2.0
View repository →

Let AI agents manage your Puter files, websites, and serverless workers over MCP.

43k
TypeScript
AGPL-3.0
View repository →

Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.

37k
TypeScript
Apache-2.0
View repository →

Run arbitrary shell commands from an MCP-connected AI agent.

37k
TypeScript
Apache-2.0
View repository →

Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.

37k
TypeScript
Apache-2.0
View repository →