streamable-httpupdated 1mo ago
Real transaction prices for Japanese real estate — not estimates, actual sales — from the Ministry of Land, Infrastructure, Transport and Tourism (MLIT).
What can you do with Japan Real Estate Prices?
Japan Real Estate Price MCP — 不動産取引価格検索
Real transaction prices for Japanese real estate — not estimates, actual sales — from the Ministry of Land, Infrastructure, Transport and Tourism (MLIT).
Search actual closed real estate transactions (land, houses, condos) by prefecture, municipality, and year/quarter, plus official land price benchmarks (公示地価).
Tools
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.
Example queries your agent can now answer
- "What did condos actually sell for in Shibuya in 2025?"
- 「渋谷区大山町の土地取引価格の実例を教えて」
- "Compare official land price vs actual transaction prices in this district"
Data source & freshness
Official Reinfolib API (国土交通省 不動産情報ライブラリ), fetched live. Covers transactions back to 2005.
Pricing
Pay per tool call ($0.02). No subscription, no minimum.
日本語
国土交通省の不動産情報ライブラリ公式データで、実際に成約した不動産取引価格と公示地価をAIエージェントから検索できるMCPサーバーです。不動産投資・相場調査・査定業務に。
Get started
Hosted MCP server on Apify Store:
👉 https://apify.com/e-asakura/japan-real-estate-mcp
Built by Edward Asakura — Japanese data infrastructure for AI agents.
Install
Add Japan Real Estate Prices to your client. Pick the one you use.
claude mcp add --transport http japan-real-estate-prices https://fudousan-mcp.plus-synergy.workers.dev/mcpcodex mcp add japan-real-estate-prices --url https://fudousan-mcp.plus-synergy.workers.dev/mcp{
"mcpServers": {
"japan-real-estate-prices": {
"url": "https://fudousan-mcp.plus-synergy.workers.dev/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"japan-real-estate-prices": {
"type": "http",
"url": "https://fudousan-mcp.plus-synergy.workers.dev/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"japan-real-estate-prices": {
"url": "https://fudousan-mcp.plus-synergy.workers.dev/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"japan-real-estate-prices": {
"serverUrl": "https://fudousan-mcp.plus-synergy.workers.dev/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation7/25
- Maintenance16/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 50 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Jul 10, 2026 |