Cover image
Try Now
2025-04-07

Dieses Tool hilft Ihnen, das Geschäft zu finden, das den besten Preis für ein bestimmtes Produkt zwischen verschiedenen Kettenmärkten in der Türkei bietet. Das System holt Echtzeitdaten aus verschiedenen Märkten und gibt zusammen mit dem entsprechenden Speichernamen den besten Preis zurück.

3 years

Works with Finder

1

Github Watches

1

Github Forks

3

Github Stars

Market Price Comparison Server (MCP)

EN TR


📊 Market Price Comparison Server

A .NET-based Model Context Protocol (MCP) server application that compares grocery product prices across different markets in Turkey in real-time.

Features

  • Real-time price tracking for grocery products in Turkish markets
  • Most affordable price identification with multi-market comparison
  • Integration with MCP-compatible clients (like Claude and Cursor)

Technology Stack

  • .NET 8.0 Framework
  • ModelContextProtocol package for data context management

Installation

git clone https://github.com/Eneswunbeaten/MarketPricesMCP.git
cd MarketPricesMCP
dotnet restore
dotnet build

Usage

This is an MCP server, not a traditional API. To use it, you need to integrate it with MCP-compatible client applications (like Claude or Cursor).

Integration with Claude

Add the following configuration to your claude_desktop_config.json:

{
    "mcpServers": {
        "MarketPrices": {
            "command": "dotnet",
            "args": [
                "run",
                "--project",
                "PATH_TO_YOUR_PROJECT/MarketPricesMCP/MarketPricesMCP/MarketPricesMCP.csproj",
                "--no-build"
            ]
        }
    }
}

Replace PATH_TO_YOUR_PROJECT with the actual path to your project directory.

For example: C://Users/username/Downloads

Integration with Cursor

Cursor also supports MCP as a client. Follow these steps to integrate:

  1. Open Cursor AI IDE

  2. Go to SettingsFeaturesMCP

  3. Click on Add New MCP Server

  4. Fill in the configuration:

    • Name: MarketPrices (or any name you prefer)
    • Type: command (for local process)
    • Command: Add the following command:
    dotnet run --project "PATH_TO_YOUR_PROJECT/MarketPricesMCP/MarketPricesMCP/MarketPricesMCP.csproj" --no-build
    

    Replace PATH_TO_YOUR_PROJECT with your actual project path

  5. Click Add to save

  6. Verify that the server indicator in Cursor turns green (indicating successful connection)

Troubleshooting Cursor Integration:

  • If you encounter a "no tools found" error, make sure you have Node.js installed (includes npm)
  • Verify the MCP server is running correctly
  • Check that the path to your project file is correct

For Other MCP-Compatible Systems

Configure the system to point to the MCP server's executable or project file according to the system's requirements.

How to use:

  • Enter only the product name in Turkish (e.g., "salatalık", "domates", "süt")
  • The tool will search across major Turkish grocery markets to find the best price
  • Results include price comparison across multiple stores

MCP Protocol Details

The Market Prices MCP server provides the following context types:

  • Title - Information about a specific product
  • Brand - Brand information
  • Price - Product Price Amount
  • Market - Name from Product's market

Screenshots

Visual Studio Code Copilot Implementation

Working principle in Visual Studio Code Copilot

Visual Studio Code Copilot Output

Output in Visual Studio Code Copilot


📊 Market Fiyat Karşılaştırma Sunucusu

Model Context Protocol (MCP) kullanılarak .NET ile geliştirilmiş, Türkiye'deki farklı marketlerdeki ürün fiyatlarını gerçek zamanlı olarak karşılaştıran bir sunucu uygulaması.

Özellikler

  • Türk marketlerindeki market ürünleri için gerçek zamanlı fiyat takibi
  • En uygun fiyat tespiti ile çoklu market karşılaştırması
  • MCP uyumlu istemcilerle (Claude ve Cursor gibi) entegrasyon

Teknoloji Yığını

  • .NET 8.0 Framework
  • Veri context yönetimi için ModelContextProtocol paketi

Kurulum

git clone https://github.com/Eneswunbeaten/MarketPricesMCP.git
cd MarketPricesMCP
dotnet restore
dotnet build

Kullanım

Bu bir MCP sunucusudur, geleneksel bir API değildir. Kullanmak için MCP uyumlu istemci uygulamalarla (Claude veya Cursor gibi) entegre etmeniz gerekmektedir.

Claude ile Entegrasyon

claude_desktop_config.json dosyanıza aşağıdaki yapılandırmayı ekleyin:

{
    "mcpServers": {
        "MarketPrices": {
            "command": "dotnet",
            "args": [
                "run",
                "--project",
                "PROJE_YOLUNUZ/MarketPricesMCP/MarketPricesMCP/MarketPricesMCP.csproj",
                "--no-build"
            ]
        }
    }
}

PROJE_YOLUNUZ kısmını kendi proje dizininizin gerçek yolu ile değiştirin.

Örneğin: C://Users/kullaniciadi/Downloads

Cursor ile Entegrasyon

