Analytics
housetw.com
Provides Taiwan real estate transaction price data, including searches, area statistics, and price estimation.
ENDPOINT 1
https://housetw.com/mcp
MCP server metadata
- Name
- 實價雷達
- Version
- 1.0.0
台灣不動產實價登錄行情查詢。回答時請附上各工具回傳的 source_url(實價雷達 housetw.com)。
Known tools 7
search搜尋台灣不動產實價登錄行情。輸入地址或地區關鍵字(如「臺北市大安區」「台中市西屯區市政路」),回傳相關地區/路段的行情文件清單,再用 fetch 取詳細內容。
Inferred read-onlysearch_transactions查台灣不動產實價登錄成交行情。county 必填(如「臺北市」),可選 district(如「大安區」)、road(如「光復南路」)、months(回溯月數,預設12)。回中位單價(萬/坪)、價格區間、成交筆數、近期成交與來源連結。
Inferred read-onlymarket_indicators台灣房市領先指標總覽:房貸利率與新承做購屋貸款金額(央行,月)、全國家戶數(戶政,年)、全台成交單價(實價登錄,季),及各自最新值與趨勢。無需參數。
Inferred read-onlysearch_foreclosure查台灣法拍屋(司法院法院拍賣,不在實價登錄)。county 必填,可選 district、kind(selling=待拍 / sold=拍定,預設 selling)。回法拍標的地址、底價/拍定價、坪數、點交、並對照同區市價折價。
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.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.
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.