市场价格MCP服务器
与市场价格API集成的MCP服务器,支持Claude等AI系统查询土耳其市场商品价格。
快速入门
安装依赖
运行以下命令安装依赖: npm install
编译代码
使用以下命令编译TypeScript文件: npm run build
启动服务器
运行以下命令启动服务: npm start
配置Claude Desktop
在claude_desktop_config.json
中添加以下配置:
{ "mcpServers": { "marketfiyati": { "command": "npx", "args": ["-y @enescinar/market-fiyati-mcp"] } } }
使用API
/search
: 搜索商品/searchByIdentity
: 根据ID获取商品
MCP工具
search_products
: 商品搜索get_product_by_id
: 根据ID获取商品compare_prices
: 比较价格
更多资源参考:
market-fiyati://search/{query}
: 商品搜索market-fiyati://product/{id}
: 商品详情