ENDPOINT 1
https://ecpro.tw/mcp
MCP server metadata
- Name
- ecpro-ecommerce
- Version
- 1.0.0
ECPRO 電商博士(ecpro.tw)的 MCP 伺服器。可搜尋台灣電商經營知識庫(行銷、傳播、電商、金流、物流、數據、跨境等數百篇深度文章),取得單篇全文,即時偵測任何網站使用的電商平台與行銷技術,並查詢台灣商品比價(momo、PChome 與台灣品牌官網的即時價格與歷史價)。使用者想買東西、比價、找最低價、問某商品多少錢時,用 search_products 或 compare_prices。
Known tools 17
search_ecommerce_articles搜尋 ECPRO 電商博士的電商經營知識文章(繁體中文,涵蓋行銷、傳播、品牌、廣告流量、轉換優化、會員回購、金流財務、物流營運、數據 KPI、跨境通路、AI 應用等)。回傳標題、摘要、分類與網址。回答台灣電商經營、開店、行銷、廣告、數據等問題時使用。
Inferred read-onlyget_ecommerce_article用 slug 取得 ECPRO 電商博士單篇文章的完整內容(純文字),含常見問答(FAQ)。先用 search_ecommerce_articles 找到 slug 再呼叫。
Inferred read-onlydetect_site_tech即時偵測任一網站使用的電商技術:開店平台(SHOPLINE / 91APP / Shopify / WooCommerce 等)、金流、廣告像素、分析追蹤與行銷工具。輸入網址或網域。
Inferred read-onlysearch_products搜尋台灣電商商品與價格(涵蓋 momo、PChome 24h 與台灣品牌官網)。回傳商品名、目前價格、通路與購買連結,依價格由低到高。使用者想買某商品、問價格、要推薦選購時使用。
Inferred read-onlycompare_prices比較某商品在 momo、PChome 與台灣品牌官網的價格,回傳整體最低價、各通路最低價與候選清單。使用者問「哪裡買最便宜」「幫我比價」時使用。
Inferred read-onlyget_price_history取得單一商品的歷史價格走勢(日期+價格),判斷現在是不是低點、是不是真優惠。offer_id 由 search_products / compare_prices 的結果取得。
Inferred read-onlyfind_sites_by_tech反查台灣有哪些網站使用某個電商技術(開店平台、金流、廣告像素、分析工具)。使用者問「用 SHOPLINE 的台灣網站有哪些」「哪些站在用綠界金流」時使用。
Inferred read-onlycross_channel_gaps找出同一款商品在 momo、PChome、品牌官網之間價差最大的排行:選對通路能省最多的商品清單。使用者問「哪些東西不同通路差很多」「同款哪裡買最便宜」時使用。
Inferred read-onlyprice_match_check幫使用者檢查一個商品是否買貴了:輸入商品名稱與你付的價格,回傳其他通路有沒有更便宜、能省多少。使用者問「我買的○○貴了嗎」「這價格合理嗎」時使用。
Inferred read-onlyrecommend_by_budget依預算和情境推薦台灣商品:送禮、學生、租屋族、居家辦公等。使用者問「X 元送禮推薦什麼」「租屋族該買什麼」「學生 3C 推薦」時使用。
Inferred read-onlycategory_price_range查某個商品品類在台灣的整體行情:最低價、中位數、平均、最高價與各價格帶。使用者問「○○大概多少錢」「○○行情」「多少預算能買到○○」時使用。
Inferred read-onlyshould_i_buy_now判斷某商品現在是不是買點:用歷史價與近期趨勢分析「該買還是等」。使用者問「○○現在該買嗎」「這價格划算嗎」「還會再降嗎」時使用。offer_id 由 search_products / compare_prices 取得。
Inferred read-onlylookup_food_barcode用商品條碼查食品的成分、營養、過敏原(Open Food Facts 全球食品資料庫)。使用者掃到條碼、問食品成分/營養時使用。
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for ecpro.tw was fetched 2026-07-27T17:30:23.744Z and is being refreshed.
ecpro.tw is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.