mcpbeat

Japan Real Estate Prices MCP Server

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

Japan Real Estate Prices is answering right now. Last checked 8 min ago. It exposes 3 tools. Last commit 9 Jul 2026.

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

Uptime history 40 hours of history · worst hour 43%
40 hours agonow
50.0%
Uptime 24h
91 of 182 checks
3
Tools
read from the server
895 ms
Response time
average over 24h
0
Stars
last commit 9 Jul 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 8 min ago.

run in your terminal
claude mcp add japan-real-estate-mcp --transport http https://fudousan-mcp.easakura.workers.dev/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "japan-real-estate-mcp": {
      "url": "https://fudousan-mcp.easakura.workers.dev/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.japan-real-estate-mcp]
url = "https://fudousan-mcp.easakura.workers.dev/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "japan-real-estate-mcp": {
      "url": "https://fudousan-mcp.easakura.workers.dev/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "japan-real-estate-mcp": {
      "url": "https://fudousan-mcp.easakura.workers.dev/mcp"
    }
  }
}

Available tools 3

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

land
get_land_price
指定した都道府県・市区町村の地価公示価格(毎年1月1日時点の公的な土地評価額、いわゆる公示地価)を取得する。実勢の取引価格より安定した「公的基準地価」を知りたい場合に使う。
municipalities
list_municipalities
都道府県名を指定して、その中の市区町村コード一覧を取得する。取引価格検索(search_transactions)に必要なcity codeの調べ物に使う。
transactions
search_transactions
国土交通省の不動産取引価格情報(実際に成約した価格)を検索する。都道府県・市区町村・四半期を指定。市区町村コードが不明な場合はlist_municipalitiesで調べる。土地・戸建て・マンション等の実取引価格を含む、地価公示より生々しい相場データ。

Endpoints

URLTransportStateLatencyChecked
https://fudousan-mcp.easakura.workers.dev/mcp streamable-http answering 930 ms 8 min ago
https://fudousan-mcp.easakura.workers.dev/sse sse answering 197 ms 9 min ago

Japan Real Estate Prices — questions

Answers built from our own checks of this server.

What can Japan Real Estate Prices do?
It exposes 3 tools, read directly from the server on our last check. Among them: get_land_price, list_municipalities, search_transactions. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Japan Real Estate Prices working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 182 checks got a reply (50.0%), average response time 895 ms. The bar chart above shows every period we have measured.
How do I connect Japan Real Estate Prices?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Japan Real Estate Prices need an API key?
No. Japan Real Estate Prices completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 3 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Japan Real Estate Prices?
It answers our handshake in 895 ms on average, which is faster than 7% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Japan Real Estate Prices open source?
Yes — 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.