Ecpro MCP Server

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

Local serverstdio

What is the Ecpro MCP server?

Ecpro MCP server exists for a simple reason — assistants are far more useful when they can act on Ecpro directly instead of describing what you should do. 台灣電商情報與商品比價:跨通路查 momo、PChome、品牌官網即時價格與歷史最低價、偵測網站電商技術、搜尋電商知識庫。資料來源 ecpro.tw。.

What you get

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

Setting it up

Installation goes through your MCP client rather than a global install: point it at ecpro-mcp on npm and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

What the assistant can call

Once Ecpro is connected, these are the calls the assistant has available:

  • search_products — 搜台灣商品與價格(momo/PChome/品牌官網),價格由低到高附購買連結
  • compare_prices — 跨通路比價:整體最低價+各通路最低
  • get_price_history — 單品歷史價走勢,判斷是不是真優惠
  • detect_site_tech — 即時偵測網站的開店平台、金流、廣告像素、行銷工具
  • search_ecommerce_articles — 搜電商經營知識文章
  • get_ecommerce_article — 取單篇全文+FAQ
  • list_article_categories — 列知識庫分類
  • ecpro_detect — 即時偵測網站的開店平台、技術、廣告像素、分析工具
  • ecpro_site — 查資料庫檔案:平台、產業、流量估算、體質/信任分數、營運公司統編
  • ecpro_competitors — 找同產業競品清單
  • ecpro_prospect — 依平台/產業撈電商品牌名單
  • ecpro_stats — 資料庫總覽統計

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 12 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Ecpro.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the ecpro mcp server does with a few real requests.

Choosing this one

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Ecpro's toolset — search_products, compare_prices, get_price_history and 9 more — is a fair guide to whether it matches your workflow. It is maintained by kewelin; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Available tools

ToolWhat it does
search_products搜台灣商品與價格(momo/PChome/品牌官網),價格由低到高附購買連結
compare_prices跨通路比價:整體最低價+各通路最低
get_price_history單品歷史價走勢,判斷是不是真優惠
detect_site_tech即時偵測網站的開店平台、金流、廣告像素、行銷工具
search_ecommerce_articles搜電商經營知識文章
get_ecommerce_article取單篇全文+FAQ
list_article_categories列知識庫分類
ecpro_detect即時偵測網站的開店平台、技術、廣告像素、分析工具
ecpro_site查資料庫檔案:平台、產業、流量估算、體質/信任分數、營運公司統編
ecpro_competitors找同產業競品清單
ecpro_prospect依平台/產業撈電商品牌名單
ecpro_stats資料庫總覽統計

How to install the Ecpro MCP server

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

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Ecpro to search products.
  • Use Ecpro to compare prices.
  • Use Ecpro to get price history.

Frequently asked questions

It connects Ecpro to MCP-compatible AI assistants such as Claude and Cursor, exposing 12 tools (search_products, compare_prices, get_price_history, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Ecpro directly.