Korea Real Estate MCP

Korea Real Estate MCP

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.

Category
Visit Server

README

Korea Real Estate MCP

English | 한국어

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.yml via --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_* and get_onbid_* tools will be deleted.

Supported Tools

  • [x] Apartment trade / rent (get_apartment_trades, get_apartment_rent)
  • [x] Officetel trade / rent (get_officetel_trades, get_officetel_rent)
  • [x] Villa / multi-family housing trade / rent (get_villa_trades, get_villa_rent)
  • [x] Single-house / multi-household trade / rent (get_single_house_trades, get_single_house_rent)
  • [x] Commercial building trades (get_commercial_trade)
  • [x] Apartment subscription notices / results (get_apt_subscription_info, get_apt_subscription_results)
  • [ ] Onbid public auction bid results (get_public_auction_items, get_public_auction_item_detail) / 🗑️ Removed June 1, 2026
  • [ ] Onbid item lookup (get_onbid_thing_info_list) / 🗑️ Removed June 1, 2026
  • [ ] Onbid code / address lookup (get_onbid_*_code_info, get_onbid_addr*_info) / 🗑️ Removed June 1, 2026
  • [x] Region code lookup (get_region_code)

Prerequisites

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.

  1. Clone this repository locally.

    git clone <repository_url>
    cd real-estate-mcp
    
  2. Open the Claude Desktop config file.

    # macOS
    open "$HOME/Library/Application Support/Claude/claude_desktop_config.json"
    
    # Windows
    notepad %APPDATA%\Claude\claude_desktop_config.json
    
  3. Add 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"
          }
        }
      }
    }
    
  4. Restart Claude Desktop. Setup is complete when you can see the real-estate server in the tool list.

  5. 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]

<a href="https://github.com/tae0y/real-estate-mcp/graphs/contributors"> <img src="https://contrib.rocks/image?repo=tae0y/real-estate-mcp" /> </a>

Made with contrib.rocks.

Support

If you find this project useful, buy me a coffee!

<a href="https://www.buymeacoffee.com/tae0y" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured