1. Conduid
  2. Developer Tools
  3. Real Estate MCP
MCP server · Developer Tools

Real Estate MCP

Ask Claude about Korean apartment prices — powered by MOLIT's open API

Unclaimed MIT last commit 6 months ago claudemcpkoreadevtoolsreal-estateopenapi
77Good

Scored 3 hours ago · breakdown

About Real Estate MCP

Real Estate MCP is an MCP server published by tae0y in the Developer Tools category: ask Claude about Korean apartment prices — powered by MOLIT's open API. It has been installed 0 times through Conduid.

The repository has 292 stars and 38 forks, with the last commit 6 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx real-estate-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Real Estate MCP

Powered by Claude · Grounded in docs

I know everything about Real Estate MCP. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v0.1.0v0.1.0 · 18 Jul 2026What's Changed typo name and add api link by @JJhuk in https://github.com/tae0y/real-estate-mcp/pull/2 Add CI workflow and exclude unnecessary files by @tae0y in https://github.com/tae0y/real-estate-mcp/pull/7 fix: add missing api…

README

Korea Real Estate MCP

English | 한국어

Ask Claude about Korean apartment prices — powered by MOLIT's open API. Provides 14+ tools for querying apartment, officetel, villa, single-house, and commercial trade/rent data, apartment subscriptions, and public auctions.

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 (get_public_auction_items, get_public_auction_item_detail) / ⚠️ WIP
  • Onbid item lookup (get_onbid_thing_info_list) / ⚠️ WIP
  • Onbid code / address lookup (get_onbid_*_code_info, get_onbid_addr*_info)
  • 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 HTTP mode, other clients, or per-service API key configuration, see the docs below.

Client Transport Guide
Claude Desktop stdio / HTTP docs/setup-claude-desktop.md
Claude (web) HTTP only docs/setup-claude-web.md
Claude CLI stdio / HTTP docs/setup-claude-cli.md
Codex CLI stdio / HTTP docs/setup-codex-cli.md
ChatGPT (web) HTTP only docs/setup-chatgpt-web.md
Docker (HTTP + Caddy) HTTP docs/setup-docker.md
OAuth (public access) docs/setup-oauth.md

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!

README mirrored from the source repository 3 hours ago. The original is authoritative.

Questions

About Real Estate MCP

How do I install Real Estate MCP?

Run npx real-estate-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Real Estate MCP safe to use with an AI agent?

Its trust score is 77 out of 100 (good). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Real Estate MCP still maintained?

Yes — the latest release is v0.1.0 (18 Jul 2026), and the last commit was 6 months ago. The repository has 292 stars and 0 open issues.