- Home
- MCP servers
- Price Compare
Price Compare
- other
8
GitHub Stars
other
Language
5 months ago
First Indexed
2 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"coseto6125-mcp-taiwan-price-compare": {
"command": "uv",
"args": [
"run",
"--directory",
"/path/to/price_compare",
"price-compare-mcp"
]
}
}
}Price Compare MCP is a multip platform price search and comparison server for Taiwan e-commerce. It lets you search across major markets like momo, PChome, Coupang, ETMall, Rakuten, Yahoo Shopping, and Yahoo Auctions to find the lowest prices for your queries, then returns a compact response optimized for large language model usage.
How to use
You use this MCP server through an MCP client or adapter. Start a local MCP server or connect to a remote one, then issue a price query. The server will search across supported platforms and return the lowest-price results in a compact TOON format to minimize token usage. You can filter by platform, apply keyword group filters, and optionally include Yahoo Auctions bids.
Key capabilities you will use:
How to install
Prerequisites you need before you install and run the MCP server:
- Python and pip, or an environment where Python packages can be installed.
- A runtime method for MCP connections (see the server configuration options below).
Install the price compare MCP package using Python’s package manager:
pip install mcp-taiwan-price-compare
Or install via the alternative command in environments that use uv integration:
uv pip install mcp-taiwan-price-compare
## Configuration and runtime options
{ "mcpServers": { "price-compare": { "command": "uv", "args": ["run", "--directory", "/path/to/price_compare", "price-compare-mcp"] } } }
## Additional installation methods (MCP runtime configurations)
You can also run the MCP server through alternative runtimes if you prefer, using the following configuration patterns.
## Examples of MCP server configurations
{ "mcpServers": { "price-compare": { "command": "uv", "args": ["run", "--directory", "/path/to/price_compare", "price-compare-mcp"] } } }
## Other runtime options you can use
{ "mcpServers": { "price-compare": { "command": "uvx", "args": ["--from", "mcp-taiwan-price-compare", "price-compare-mcp"] } } }
## Using npx to wrap the MCP server
{ "mcpServers": { "price-compare": { "command": "npx", "args": ["-y", "@anthropic-ai/mcp-proxy", "--", "uv", "run", "price-compare-mcp"] } } }
## CLI usage with the MCP server
After you have the server configured, you can invoke the price search from your MCP client using the tool name you configured (price-compare). The MCP server will return a compact list of matching products in TOON format to reduce token usage.
## Notes and tips
If you notice unrelated low-priced items on some platforms, you can tighten results with the keyword groups you provide under require\_words to more precisely filter brands and features.
## Available tools
### compare\_prices
Cross-platform search for the lowest price item. Supports multiple filters including top\_n, min\_price, max\_price, max\_price, require\_words groups, include\_auction, and platform selections to search across momo, pchome, coupang, etmall, rakuten, yahoo\_shopping, and yahoo\_auction.