posokanei-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@posokanei-mcpsearch for olive oil"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
posokanei-mcp
Unofficial read-only MCP server for supermarket product and price data from PosoKanei.
This server lets MCP-compatible clients ask questions such as:
Search for supermarket products by name.
Look up a product by barcode.
Compare current retailer prices for a product.
Compare a small shopping basket across retailers.
Browse product categories and retailers.
Status
Early open-source version. The implementation uses public, undocumented endpoints used by the PosoKanei web app. Keep requests modest and cache-friendly.
This project is not affiliated with, endorsed by, or operated by PosoKanei, gov.gr, or any Greek public authority.
Related MCP server: mcp-plu-upc
Installation
Add it to your MCP client configuration:
{
"mcpServers": {
"posokanei": {
"command": "npx",
"args": ["-y", "posokanei-mcp"]
}
}
}For local development:
{
"mcpServers": {
"posokanei": {
"command": "node",
"args": ["/absolute/path/to/posokanei-mcp/dist/index.js"]
}
}
}Build first:
npm install
npm run buildTools
Tool | Purpose |
| Search products by text. |
| Get details and retailer prices for a product id. |
| Find product prices by EAN/GTIN barcode. |
| List category products, sorted by unit price by default. |
| Return a simplified category tree. |
| List known retailers. |
| Fetch product detail with history when available. |
| Fetch comparable/competitor product data when available. |
| Compare a small basket across retailers. |
| Return high-level dataset stats. |
Configuration
Optional environment variables:
Variable | Default | Purpose |
|
| API base URL. |
|
| In-memory cache TTL. |
|
| Minimum delay between outbound API requests. |
|
| Request timeout. |
Development
npm install
npm run typecheck
npm testThe test suite mocks the PosoKanei API. It should not require live network access.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityAmaintenanceA Model Context Protocol server for real-time Swiss grocery shopping that searches and compares products across 8 major Swiss retailers (Migros, Coop, Aldi, Denner, Lidl, Farmy, Volgshop, Otto’s), normalizes per-unit prices, surfaces promotions, computes optimal multi-store shopping plans, and works with any MCP-compatible client without API keys or accounts.Last updated713524AGPL 3.0
- Flicense-qualityBmaintenanceMCP server for looking up product information by UPC, EAN, GTIN barcodes and PLU produce codes.Last updated
- Alicense-qualityCmaintenanceRead-only MCP server for IKEA product search and in-store stock lookup.Last updated301MIT
- Flicense-qualityDmaintenanceRead-only MCP server for accessing personal finance data from Ogarni.AI, including receipts, categories, summaries, notifications, and more.Last updated
Related MCP Connectors
Federated commerce search across independent WooCommerce merchants. Keyless, read-only MCP server.
Unofficial read-only MCP server for VeryChic hotel offers
Read-only MCP server for searching Japan government procurement bid information from the KKJ portal.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/charistas/posokanei-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server