★ 11 stars
Python
📦 Other
Updated 7d ago
MCP server for comparing prices across Taiwan e-commerce platforms (Coupang, momo, PChome)
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-taiwan-price-com": {
"command": "uvx",
"args": [
"mcp-taiwan-price-compare"
]
}
}
}
Run in terminal:
claude mcp add mcp-taiwan-price-com uvx mcp-taiwan-price-compare
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-taiwan-price-com": {
"command": "uvx",
"args": [
"mcp-taiwan-price-compare"
]
}
}
}
Or install with pip: pip install mcp-taiwan-price-compare
README Excerpt
台灣電商比價工具 MCP Server,支援 momo、PChome、Coupang、ETMall、Rakuten、Yahoo購物中心、Yahoo拍賣 價格搜尋與比較。 **目前版本:v0.4.0** | [更新日誌](#版本歷史) | 工具 | 說明 | |------|------| | `compare_prices` | 跨平台搜尋最低價商品 | | 參數 | 類型 | 預設值 | 說明 | |------|------|--------|------| | `query` | str | (必填) | 搜尋關鍵字 | | `top_n` | int | 20 | 回傳筆數 | | `min_price` | int | 0 | 最低價格過濾 (0=不過濾) |
Tools (8)
compare_pricesinclude_auctionmax_pricemin_priceplatformqueryrequire_wordstop_n