mcpbeat Sign in

Posokanei MCP Server

by charistas Your server? Claim it
local only

Posokanei MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 32 installs a week from npm. Last commit 13 Sep 2026.

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

Installs per day peak 25 · avg 9 · +37% w/w
a month agotoday
32
Installs / week
npm · posokanei-mcp
3
Stars
0 open issues
13 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Posokanei MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add posokanei-mcp -- npx -y posokanei-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "posokanei-mcp": {
      "args": [
        "-y",
        "posokanei-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.posokanei-mcp]
command = "npx"
args = ["-y", "posokanei-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "posokanei-mcp": {
      "args": [
        "-y",
        "posokanei-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "posokanei-mcp": {
      "args": [
        "-y",
        "posokanei-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: 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.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Posokanei MCP

same job, measured the same way
VeryChic Hotel Deals
by jordantete

Unofficial read-only MCP server for VeryChic hotel offers

78 installs/wk 2 tools answering
Aiseg2 MCP
by chanyou0311

Unofficial read-only MCP server for the Panasonic AiSEG2 HEMS controller.

59 installs/wk local only
Copilot Datagate
by afurlane

Policy-driven, read-only MCP server for safe database access from AI tools.

32 installs/wk local only
Silpo MCP Server
by mit9

MCP server for Silpo online supermarket: products, cart, delivery, recipes.

29 installs/wk local only
Tauri Documentation MCP
by fxckcode

Read-only MCP server for official Tauri 2 documentation snapshots.

208 installs/wk local only
Querido Diário MCP Server
by lucaspmgomess

Unofficial, read-only MCP server for the public Querido Diário API (Brazilian municipal gazettes)

389 installs/wk local only
Wfirma MCP
by agente-dev

Unofficial read-only MCP server for the wFirma API v2: invoices, contractors, expenses, payments.

22 installs/wk local only
CoinMarketCap
by coinmarketcap

Official CoinMarketCap MCP server: real-time crypto prices, market cap, rankings and exchange data.

answering

Posokanei MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Posokanei MCP?
Posokanei MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package posokanei-mcp was installed 32 times last week.
How do I connect Posokanei MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls posokanei-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Posokanei MCP?
The npm package posokanei-mcp was installed 32 times in the last week. Week over week that is +37%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Posokanei MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.