realestate-mcp
⚠️ 服务终止通知 本 MCP 服务器已于 2026-08-23 终止 fly.io 部署。 代码保留在仓库中供开发参考。
realestate-mcp
这是一个通过 MCP 工具提供韩国国土交通部实际交易价格公共数据(data.go.kr)的服务器。通过地区代码+合同年月查询公寓/联排多户/独栋多户/写字楼的买卖·全租月租实际交易价格。
提供的工具(8个)
工具名 | 说明 |
| 公寓买卖实际交易价格 |
| 公寓全租月租实际交易价格 |
| 独栋/多户买卖实际交易价格 |
| 独栋/多户全租月租实际交易价格 |
| 联排多户买卖实际交易价格 |
| 联排多户全租月租实际交易价格 |
| 写字楼买卖实际交易价格 |
| 写字楼全租月租实际交易价格 |
通用输入:regionCode(法定洞前5位,例如:首尔钟路区 11110)、dealYearMonth(YYYYMM)、pageNo(可选)、numOfRows(可选,默认10)
Related MCP server: naver-land-mcp
部署
已作为 HTTP(streamable)MCP 服务器部署在 Fly.io 上: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在部署环境中,通过 Fly secrets 注入 DATA_GO_KR_SERVICE_KEY(fly secrets set DATA_GO_KR_SERVICE_KEY=...)。绝不硬编码到代码中。
文档
架构/设计:
docs/ARCHITECTURE.md各 API 详细规格摘要:
docs/api-spec/开发日志(自动生成):
docs/devlog/
开发参考
使用 Claude Code 工作时,请先阅读 CLAUDE.md。其中整理了为节省 token 的工作规则。
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