market-fiyati MCP server
MCP server that provides access to marketfiyati.org.tr — a food product price comparison website in Turkey, enabling product search and price comparison.
Get this MCP server
MCP server that provides access to marketfiyati.org.tr — a food product price comparison website in Turkey, enabling product search and price comparison.
Installation
From source
git clone https://github.com/mtcnbzks/market-fiyati-mcp-server.git
cd market-fiyati-mcp-server
uv venv
uv sync
Install MCP client
uv run mcp install src/market_fiyati_mcp_server/server.py
Run server
uv run python -m market_fiyati_mcp_server.server
Configuration
VS Code
{
"servers": {
"market-fiyati": {
"command": "uvx",
"args": ["market-fiyati-mcp-server"]
}
}
}
Available Tools
| Tool | Description |
|---|---|
search_product |
Search for products by keywords with optional location filtering |
search_product_by_identity |
Get product information by unique identifier (e.g., barcode or internal ID) |
search_similar_products |
Find products similar to a specified product by ID |
Features
- Product search: find products by keywords
- Search by ID: search for products by their unique ID or barcode
- Similar product search: find products similar to the selected one
- Location-aware search with latitude, longitude, and distance parameters
Notes
Requires Python 3.12+ and uv package manager. The server connects to the marketfiyati.org.tr API for food product price comparison in Turkey.