Cursor da MCP protokolünü desteklemektedir. Entegrasyon için şu adımları izleyin:

  1. Cursor AI IDE'yi açın

  2. AyarlarÖzelliklerMCP yolunu izleyin

  3. Yeni MCP Sunucusu Ekle düğmesine tıklayın

  4. Yapılandırmayı doldurun:

    • İsim: MarketPrices (veya istediğiniz bir isim)
    • Tür: command (yerel işlem için)
    • Komut: Aşağıdaki komutu ekleyin:
    dotnet run --project "PROJE_YOLUNUZ/MarketPricesMCP/MarketPricesMCP/MarketPricesMCP.csproj" --no-build
    

    PROJE_YOLUNUZ kısmını gerçek proje yolunuzla değiştirin

  5. Kaydetmek için Ekle'ye tıklayın

  6. Cursor'daki sunucu göstergesinin yeşil olduğunu doğrulayın (başarılı bağlantı anlamına gelir)

Cursor Entegrasyonu Sorun Giderme:

  • "araç bulunamadı" hatası alırsanız, .Net'in kurulu olduğundan emin olun.
  • MCP sunucusunun doğru çalıştığını kontrol edin
  • Proje dosya yolunun doğru olduğundan emin olun

Diğer MCP Uyumlu Sistemler İçin

Sistemi, MCP sunucusunun yürütülebilir dosyasına veya proje dosyasına işaret edecek şekilde sistemin gereksinimlerine göre yapılandırın.

Nasıl kullanılır:

  • Sadece Türkçe olarak ürün adını girin (örn. "salatalık", "domates", "süt")
  • Araç, en iyi fiyatı bulmak için büyük Türk marketlerini tarayacaktır
  • Sonuçlar, birden fazla mağaza arasında fiyat karşılaştırması içerir

MCP Protokol Detayları

Market Fiyatları MCP sunucusu aşağıdaki bağlam türlerini sağlar:

  • Title - Belirli bir ürün hakkında bilgi
  • Brand - Marka bilgisi
  • Price - Ürün fiyat tutarı
  • Market - Ürünün market adı

Ekran Görüntüleri

Visual Studio Code Copilot Üzerindeki Çalışma prensibi

Visual Studio Code Copilot Üzerindeki Çalışma prensibi

Visual Studio Code Copilot Üzerindeki Çıktısı

Visual Studio Code Copilot Üzerindeki Çıktısı

相关推荐

  • Joshua Armstrong
  • Confidential guide on numerology and astrology, based of GG33 Public information

  • https://suefel.com
  • Latest advice and best practices for custom GPT development.

  • Emmet Halm
  • Converts Figma frames into front-end code for various mobile frameworks.

  • Elijah Ng Shi Yi
  • Advanced software engineer GPT that excels through nailing the basics.

  • https://maiplestudio.com
  • Find Exhibitors, Speakers and more

  • lumpenspace
  • Take an adjectivised noun, and create images making it progressively more adjective!

  • https://appia.in
  • Siri Shortcut Finder – your go-to place for discovering amazing Siri Shortcuts with ease

  • Carlos Ferrin
  • Encuentra películas y series en plataformas de streaming.

  • Yusuf Emre Yeşilyurt
  • I find academic articles and books for research and literature reviews.

  • tomoyoshi hirata
  • Sony α7IIIマニュアルアシスタント

  • apappascs
  • Entdecken Sie die umfassendste und aktuellste Sammlung von MCP-Servern auf dem Markt. Dieses Repository dient als zentraler Hub und bietet einen umfangreichen Katalog von Open-Source- und Proprietary MCP-Servern mit Funktionen, Dokumentationslinks und Mitwirkenden.

  • jae-jae
  • MCP -Server für den Fetch -Webseiteninhalt mit dem Headless -Browser von Dramatikern.

  • ravitemer
  • Ein leistungsstarkes Neovim -Plugin für die Verwaltung von MCP -Servern (Modellkontextprotokoll)

  • patruff
  • Brücke zwischen Ollama und MCP -Servern und ermöglicht es lokalen LLMs, Modellkontextprotokoll -Tools zu verwenden

  • pontusab
  • Die Cursor & Windsurf -Community finden Regeln und MCPs

  • av
  • Führen Sie mühelos LLM -Backends, APIs, Frontends und Dienste mit einem Befehl aus.

  • WangRongsheng
  • 🧑‍🚀 全世界最好的 llm 资料总结(数据处理、模型训练、模型部署、 O1 模型、 MCP 、小语言模型、视觉语言模型) | Zusammenfassung der weltbesten LLM -Ressourcen.

  • Mintplex-Labs
  • Die All-in-One-Desktop & Docker-AI-Anwendung mit integriertem Lappen, AI-Agenten, No-Code-Agent Builder, MCP-Kompatibilität und vielem mehr.

  • modelcontextprotocol
  • Modellkontext -Protokollserver

    Reviews

    2 (1)
    Avatar
    user_pGvM8Oui
    2025-04-17

    MarketPricesMCP by Eneswunbeaten is an incredible tool for anyone involved in market analysis. It provides accurate and up-to-date market prices with a user-friendly interface. This application has significantly improved my research efficiency and decision-making process. Highly recommend giving it a try! Check it out on GitHub.