ecpro-mcp
About
台灣電商情報與商品比價:跨通路查 momo、PChome、品牌官網即時價格與歷史最低價、偵測網站電商技術、搜尋電商知識庫。資料來源 ecpro.tw。
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
TransportHTTP (remote server)
Claude Code
claude mcp add --transport http ecpro-mcp https://ecpro.tw/mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"ecpro-mcp","type":"http","url":"https://ecpro.tw/mcp"}'
JSON
{
"mcpServers": {
"ecpro-mcp": {
"url": "https://ecpro.tw/mcp"
}
}
}