- Explore MCP Servers
- market-fiyatlari-mcp-server
Market Fiyatlari Mcp Server
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
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
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
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
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ı 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
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










