MCP ExplorerExplorer

Market Fiyatlari Mcp Server

@EnesCinron 9 months ago
18 MIT
FreeCommunity
AI Systems
The Market Fiyatı MCP Server integrates with the Market Fiyatı API, enabling AI systems like Claude to query market prices in Turkey. Features include product search, price comparison across different stores, and URI-based resource access for data analysis tools.

Overview

What is Market Fiyatlari Mcp Server

The market-fiyatlari-mcp-server is an MCP (Model Context Protocol) server integrated with the Market Price API, allowing AI systems like Claude to query market prices in Turkey.

Use cases

Use cases for this server include enabling AI systems to retrieve and compare market prices, assisting consumers in finding the best deals, and providing developers with tools to integrate market price data into their applications.

How to use

To use the market-fiyatlari-mcp-server, install dependencies with ‘npm install’, compile TypeScript files using ‘npm run build’, and start the server with ‘npm start’. Additionally, configure Claude Desktop by adding the necessary command in the ‘claude_desktop_config.json’ file.

Key features

Key features include product search by name or keyword, price comparison across different markets, URI-based resource access, and MCP tools for data analysis directly usable by AI.

Where to use

undefined

Content

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

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers