Korea Real Estate
FreeNot checkedConnects 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 o
About
Connects 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.
README
Connect Claude to Korea's MOLIT real estate API and simulate buy now / buy later / invest only scenarios based on your income, savings, and retirement goals. Provides 14+ tools for live transaction data and financial calculations — apartment, officetel, villa, single-house, and commercial.
[!WARNING] Deprecation Notice — effective June 1, 2026
ChatGPT support will be removed. The required OAuth flow (Auth0 + PKCE + DCR) is too complex to maintain as a personal project and will be re-evaluated for a future release.
Caddy reverse proxy support will be removed. Cloudflare Tunnel is the recommended replacement and is already available in
docker/docker-compose.ymlvia--profile cloudflare. See docs/setup-reverse-proxy.md for migration instructions.Onbid (공매) support will be removed. Onbid's API has required repeated patches that are no longer sustainable to maintain as a personal project. All
get_public_auction_*andget_onbid_*tools will be deleted.
Supported Tools
- Apartment trade / rent (
get_apartment_trades,get_apartment_rent) - Officetel trade / rent (
get_officetel_trades,get_officetel_rent) - Villa / multi-family housing trade / rent (
get_villa_trades,get_villa_rent) - Single-house / multi-household trade / rent (
get_single_house_trades,get_single_house_rent) - Commercial building trades (
get_commercial_trade) - Apartment subscription notices / results (
get_apt_subscription_info,get_apt_subscription_results) -
Onbid public auction bid results (/ 🗑️ Removed June 1, 2026get_public_auction_items,get_public_auction_item_detail) -
Onbid item lookup (/ 🗑️ Removed June 1, 2026get_onbid_thing_info_list) -
Onbid code / address lookup (/ 🗑️ Removed June 1, 2026get_onbid_*_code_info,get_onbid_addr*_info) - Region code lookup (
get_region_code)
Prerequisites
- uv
- API key from 공공데이터포털 — apply for the services below:
- 국토교통부_아파트 매매 실거래가 자료
- 국토교통부_아파트 전월세 자료
- 국토교통부_오피스텔 매매 신고 자료
- 국토교통부_오피스텔 전월세 자료
- 국토교통부_연립다세대 매매 실거래가 자료
- 국토교통부_연립다세대 전월세 실거래가 자료
- 국토교통부_단독/다가구 매매 실거래가 자료
- 국토교통부_단독/다가구 전월세 자료
- 국토교통부_상업업무용 부동산 매매 신고 자료
- 한국자산관리공사_온비드 코드 조회서비스
- 한국자산관리공사_온비드 물건 정보 조회서비스
- 한국자산관리공사_차세대 온비드 물건 입찰결과목록 조회서비스
- 한국자산관리공사_차세대 온비드 물건 입찰결과상세 조회서비스
- 한국부동산원_청약홈_APT 분양정보
- 한국부동산원_청약홈 청약 신청·당첨자 정보 조회 서비스
For parsing API specs in hwp or docx format, see Common Utils Guide
Quick Start: Claude Desktop (stdio)
The fastest way to get started — the server runs as a child process of Claude Desktop.
Clone this repository locally.
git clone <repository_url> cd real-estate-mcpOpen the Claude Desktop config file.
# macOS open "$HOME/Library/Application Support/Claude/claude_desktop_config.json"# Windows notepad %APPDATA%\Claude\claude_desktop_config.jsonAdd the entry below under
mcpServers.{ "mcpServers": { "real-estate": { "command": "uv", "args": [ "run", "--directory", "/path/to/real-estate-mcp", "python", "src/real_estate/mcp_server/server.py" ], "env": { "DATA_GO_KR_API_KEY": "your_api_key_here" } } } }Restart Claude Desktop. Setup is complete when you can see the
real-estateserver in the tool list.For better responses, create a Project in Claude Desktop and paste resources/custom-instructions-ko.md into the Project Instructions tab.
Connect with Other Clients
For other clients, transport options, or per-service API key configuration, see the docs below.
| Guide | Transport | Clients |
|---|---|---|
| docs/setup-prerequisites.md | — | All clients |
| docs/setup-with-stdio.md | stdio / local HTTP | Claude Desktop, Claude CLI, Codex CLI |
| docs/setup-with-http.md | HTTP (remote) | Claude (web), Claude CLI, Codex CLI |
| docs/setup-reverse-proxy.md | — | Server-side proxy setup (Cloudflare Tunnel / Caddy) |
Contributors
This project exists thanks to all the people who contribute. [Contributing]
Made with contrib.rocks.
Support
If you find this project useful, buy me a coffee!
Install Korea Real Estate in Claude Desktop, Claude Code & Cursor
unyly install korea-real-estate-mcpInstalls into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.
First time? Get the CLI: curl -fsSL https://unyly.org/install | sh
Or configure manually
Run in your terminal:
claude mcp add korea-real-estate-mcp -- uvx real_estateFAQ
Is Korea Real Estate MCP free?
Yes, Korea Real Estate MCP is free — one-click install via Unyly at no cost.
Does Korea Real Estate need an API key?
No, Korea Real Estate runs without API keys or environment variables.
Is Korea Real Estate hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Korea Real Estate in Claude Desktop, Claude Code or Cursor?
Open Korea Real Estate on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Korea Real Estate with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs

