market-fiyatlari-mcp-server

MCP.Pizza Chef: EnesCinr

The market-fiyatlari-mcp-server is an MCP server that integrates with the Market Fiyatı API, enabling AI systems like Claude and other MCP-compatible models to query and compare product prices across Turkish markets. It supports product search by name or keyword, price comparison across different stores, and provides URI-based resource access with endpoints for search and product details. This server also includes data analysis tools accessible directly by AI, facilitating real-time market price insights.

Use This MCP server To

Query Turkish market product prices via AI models Compare product prices across multiple Turkish markets Search products by name or keyword in Turkish markets Access detailed product information through URI endpoints Enable AI-driven price analysis using built-in tools

README

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ı yapar
  • get_product_by_id: ID ile ürün getirir
  • compare_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

market-fiyatlari-mcp-server FAQ

How do I install the market-fiyatlari-mcp-server?
Install dependencies with 'npm install', build with 'npm run build', and start the server using 'npm start'.
How can I integrate this MCP server with Claude Desktop?
Add the provided configuration snippet to Claude Desktop's 'claude_desktop_config.json' under 'mcpServers' with the command 'npx -y @enescinar/market-fiyati-mcp'.
What kind of product searches does this server support?
It supports searching products by name or keyword within Turkish market data.
Can this server compare prices from different markets?
Yes, it provides price comparison features across various Turkish markets.
What AI systems can use this MCP server?
It is compatible with MCP-supporting AI systems like Claude, OpenAI GPT models, and Gemini.
Does the server provide direct data analysis tools for AI?
Yes, it includes MCP tools that allow AI to perform data analysis on market prices.
What endpoints does the server expose?
It exposes URI-based endpoints such as 'search/' and 'product/' for resource access.
Is the server limited to Turkish market data?
Yes, it specifically integrates with the Market Fiyatı API focusing on Turkish market prices.