Market Fiyatı MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port for the server | 3000 |
| NODE_ENV | No | Node environment | development |
| GEMINI_API_KEY | Yes | Google Gemini AI API Key | |
| MARKET_API_BASE_URL | No | Base URL for Market Fiyatı API | https://api.marketfiyati.org.tr/api/v2 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_productsD | Ürün arama işlemi yapar |
| search_by_idC | Ürün ID'si ile arama yapar |
| compare_pricesC | Ürün fiyatlarını karşılaştırır |
| find_cheapestC | En ucuz ürünleri bulur |
| filter_by_marketC | Belirli markete göre ürünleri filtreler |
| get_ai_recommendationsC | AI destekli ürün önerileri alır |
| analyze_pricesC | Fiyat analizi yapar ve AI önerisi verir |
| generate_shopping_listC | AI destekli alışveriş listesi oluşturur |
| compare_marketsC | Marketleri karşılaştırır ve AI analizi verir |
| chatC | AI ile genel sohbet |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 10 tools
Several tools have overlapping functionality, particularly around AI recommendations (get_ai_recommendations, analyze_prices, compare_markets) and price comparison (compare_prices, find_cheapest, analyze_prices). While search tools are distinct, the boundaries between analysis tools are unclear.
Most tools follow a verb_noun snake_case pattern (search_products, compare_prices, filter_by_market). Minor deviations include 'chat' (verb only) and 'find_cheapest' (verb + adjective), but overall the convention is consistent.
10 tools is appropriate for a market price comparison server, though there is some redundancy in the AI-related tools. The count is within a reasonable range and each tool has a stated purpose.
The server covers search, price comparison, filtering, and AI-driven analysis. It lacks explicit product detail retrieval beyond search_by_id and has no price history or alert features, but the core workflows for price comparison are present.