INDIVIDUAL MCP TOOL
search_transactions
查台灣不動產實價登錄成交行情。county 必填(如「臺北市」),可選 district(如「大安區」)、road(如「光復南路」)、months(回溯月數,預設12)。回中位單價(萬/坪)、價格區間、成交筆數、近期成交與來源連結。
LIVE ENDPOINT
https://housetw.com/mcp
Connect to this endpoint to inspect the live schema for search_transactions and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.mcp-server]
url = "https://housetw.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mcp-server": {
"type": "http",
"url": "https://housetw.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mcp-server
Remote MCP URL: https://housetw.com/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": {
"mcp-server": {
"url": "https://housetw.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mcp-server": {
"type": "http",
"url": "https://housetw.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mcp-server",
"transport": "streamable-http",
"url": "https://housetw.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search— 搜尋台灣不動產實價登錄行情。輸入地址或地區關鍵字(如「臺北市大安區」「台中市西屯區市政路」),回傳相關地區/路段的行情文件清單,再用 fetch 取詳細內容。fetch— 取得 search 回傳文件 id 的詳細行情內容(中位單價、價格區間、年漲跌、成交量、屋型分布、近期成交)。area_stats— 縣市或行政區行情總覽:中位單價、年漲跌、成交量、屋型分布。county 必填,district 可選。estimate_price— 依縣市+行政區(可加屋型/屋齡/坪數)估算合理單價區間與總價(AVM,比對近年可比成交)。market_indicators— 台灣房市領先指標總覽:房貸利率與新承做購屋貸款金額(央行,月)、全國家戶數(戶政,年)、全台成交單價(實價登錄,季),及各自最新值與趨勢。無需參數。search_foreclosure— 查台灣法拍屋(司法院法院拍賣,不在實價登錄)。county 必填,可選 district、kind(selling=待拍 / sold=拍定,預設 selling)。回法拍標的地址、底價/拍定價、坪數、點交、並對照同區市價折價。