Data Collection
sumnara.jp
Provides search and retrieval of used condominium listings in the Tokyo metropolitan area from Sumnara, including property details and nearby options.
ENDPOINT 1
https://sumnara.jp/api/mcp
MCP server metadata
- Name
- sumnara
- Version
- 1.0.0
Known tools 11
searchSumnara(東京圏の中古マンション情報サイト)を横断検索する。物件・マンション・市区町村・駅・沿線が対象。返された id を fetch に渡すと本文を取得できる。
Inferred read-onlyfetchsearch が返した id を渡して本文(Markdown)を取得する。id の形式は estates/{id}, mansions/{id}, areas/{pref}/{city}, stations/{pref}/{station}, lines/{slug}。
Inferred read-onlysearch_estates東京圏(東京都・神奈川県・埼玉県・千葉県)の売出中の中古マンションを検索する。キーワード・市区町村・間取り・上限価格(万円)・駅徒歩分で絞り込める。結果には物件ページの絶対URLが含まれるので、引用時は必ずURLを併記すること。
Inferred read-onlyget_estate物件ID(wpId または UUID)から詳細情報を取得する。search_estates が返した id の "estates/" を除いた部分、または物件ページURLの末尾を渡す。
Inferred read-onlyget_area_overview市区町村の中古マンション相場(直近四半期の平均取引価格・㎡単価、面積帯/築年数/駅別の内訳)と売出中物件数を取得する。相場データが利用できない環境では market は null になる。スラッグはローマ字(例: prefecture="tokyo", city="shibuya")。
Inferred read-onlyget_station_overview駅を最寄りとする売出中の中古マンション物件一覧と物件数を取得する。結果には物件ページの絶対URLが含まれるので、引用時は必ずURLを併記すること。スラッグはローマ字(例: prefecture="tokyo", station="shibuya")。
Inferred read-onlyget_price_trends市区町村単位の中古マンション成約価格の四半期推移を取得する。引数は他ツールのローマ字スラッグと異なり日本語名(prefecture="東京都", city="渋谷区")で渡すこと。出典と基準時点を必ず併記して引用すること。
Inferred read-onlyget_mansionマンション(建物)のスペックと、その建物で売出中の住戸一覧を取得する。IDはマンションページURL末尾の番号(例: 00087、または先頭ゼロなしの87)かUUID。
Inferred read-onlyget_mortgage_rates主要金融機関の住宅ローン金利(変動・固定)の一覧と推移を取得する。金利は金融機関の公表値で、適用金利は審査結果により異なる点を必ず添えて引用すること。
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.