Posokanei MCP

Unofficial read-only MCP server for supermarket product and price data from PosoKanei. Its 10 documented tools cover products, compare. It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-23 · ★ 2 · #354 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Posokanei MCP

Claude Code

claude mcp add charistas-posokanei-mcp -- npx -y posokanei-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "charistas-posokanei-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "posokanei-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package posokanei-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.charistas is GitHub-verified and matches the repo owner

03 · What Posokanei MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can search products by text, get details and retailer prices for a product id, find product prices by EAN/GTIN barcode, and list category products, sorted by unit price by default.

Capability map

Tools grouped from the project's README - what Posokanei MCP lets an agent do.

read & search

6 tools - e.g. Get details and retailer prices for a product id.; Find product prices by EAN/GTIN barcode.; Return a simplified category tree.

get_product · lookup_barcode · list_categories · list_retailers · get_price_history · get_stats

Products

2 tools - e.g. Search products by text.; List category products, sorted by unit price by default.

search_products · list_products_by_category

Compare

2 tools - e.g. Fetch comparable/competitor product data when available.; Compare a small basket across retailers.

compare_competitors · compare_basket

04 · Who maintains Posokanei MCP

posokanei-mcp is maintained by charistas. It's the only MCP server we track from this author; the repo dates to Jun 2026.

05 · Facts

category
other - ranked #354 of 848 actively-maintained other servers as of 2026-08-25.
registry
io.github.charistas/posokanei-mcp (active, first published 2026-06-17 · 2 versions)
packages
npm:posokanei-mcp

06 · Posokanei MCP FAQ

Is Posokanei MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-23. We re-verify nightly.

What can Posokanei MCP do?

With this server connected, an agent can search products by text, get details and retailer prices for a product id, find product prices by EAN/GTIN barcode, and list category products, sorted by unit price by default.

How do I install Posokanei MCP?

Run `npx -y posokanei-mcp`. You can also paste the ready-made client config above.

Does Posokanei MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Posokanei MCP

More MCP servers to compare · Jupyter MCP Server · Ennodia · Chipzen · Funnel · Redfin MCP

More TypeScript MCP servers · Groupon MCP · Infinitecampus MCP · Ofw MCP · see all