INDIVIDUAL MCP TOOL
should_i_buy_now
判斷某商品現在是不是買點:用歷史價與近期趨勢分析「該買還是等」。使用者問「○○現在該買嗎」「這價格划算嗎」「還會再降嗎」時使用。offer_id 由 search_products / compare_prices 取得。
LIVE ENDPOINT
https://ecpro.tw/mcp
Connect to this endpoint to inspect the live schema for should_i_buy_now and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.ecpro-ecommerce]
url = "https://ecpro.tw/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ecpro-ecommerce": {
"type": "http",
"url": "https://ecpro.tw/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ecpro-ecommerce
Remote MCP URL: https://ecpro.tw/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"ecpro-ecommerce": {
"url": "https://ecpro.tw/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ecpro-ecommerce": {
"type": "http",
"url": "https://ecpro.tw/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ecpro-ecommerce",
"transport": "streamable-http",
"url": "https://ecpro.tw/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_ecommerce_articles— 搜尋 ECPRO 電商博士的電商經營知識文章(繁體中文,涵蓋行銷、傳播、品牌、廣告流量、轉換優化、會員回購、金流財務、物流營運、數據 KPI、跨境通路、AI 應用等)。回傳標題、摘要、分類與網址。回答台灣電商經營、開店、行銷、廣告、數據等問題時使用。get_ecommerce_article— 用 slug 取得 ECPRO 電商博士單篇文章的完整內容(純文字),含常見問答(FAQ)。先用 search_ecommerce_articles 找到 slug 再呼叫。detect_site_tech— 即時偵測任一網站使用的電商技術:開店平台(SHOPLINE / 91APP / Shopify / WooCommerce 等)、金流、廣告像素、分析追蹤與行銷工具。輸入網址或網域。list_article_categories— 列出 ECPRO 電商博士知識庫的所有文章分類與各分類文章數,用來了解知識庫涵蓋範圍。search_products— 搜尋台灣電商商品與價格(涵蓋 momo、PChome 24h 與台灣品牌官網)。回傳商品名、目前價格、通路與購買連結,依價格由低到高。使用者想買某商品、問價格、要推薦選購時使用。compare_prices— 比較某商品在 momo、PChome 與台灣品牌官網的價格,回傳整體最低價、各通路最低價與候選清單。使用者問「哪裡買最便宜」「幫我比價」時使用。get_price_history— 取得單一商品的歷史價格走勢(日期+價格),判斷現在是不是低點、是不是真優惠。offer_id 由 search_products / compare_prices 的結果取得。find_deals— 找台灣電商目前的優惠:今天跌到歷史新低的商品、折扣最深的商品,或某品類的最低價。使用者問「今天有什麼好康/降價」「有什麼便宜的○○」時使用。