korea-realestate-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PUBLIC_DATA_API_KEY | Yes | Your public data API key from data.go.kr |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| realestate_search_apt_tradeA | 특정 지역·기간의 아파트 매매 실거래가를 조회한다. |
| realestate_search_apt_rentA | 특정 지역·기간의 아파트 전월세 실거래가를 조회한다. |
| realestate_get_region_codeA | 지역명으로 법정동 코드를 조회한다. 퍼지 매칭 지원. |
| realestate_analyze_price_trendA | 특정 지역 또는 아파트 단지의 시세 추이를 분석한다. |
| realestate_compare_regionsA | 2개 이상 지역의 시세를 비교 분석한다. |
| realestate_analyze_rent_ratioA | 매매가 대비 전세가율을 분석한다. |
| realestate_get_apt_summaryA | 특정 아파트 단지의 종합 요약 정보를 제공한다. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 7 tools
Each tool has a clear, distinct purpose: region code lookup, trade price search, rent price search, trend analysis, region comparison, rent ratio analysis, and apartment summary. The analysis tools (trend, compare, ratio) might seem similar but operate on different dimensions (time, regions, sale-vs-rent), so confusion is unlikely with the given descriptions.
All tools follow a consistent 'realestate_' prefix followed by a verb_noun pattern (e.g., search_apt_trade, analyze_price_trend, compare_regions). This is uniform and predictable, making it easy for an agent to infer tool behavior from names.
Seven tools is well-scoped for a real estate data and analysis MCP server. Each tool covers a distinct core function without redundancy, and the count is within the ideal range for a focused domain.
The server covers the core life cycle of real estate price lookup: region code resolution, raw transaction search (trade/rent), analytical tools (trend, comparison, rent ratio), and a summary endpoint. A minor gap is the lack of a dedicated tool to list all apartments in a region, but that can be inferred from search results, so it's not a dead end.