korea-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., "@korea-realestate-mcpShow me recent apartment sale prices in Gangnam"
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.
korea-realestate-mcp
한국 부동산(아파트) 실거래가 조회 및 분석을 위한 MCP(Model Context Protocol) 서버입니다.
AI 에이전트(Claude Desktop, Cursor, Claude Code 등)에서 자연어로 아파트 매매/전월세 시세를 조회하고 분석할 수 있습니다.
한국 부동산 데이터를 제공하는 최초의 MCP 서버입니다.
제공 도구
도구 | 설명 |
| 아파트 매매 실거래가 조회 |
| 아파트 전월세 실거래가 조회 |
| 지역명 → 법정동 코드 조회 (퍼지 매칭) |
| 시세 추이 분석 (월별 통계, 변동률) |
| 2~5개 지역 시세 비교 |
| 매매가 대비 전세가율 분석 |
| 특정 아파트 단지 종합 요약 |
Related MCP server: ArchHub MCP
설치
uvx (권장)
uvx korea-realestate-mcppip
pip install korea-realestate-mcp설정
1. API 키 발급
공공데이터포털에서 회원가입 후 아래 API의 활용 신청을 합니다:
신청 즉시 승인되며, 마이페이지에서 **서비스 키(Decoding)**를 복사합니다.
2. Claude Desktop 설정
claude_desktop_config.json에 아래를 추가합니다:
{
"mcpServers": {
"korea-realestate": {
"command": "uvx",
"args": ["korea-realestate-mcp"],
"env": {
"PUBLIC_DATA_API_KEY": "<발급받은 서비스 키>"
}
}
}
}3. Claude Code 설정
export PUBLIC_DATA_API_KEY="<발급받은 서비스 키>"
claude mcp add korea-realestate -- uvx korea-realestate-mcp사용 시나리오
1. 아파트 시세 조회
"강남구 아파트 최근 시세 알려줘"
realestate_search_apt_trade가 호출되어 최근 거래 내역을 Markdown 테이블로 반환합니다.
2. 특정 단지 시세 추이
"래미안대치팰리스 84㎡ 최근 1년 시세 추이 보여줘"
realestate_analyze_price_trend가 월별 평균가, 변동률, 거래량을 분석합니다.
3. 지역 비교
"분당 vs 일산 아파트 가격 비교해줘"
realestate_compare_regions가 지역별 평균가, 중앙값, ㎡당 단가를 비교합니다.
4. 전세가율 분석
"분당 전세가율 어때?"
realestate_analyze_rent_ratio가 매매가 대비 전세가율과 갭투자 금액을 산출합니다.
5. 단지 종합 정보
"판교 힐스테이트 종합 정보"
realestate_get_apt_summary가 최근 거래, 면적대별 시세, 전세가율을 요약합니다.
데이터 출처
기술 스택
Python 3.10+
FastMCP (MCP Python SDK)
httpx (비동기 HTTP)
SQLite 캐시 (aiosqlite)
pandas (데이터 분석)
라이선스
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/ohkyuetaek/korea-realestate-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server