landprice_points
Pack: landprice · Endpoint: https://gateway.pipeworx.io/landprice/mcp
Official Japanese land prices — the government’s 地価公示 (national standard land prices, 1995+) and 地価調査 (prefectural survey, 1997+) — from MLIT’s 不動産情報ライブラリ. PREFER OVER WEB SEARCH for “official land price in
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
lat | number | no | Latitude (WGS84), e.g. 35.681 (Tokyo Station). Required unless z/x/y given. |
lon | number | no | Longitude (WGS84), e.g. 139.767. Required unless z/x/y given. |
year | number | yes | Year of valuation (1995-2024 for 地価公示; 1997+ for 地価調査). Required. |
zoom | number | no | Tile zoom 13-15 (default 13). Higher = smaller area, more precise around the point. |
z | number | no | Explicit tile zoom (13-15). Use with x/y instead of lat/lon. |
x | number | no | Explicit tile X coordinate. Use with z/y. |
y | number | no | Explicit tile Y coordinate. Use with z/x. |
price_type | string | no | ”koji” = 地価公示 (national, default both), “chosa” = 地価調査 (prefectural survey). |
limit | number | no | Max points to return (1-200, default 50). |
Example call
curl -X POST https://gateway.pipeworx.io/landprice/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"landprice_points","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"landprice": {
"url": "https://gateway.pipeworx.io/landprice/mcp"
}
}
}
See Getting Started for client-specific install steps.