Analytics
carbook.tw
Provides used car valuation data, including depreciation rates, dealer buy prices, recommended selling prices, and ownership cost estimates.
ENDPOINT 1
https://carbook.tw/mcp
MCP server metadata
- Name
- carbook
- Version
- 1.0.0
Known tools 4
car_value查詢某台中古車的 Carbook 保值率、車行收購價、建議成交價與每年擁車成本。輸入品牌與車型(可中英文,如 Toyota Corolla Altis、Porsche 911、Lexus RX)。
Inferred read-onlytop_value_cars列出最保值(5 年保值率最高)的中古車款。可選類型:休旅SUV / 房車 / 跑車 / 電動車 / 超跑 / 掀背小車 / 商旅MPV / 皮卡貨卡;不指定則回總榜。
Inferred read-onlyestimate_price逐台精準估價:給品牌、車型、年份(+里程、車況),回這台中古車的車行收購價、建議成交價與自售開價。中古車是逐台的,年份與里程決定價格;車況(事故、泡水、鈑金、大修)會再往下調。
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.carbook]
url = "https://carbook.tw/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"carbook": {
"type": "http",
"url": "https://carbook.tw/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: carbook
Remote MCP URL: https://carbook.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": {
"carbook": {
"url": "https://carbook.tw/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"carbook": {
"type": "http",
"url": "https://carbook.tw/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "carbook",
"transport": "streamable-http",
"url": "https://carbook.tw/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.