You're viewing a demo portfolio

Join the waitlist
PRSM

landprice_points

Active

Tool of Landprice

declared in 0.1.0

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 <Japanese location>", "地価", appraised price per square metre at a point in Japan. Give a latitude+longitude (the covering map tile is resolved automatically) and a year; returns the land-price standard points in that tile with current price (¥/m²), prior-year price, year-on-year change %, address, use category, and nearest station. For finer/wider coverage adjust zoom (13-15), or pass z/x/y directly.

Parameters schema

{
  "type": "object",
  "required": [
    "year"
  ],
  "properties": {
    "x": {
      "type": "number",
      "description": "Explicit tile X coordinate. Use with z/y."
    },
    "y": {
      "type": "number",
      "description": "Explicit tile Y coordinate. Use with z/x."
    },
    "z": {
      "type": "number",
      "description": "Explicit tile zoom (13-15). Use with x/y instead of lat/lon."
    },
    "lat": {
      "type": "number",
      "description": "Latitude (WGS84), e.g. 35.681 (Tokyo Station). Required unless z/x/y given."
    },
    "lon": {
      "type": "number",
      "description": "Longitude (WGS84), e.g. 139.767. Required unless z/x/y given."
    },
    "year": {
      "type": "number",
      "description": "Year of valuation (1995-2024 for 地価公示; 1997+ for 地価調査). Required."
    },
    "zoom": {
      "type": "number",
      "description": "Tile zoom 13-15 (default 13). Higher = smaller area, more precise around the point."
    },
    "limit": {
      "type": "number",
      "description": "Max points to return (1-200, default 50)."
    },
    "_apiKey": {
      "type": "string",
      "description": "Optional — your own free MLIT reinfolib subscription key. Omit to use the shared Pipeworx key."
    },
    "price_type": {
      "enum": [
        "koji",
        "chosa",
        "both"
      ],
      "type": "string",
      "description": "\"koji\" = 地価公示 (national, default both), \"chosa\" = 地価調査 (prefectural survey)."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Landprice

https://github.com/pipeworx-io/mcp-landprice

2/7 registries
View full server →