AgentStack
MCP verified MIT Self-run

Real Estate Mcp

mcp-tae0y-real-estate-mcp ยท by tae0y

๐Ÿ  Ask Claude about Korean apartment prices โ€” powered by ๊ตญํ† ๊ตํ†ต๋ถ€ open API

โ€” No reviews yet
0 installs
18 views
0.0% viewโ†’install

Install

$ agentstack add mcp-tae0y-real-estate-mcp

โœ“ scanned ยท โœ“ verified โ€” works with Claude Code, Cursor, and more.

Security review

โœ“ Passed

No issues found. Passed automated security review. ยท v0.1.0 How review works โ†’

  • โœ“ Prompt-injection patterns
  • โœ“ Secret / credential exfiltration
  • โœ“ Dangerous shell & filesystem operations
  • โœ“ Untrusted network calls
  • โœ“ Known-malicious package signatures

What it can access

  • โœ“ Network access No
  • โœ“ Filesystem access No
  • โœ“ Shell / process execution No
  • โœ“ Environment & secrets No
  • โœ“ Dynamic code execution No

From automated source analysis of v0.1.0. โ€œUsedโ€ means the capability is present in the source โ€” more access means more to trust, not that itโ€™s unsafe.

Are you the author of Real Estate Mcp? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Korea Real Estate MCP

[English](README.md) | [ํ•œ๊ตญ์–ด](README-ko.md)

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](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](docs/guide-common-utils.md)

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.

``bash git clone cd real-estate-mcp ``

  1. Open the Claude Desktop config file.

``bash # macOS open "$HOME/Library/Application Support/Claude/claude_desktop_config.json" ``

``powershell # Windows notepad %APPDATA%\Claude\claude_desktop_config.json ``

  1. Add the entry below under mcpServers.

``json { "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" } } } } ``

  1. Restart Claude Desktop.

Setup is complete when you can see the real-estate server in the tool list.

  1. For better responses, create a Project in Claude Desktop and paste [resources/custom-instructions-ko.md](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](docs/setup-prerequisites.md) | โ€” | All clients | | [docs/setup-with-stdio.md](docs/setup-with-stdio.md) | stdio / local HTTP | Claude Desktop, Claude CLI, Codex CLI | | [docs/setup-with-http.md](docs/setup-with-http.md) | HTTP (remote) | Claude (web), Claude CLI, Codex CLI | | [docs/setup-reverse-proxy.md](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!

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source โ€” we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet โ€” be the first.

Versions

  • v0.1.0 Imported from the upstream source.