streamable-httpupdated 1mo ago
讓 Claude、ChatGPT、Cursor 等支援 MCP 的 AI 助理,直接查詢:
What can you do with ecpro mcp?
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 電商博士提供。
Install
Add ecpro mcp to your client. Pick the one you use.
claude mcp add --transport http ecpro-mcp https://ecpro.tw/mcpcodex mcp add ecpro-mcp --url https://ecpro.tw/mcp{
"mcpServers": {
"ecpro-mcp": {
"url": "https://ecpro.tw/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"ecpro-mcp": {
"type": "http",
"url": "https://ecpro.tw/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"ecpro-mcp": {
"url": "https://ecpro.tw/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"ecpro-mcp": {
"serverUrl": "https://ecpro.tw/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation18/25
- Maintenance16/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 39 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Jul 24, 2026 |