Market Fiyatı MCP Server

Market Fiyatı MCP Server

By EnesCinr GitHub

-

market-fiyatlari mcp-server
Overview

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?

  1. Searching for product prices in various Turkish markets.
  2. Comparing prices of the same product across different stores.
  3. 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.

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

No tools information available.

Mirror of

image-generation mcp-server
View Details

Secure MCP server for analyzing Excel files with oletools

oletools mcp-server
View Details

Mirror of

bigquery mcp-server
View Details

MCPHubs is a website that showcases projects related to Anthropic's Model Context Protocol (MCP)

mcp mcp-server
View Details
Dealx
Dealx by DealExpress

-

dealx mcp-server
View Details

Google Analytics MCP server for accessing analytics data through tools and resources

google-analytics mcp-server
View Details

A Python-based MCP server that lets Claude run boto3 code to query and manage AWS resources. Execute powerful AWS operations directly through Claude with proper sandboxing and containerization. No need for complex setups - just pass your AWS credentials and start interacting with all AWS services.

aws mcp-server
View Details