Japan Real Estate Prices
io.github.easakura/japan-real-estate-mcpJapan real estate transaction prices and official land values (MLIT data) by area, year, and type.
Tools · 3
都道府県名を指定して、その中の市区町村コード一覧を取得する。取引価格検索(search_transactions)に必要なcity codeの調べ物に使う。
国土交通省の不動産取引価格情報(実際に成約した価格)を検索する。都道府県・市区町村・四半期を指定。市区町村コードが不明な場合はlist_municipalitiesで調べる。土地・戸建て・マンション等の実取引価格を含む、地価公示より生々しい相場データ。
指定した都道府県・市区町村の地価公示価格(毎年1月1日時点の公的な土地評価額、いわゆる公示地価)を取得する。実勢の取引価格より安定した「公的基準地価」を知りたい場合に使う。
Similar MCP servers embedding-nearest
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"
}
}
}