What is Market Fiyatı MCP Server?
Market Fiyatı MCP Server is a server integrated with the Market Price API that allows AI systems like Claude to query market prices in Turkey.
How to use Market Fiyatı MCP Server?
To use the server, install the dependencies, compile the TypeScript files, and start the server. Additionally, configure the claude_desktop_config.json
file to include the MCP server settings.
Key features of Market Fiyatı MCP Server?
- Product Search: Search for products by name or keyword.
- Price Comparison: Compare prices across different markets.
- Resource Access: URI-based access to resources (search/ and product/ endpoints).
- MCP Tools: Data analysis tools that can be directly used by AI.
Use cases of Market Fiyatı MCP Server?
- Searching for product prices in various Turkish markets.
- Comparing prices of the same product across different stores.
- Integrating with AI systems for real-time price queries.
FAQ from Market Fiyatı MCP Server?
- Can I use this server for any product?
Yes! You can search for any product available in the Turkish market.
- Is there a specific setup required for using this server?
Yes! You need to install dependencies and configure the server settings in Claude Desktop.
- What programming language is used for this project?
The project is developed in JavaScript.
Market Fiyatı MCP Server
Bu proje, Market Fiyatı API'si ile entegre olan bir MCP (Model Context Protocol) server sunmaktadır. Claude ve diğer MCP destekli AI sistemlerinin Türkiye'deki market fiyatlarını sorgulamasına olanak tanır.
Özellikler
- Ürün Arama: İsim veya anahtar kelime ile ürün arama
- Fiyat Karşılaştırma: Farklı marketlerdeki fiyatları karşılaştırma
- Kaynak Erişimi: URI tabanlı kaynak erişimi (search/ ve product/ endpoint'leri)
- MCP Araçları: AI'ın doğrudan kullanabileceği veri analiz araçları
Kurulum
# Bağımlılıkları yükle
npm install
# TypeScript dosyalarını derle
npm run build
# Sunucuyu başlat
npm start
Claude Desktop ile Kullanım
Claude Desktop'un claude_desktop_config.json
dosyasına aşağıdaki yapılandırmayı ekleyin:
{
"mcpServers": {
"marketfiyati": {
"command": "npx",
"args": ["-y @enescinar/market-fiyati-mcp"]
}
}
}
API Kaynakları
Bu MCP server, Market Fiyatı API'sinin aşağıdaki endpointlerini kullanır:
/search
: Ürün araması yapar/searchByIdentity
: ID ile ürün getirir
MCP Araçları
Sunucu aşağıdaki MCP araçlarını sağlar:
search_products
: Ürün araması yaparget_product_by_id
: ID ile ürün getirircompare_prices
: Fiyat karşılaştırması yapar
MCP Kaynakları
Sunucu, üzerinden sorgulanabilecek şu MCP kaynaklarını sağlar:
market-fiyati://search/{query}
: Ürün aramasımarket-fiyati://product/{id}
: Ürün detayları
Lisans
MIT