realestate-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DATA_GO_KR_SERVICE_KEY | Yes | Service key for data.go.kr (Korean public data portal) |
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 | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_apt_tradeC | 아파트 매매 실거래가 조회 (지역코드+계약년월) |
| get_apt_rentB | 아파트 전월세 실거래가 조회 (지역코드+계약년월) |
| get_sh_tradeB | 단독/다가구 매매 실거래가 조회 (지역코드+계약년월) |
| get_sh_rentA | 단독/다가구 전월세 실거래가 조회 (지역코드+계약년월) |
| get_rh_tradeB | 연립다세대 매매 실거래가 조회 (지역코드+계약년월) |
| get_rh_rentA | 연립다세대 전월세 실거래가 조회 (지역코드+계약년월) |
| get_offi_tradeB | 오피스텔 매매 실거래가 조회 (지역코드+계약년월) |
| get_offi_rentC | 오피스텔 전월세 실거래가 조회 (지역코드+계약년월) |
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 8 tools
Each tool uniquely combines a property type (office, apartment, single/detached, row house) with a transaction type (trade or rent), resulting in 8 mutually exclusive purposes. No two tools overlap in function.
All tools follow an identical get_<property_type>_<transaction_type> pattern with consistent snake_case. Property abbreviations are uniformly used across trade and rent variants, and transaction terms are consistent.
The server uses 8 tools, which is well-scoped for a real estate price lookup service covering four property types and two transaction types. Each tool represents a distinct and necessary query combination.
The tool set comprehensively covers the main property types (apartment, office, single/detached, row house) and both major transaction types (sale and rent/lease). No obvious gaps exist in the stated domain of real estate transaction price lookup.