Korea Real Estate 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 Real Estate MCPshow me apartment trades in Gangnam-gu for June 2024"
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 Real Estate MCP
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.
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)Region code lookup (
get_region_code)
Related MCP server: ArchHub MCP
Prerequisites
API key from 공공데이터포털 — apply for the services below:
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 |
— | All clients | |
stdio / local HTTP | Claude Desktop, Claude CLI, Codex CLI | |
HTTP (remote) | Claude (web), Claude CLI, Codex CLI | |
— | Server-side proxy setup (Cloudflare Tunnel) |
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!
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceProvides 12 tools to query South Korean building register data, including title sheets, floor details, and official house prices via the data.go.kr API. It enables users to perform smart building lookups and region code searches using natural language.122Apache 2.0
- Alicense-qualityAmaintenanceEnables natural language access to 11 Korean building data tools including building registers, permits, comprehensive profiles with zoning, floor composition, district statistics, old building analysis, price history, demolitions, and permit pipeline.60MIT
- AlicenseAqualityDmaintenanceEnables AI agents to query and analyze Korean apartment real estate transaction prices (sales and rentals) using natural language, providing tools for price trends, regional comparisons, and rent ratios.7MIT
- Alicense-qualityCmaintenanceEnables querying Korean apartment sales and rental transaction data from the public data portal through natural language, with tools for searching transactions and computing price statistics.41MIT
Related MCP Connectors
Korean market data for AI agents: K-beauty/K-food products, Naver trends, stocks, real estate.
Singapore property & financial data APIs for AI agents. 27 MCP tools. x402 micropayments.
AI agent access to Asian crypto markets. Korean exchange routing and x402 paid APIs.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/tae0y/real-estate-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server