← Registry

Analytics

housetw.com

Provides Taiwan real estate transaction price data, including searches, area statistics, and price estimation.

1 endpoint7 known toolsFirst detected August 23, 2026Last detected August 23, 2026

ENDPOINT 1

https://housetw.com/mcp

No auth detected

MCP server metadata

Name
實價雷達
Version
1.0.0
Capabilities
tools
Server instructions

台灣不動產實價登錄行情查詢。回答時請附上各工具回傳的 source_url(實價雷達 housetw.com)。

Known tools 7

search

搜尋台灣不動產實價登錄行情。輸入地址或地區關鍵字(如「臺北市大安區」「台中市西屯區市政路」),回傳相關地區/路段的行情文件清單,再用 fetch 取詳細內容。

Inferred read-only
fetch

取得 search 回傳文件 id 的詳細行情內容(中位單價、價格區間、年漲跌、成交量、屋型分布、近期成交)。

Inferred read-only
search_transactions

查台灣不動產實價登錄成交行情。county 必填(如「臺北市」),可選 district(如「大安區」)、road(如「光復南路」)、months(回溯月數,預設12)。回中位單價(萬/坪)、價格區間、成交筆數、近期成交與來源連結。

Inferred read-only
area_stats

縣市或行政區行情總覽:中位單價、年漲跌、成交量、屋型分布。county 必填,district 可選。

Inferred read-only
estimate_price

依縣市+行政區(可加屋型/屋齡/坪數)估算合理單價區間與總價(AVM,比對近年可比成交)。

Inferred read-only
market_indicators

台灣房市領先指標總覽:房貸利率與新承做購屋貸款金額(央行,月)、全國家戶數(戶政,年)、全台成交單價(實價登錄,季),及各自最新值與趨勢。無需參數。

Inferred read-only
search_foreclosure

查台灣法拍屋(司法院法院拍賣,不在實價登錄)。county 必填,可選 district、kind(selling=待拍 / sold=拍定,預設 selling)。回法拍標的地址、底價/拍定價、坪數、點交、並對照同區市價折價。

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.