realestate-mcp
⚠️ サービス終了のお知らせ 本MCPサーバーは2026-08-23をもってfly.ioへのデプロイを終了しました。 コードは開発参考用としてリポジトリに残しています。
realestate-mcp
国土交通部の実取引価格公共データ(data.go.kr)をMCP ツールとして提供するサーバーです。アパート/連立多世帯/単独多世帯/オフィステルの売買・賃貸 実取引価格を地域コード+契約年月で照会します。
提供ツール(8個)
ツール名 | 説明 |
| アパート売買実取引価格 |
| アパート賃貸実取引価格 |
| 単独/多世帯売買実取引価格 |
| 単独/多世帯賃貸実取引価格 |
| 連立多世帯売買実取引価格 |
| 連立多世帯賃貸実取引価格 |
| オフィステル売買実取引価格 |
| オフィステル賃貸実取引価格 |
共通入力: regionCode(法定洞の先頭5桁、例: ソウル鍾路区 11110)、dealYearMonth(YYYYMM)、
pageNo(任意)、numOfRows(任意、デフォルト10)
Related MCP server: naver-land-mcp
デプロイ
Fly.ioにHTTP(streamable)MCPサーバーとしてデプロイされています: https://realestate-mcp-hlucent.fly.dev/mcp
サーバーが独自のdata.go.kr認証キーを使用するため、別途の?key=パラメータなしで上記アドレスに
直接接続できます。(過去の?key=本人_認証キー方式はもう使用しません。)
同じIPからの過剰な呼び出しを防ぐため、レート制限が適用されています (毎分3回、24時間30回を超えると429)。一般的な対話型利用には支障ありません。
ローカル開発
npm install
cp .env.example .env # DATA_GO_KR_SERVICE_KEY 입력 (서버가 사용할 자체 인증키)
npm run dev # http://localhost:8080/mcpデプロイ環境ではDATA_GO_KR_SERVICE_KEYをFly secretsとして注入します
(fly secrets set DATA_GO_KR_SERVICE_KEY=...)。コードには絶対にハードコーディングしません。
ドキュメント
アーキテクチャ/設計:
docs/ARCHITECTURE.mdAPI別詳細スペック要約:
docs/api-spec/開発日誌(自動生成):
docs/devlog/
開発参考
Claude Codeで作業する際はCLAUDE.mdを先に読んでください。トークン節約のための作業ルールがまとめられています。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityAmaintenanceConnects to Korea's MOLIT real estate API to provide 14+ tools for live transaction data and financial scenarios like buy now, buy later, or invest only based on income and savings.16373MIT
- FlicenseAqualityDmaintenanceEnables querying and searching for real estate listings, complexes, prices, and school information from Naver Land (Korean real estate platform) through a set of MCP tools. Supports region hierarchy navigation, coordinate-based search, and various trade types like sale, jeonse, and monthly rent.91
- AlicenseAqualityDmaintenanceEnables AI agents to query and analyze Korean apartment real estate transaction prices (sales and rentals) using natural language, providing tools for price trends, regional comparisons, and rent ratios.7MIT
- AlicenseNot gradedqualityCmaintenanceEnables querying Korean apartment sales and rental transaction data from the public data portal through natural language, with tools for searching transactions and computing price statistics.51MIT
Related MCP Connectors
Korean real estate: court auctions, 10M+ MOLIT records, subscription notice facts, loan/DSR rules
Property Records MCP — address-level US property records (sales history,
Land Price Japan MCP — official Japanese land prices (地価公示 / 地価調査)
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/hlucent/realestate-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server