Back to Apps

Taiwan Price Compare
Supports UIby coseto6125
Compare real-time prices across major Taiwan e-commerce platforms like momo, PChome, and Coupang.
0 stars
Works in:Gemini CLIChatGPT
Exposes:Tools
What it does
This MCP server connects AI agents to Taiwan's leading e-commerce ecosystem, allowing them to find the lowest prices for products across multiple platforms including momo, PChome, Coupang, ETMall, Rakuten, and Yahoo Shopping/Auction.
Tools
compare_prices: Search for the lowest price of a product across supported platforms with advanced filtering for keywords, price ranges, and specific platforms.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"price-compare": {
"command": "uvx",
"args": ["--from", "mcp-taiwan-price-compare", "price-compare-mcp"]
}
}
}
Supported hosts
Claude Desktop, Gemini CLI, Perplexity AI (macOS), ChatGPT (via HTTP/ngrok).
Quick install
uvx --from mcp-taiwan-price-compare price-compare-mcpInformation
- Pricing
- free
- Published
- 7/26/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
ChatGPT
Requires HTTPS deployment (e.g., via ngrok) and adding the URL in ChatGPT Connectors.Gemini CLI
Edit ~/.gemini/settings.json: {"mcpServers": {"price-compare": {"command": "uv", "args": ["run", "--directory", "/path/to/price_compare", "price-compare-mcp"]}}}Claude Desktop
{
"mcpServers": {
"price-compare": {
"command": "uvx",
"args": ["--from", "mcp-taiwan-price-compare", "price-compare-mcp"]
}
}
}





