realestate-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@realestate-mcp서울 강남구 아파트 매매 실거래가 2024년 5월 조회해줘"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
realestate-mcp
국토교통부 실거래가 공공데이터(data.go.kr)를 MCP 도구로 제공하는 서버입니다. 아파트/연립다세대/단독다가구/오피스텔의 매매·전월세 실거래가를 지역코드+계약년월로 조회합니다.
제공 도구 (8개)
도구명 | 설명 |
| 아파트 매매 실거래가 |
| 아파트 전월세 실거래가 |
| 단독/다가구 매매 실거래가 |
| 단독/다가구 전월세 실거래가 |
| 연립다세대 매매 실거래가 |
| 연립다세대 전월세 실거래가 |
| 오피스텔 매매 실거래가 |
| 오피스텔 전월세 실거래가 |
공통 입력: regionCode(법정동 앞 5자리, 예: 서울 종로구 11110), dealYearMonth(YYYYMM),
pageNo(선택), numOfRows(선택, 기본 10)
Related MCP server: naver-land-mcp
설치
npm install
cp .env.example .env # DATA_GO_KR_SERVICE_KEY 입력
npm run build설정 (Claude Desktop 예시)
{
"mcpServers": {
"realestate": {
"command": "node",
"args": ["/절대경로/realestate-mcp/dist/index.js"],
"env": { "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.16366MIT
- 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
- Alicense-qualityCmaintenanceEnables 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.41MIT
Related MCP Connectors
Property Records MCP — address-level US property records (sales history,
Land Price Japan MCP — official Japanese land prices (地価公示 / 地価調査)
Housing Intel MCP — Meta-pack that chains FRED, BLS, ATTOM, and HUD APIs
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