MCP.so
Sign In

Market Fiyatı MCP Server

@EnesCinr

About Market Fiyatı MCP Server

No overview available yet

Basic information

Category

Finance & Commerce

Runtime

node

Transports

stdio

Publisher

EnesCinr

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Market Fiyatı MCP Server?

It integrates with the Market Fiyatı API to enable AI systems like Claude to query real‑time market prices in Turkey.

How to use Market Fiyatı MCP Server?

Install via npm install, compile with npm run build, and start with npm start. For Claude Desktop, add the JSON configuration snippet to claude_desktop_config.json.

Key features of Market Fiyatı MCP Server

  • Search products by name or keyword
  • Compare prices across different markets
  • URI‑based resource access (search and product endpoints)
  • MCP tools for direct AI‑driven data analysis

Use cases of Market Fiyatı MCP Server

  • Ask an AI assistant for the cheapest milk across Turkish markets
  • Retrieve detailed product information by ID
  • Compare prices of multiple items simultaneously

FAQ from Market Fiyatı MCP Server

What is the Market Fiyatı API?

It is the external API that supplies Turkish market price data; this MCP server acts as a bridge to that API.

How do I install the server?

Run npm install, npm run build, then npm start. You can also use npx -y @enescinar/market-fiyati-mcp with Claude Desktop.

What MCP tools are available?

search_products, get_product_by_id, and compare_prices.

What resources does the server expose?

Two URI patterns: market-fiyati://search/{query} for product searches and market-fiyati://product/{id} for product details.

What runtime dependencies are required?

Node.js and npm. The server is written in TypeScript and compiled to JavaScript.

Comments

More Finance & Commerce MCP servers