Japan real estate transaction prices and official land values (MLIT data) by area, year, and type.
Most developer tooling work still happens through a UI a human drives. Japan Real Estate Prices MCP server moves it into the conversation instead. Japan real estate transaction prices and official land values (MLIT data) by area, year, and type.
Search actual closed real estate transactions (land, houses, condos) by prefecture, municipality, and year/quarter, plus official land price benchmarks (公示地価).
The server publishes 3 tools. What each one is for:
list_municipalities — Get municipality codes for a prefecture — the lookup step before searching transactionssearch_transactions — Actual closed-sale prices: property type, district, price, floor plan, area, building year, structure, zoning. This is real market data, not listingsget_land_price — Official government land price benchmarks (公示地価) — the stable reference price used for taxation and appraisal, as opposed to volatile transactionBecause this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Japan Real Estate Prices's toolset — list_municipalities, search_transactions, get_land_price — is a fair guide to whether it matches your workflow. It is maintained by easakura; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Japan Real Estate Prices's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| list_municipalities | Get municipality codes for a prefecture — the lookup step before searching transactions. |
| search_transactions | Actual closed-sale prices: property type, district, price, floor plan, area, building year, structure, zoning. This is real market data, not listings or estimates. |
| get_land_price | Official government land price benchmarks (公示地価) — the stable reference price used for taxation and appraisal, as opposed to volatile transaction prices. |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.