MCP.so
登录

Market Fiyatı MCP Server

@EnesCinr

关于 Market Fiyatı MCP Server

暂无概览

基本信息

分类

金融与商务

运行时

node

传输方式

stdio

发布者

EnesCinr

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

金融与商务 分类下的更多 MCP 服务器