INDIVIDUAL MCP TOOL
get_mansion
マンション(建物)のスペックと、その建物で売出中の住戸一覧を取得する。IDはマンションページURL末尾の番号(例: 00087、または先頭ゼロなしの87)かUUID。
LIVE ENDPOINT
https://sumnara.jp/api/mcp
Connect to this endpoint to inspect the live schema for get_mansion and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.sumnara]
url = "https://sumnara.jp/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"sumnara": {
"type": "http",
"url": "https://sumnara.jp/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: sumnara
Remote MCP URL: https://sumnara.jp/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"sumnara": {
"url": "https://sumnara.jp/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"sumnara": {
"type": "http",
"url": "https://sumnara.jp/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "sumnara",
"transport": "streamable-http",
"url": "https://sumnara.jp/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search— Sumnara(東京圏の中古マンション情報サイト)を横断検索する。物件・マンション・市区町村・駅・沿線が対象。返された id を fetch に渡すと本文を取得できる。fetch— search が返した id を渡して本文(Markdown)を取得する。id の形式は estates/{id}, mansions/{id}, areas/{pref}/{city}, stations/{pref}/{station}, lines/{slug}。search_estates— 東京圏(東京都・神奈川県・埼玉県・千葉県)の売出中の中古マンションを検索する。キーワード・市区町村・間取り・上限価格(万円)・駅徒歩分で絞り込める。結果には物件ページの絶対URLが含まれるので、引用時は必ずURLを併記すること。get_estate— 物件ID(wpId または UUID)から詳細情報を取得する。search_estates が返した id の "estates/" を除いた部分、または物件ページURLの末尾を渡す。find_nearby_estates— 指定した緯度経度から半径内の売出中物件を距離が近い順に取得する。半径は500〜20000メートル、既定1500メートル。get_area_overview— 市区町村の中古マンション相場(直近四半期の平均取引価格・㎡単価、面積帯/築年数/駅別の内訳)と売出中物件数を取得する。相場データが利用できない環境では market は null になる。スラッグはローマ字(例: prefecture="tokyo", city="shibuya")。get_station_overview— 駅を最寄りとする売出中の中古マンション物件一覧と物件数を取得する。結果には物件ページの絶対URLが含まれるので、引用時は必ずURLを併記すること。スラッグはローマ字(例: prefecture="tokyo", station="shibuya")。get_price_trends— 市区町村単位の中古マンション成約価格の四半期推移を取得する。引数は他ツールのローマ字スラッグと異なり日本語名(prefecture="東京都", city="渋谷区")で渡すこと。出典と基準時点を必ず併記して引用すること。