Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Japan Real Estate Prices

io.github.easakura/japan-real-estate-mcp

Japan real estate transaction prices and official land values (MLIT data) by area, year, and type.

Uptime
100.0%
1 direct probes · 30d
Response
902ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

list_municipalities

都道府県名を指定して、その中の市区町村コード一覧を取得する。取引価格検索(search_transactions)に必要なcity codeの調べ物に使う。

search_transactions

国土交通省の不動産取引価格情報(実際に成約した価格)を検索する。都道府県・市区町村・四半期を指定。市区町村コードが不明な場合はlist_municipalitiesで調べる。土地・戸建て・マンション等の実取引価格を含む、地価公示より生々しい相場データ。

get_land_price

指定した都道府県・市区町村の地価公示価格(毎年1月1日時点の公的な土地評価額、いわゆる公示地価)を取得する。実勢の取引価格より安定した「公的基準地価」を知りたい場合に使う。

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "japan_real_estate_prices": {
      "url": "https://fudousan-mcp.easakura.workers.dev/mcp",
      "transport": "streamable-http"
    }
  }
}