Odel
ecpro mcp

ecpro mcp

@kewelinJavaScriptUpdated 1mo ago

台灣電商情報與商品比價:跨通路查 momo、PChome、品牌官網即時價格與歷史最低價、偵測網站電商技術、搜尋電商知識庫。資料來源 ecpro.tw。

Server endpointStreamable HTTPNo authProbed

This is the third-party server itself — Odel doesn't run it. Hitting this URL directly talks straight to the upstream server with no auth or proxying. Connect through Odel to front it with managed auth.

ECPRO MCP — 台灣電商情報+商品比價 MCP server

讓 Claude、ChatGPT、Cursor 等支援 MCP 的 AI 助理,直接查詢:

  • 台灣商品比價:momo、PChome 24h 與 590+ 家台灣品牌官網的即時價格與歷史價(5.8 萬筆商品,每日更新)
  • 台灣電商網站情報:開店平台、技術堆疊、廣告投放、流量估算、競品與名單(實測 13 萬+ 網站)
  • 電商經營知識庫:800+ 篇繁體中文深度文章

資料來源:ECPRO 電商博士。互動示範:ecpro.tw/demo

最快接法:Remote(免安裝、免金鑰)

Streamable HTTP 端點:

https://ecpro.tw/mcp

Claude Code 一行指令:

claude mcp add --transport http ecpro https://ecpro.tw/mcp

Claude Desktop(claude_desktop_config.json):

{
  "mcpServers": {
    "ecpro": { "type": "http", "url": "https://ecpro.tw/mcp" }
  }
}

ChatGPT(開發者模式 Connectors)/Cursor:新增 remote MCP server,貼上 https://ecpro.tw/mcp

Remote 端點工具(7 個)

工具說明
search_products搜台灣商品與價格(momo/PChome/品牌官網),價格由低到高附購買連結
compare_prices跨通路比價:整體最低價+各通路最低
get_price_history單品歷史價走勢,判斷是不是真優惠
detect_site_tech即時偵測網站的開店平台、金流、廣告像素、行銷工具
search_ecommerce_articles搜電商經營知識文章
get_ecommerce_article取單篇全文+FAQ
list_article_categories列知識庫分類

本地 stdio 版(進階)

stdio 工具(5 個)

工具說明
ecpro_detect即時偵測網站的開店平台、技術、廣告像素、分析工具
ecpro_site查資料庫檔案:平台、產業、流量估算、體質/信任分數、營運公司統編
ecpro_competitors找同產業競品清單
ecpro_prospect依平台/產業撈電商品牌名單
ecpro_stats資料庫總覽統計

安裝

需要 Node.js 18+。

Claude Desktop

編輯 claude_desktop_config.json

{
  "mcpServers": {
    "ecpro": {
      "command": "npx",
      "args": ["-y", "ecpro-mcp"]
    }
  }
}

直接執行

npx -y ecpro-mcp

範例提問

  • 「用 ecpro 偵測 example.com.tw 用什麼開店平台、在哪些平台投廣告?」
  • 「列出 SHOPLINE 平台的食品生鮮品牌名單」
  • 「pinkoi.com 的同業競品有哪些?」

環境變數

  • ECPRO_API_BASE:自訂 API 位址(預設 https://ecpro.tw/api/v1)。

資料來源與免費 API 文件:https://ecpro.tw/api-docs | 由 ECPRO 電商博士提供。