Market Fiyatı MCP Server logo

Market Fiyatı MCP Server

by EnesCinr

This project provides an MCP (Model Context Protocol) server integrated with the Market Fiyatı API. It allows Claude and other MCP-supported AI systems to query market prices in Turkey.

View on GitHub

Last updated: N/A

What is Market Fiyatı MCP Server?

The Market Fiyatı MCP Server is a server that integrates with the Market Fiyatı API to provide market price data to AI systems like Claude via the Model Context Protocol (MCP). It allows AI to search for products and compare prices from different markets in Turkey.

How to use Market Fiyatı MCP Server?

To use this server, you need to install the dependencies, compile the TypeScript files, and start the server using npm. You can then configure Claude Desktop to use the server by adding the server configuration to the claude_desktop_config.json file. The server provides MCP resources that can be queried using specific URIs.

Key features of Market Fiyatı MCP Server

  • Product Search

  • Price Comparison

  • URI-based Resource Access

  • MCP Tools

Use cases of Market Fiyatı MCP Server

  • AI-powered shopping assistants

  • Price comparison websites

  • Market analysis tools

  • Integrating market data into AI applications

FAQ from Market Fiyatı MCP Server

What is MCP?

MCP stands for Model Context Protocol, a protocol that allows AI models to access external data and tools.

Which API does this server use?

This server uses the Market Fiyatı API.

How do I install the server?

You can install the server by running npm install, npm run build, and npm start.

How do I configure Claude Desktop to use this server?

You can configure Claude Desktop by adding the server configuration to the claude_desktop_config.json file.

What MCP resources are available?

The server provides market-fiyati://search/{query} for product search and market-fiyati://product/{id} for product details.