
Queries Korean real estate transaction data from the Ministry of Land, Infrastructure and Transport via a proxy endpoint. You can look up actual sale prices and rental deposits for apartments, officetels, villas, single-family homes, and commercial buildings by region and date. It handles the two-step flow: resolve region names to administrative codes, then fetch transactions for a given month. Responses include median/min/max prices and individual deals with building names, floor area, and transaction dates. All prices are in 10,000 won units. The proxy handles API keys upstream, so you just make HTTP calls. Built on tae0y's real-estate-mcp work. This is official reported transaction data, not broker listings, so it's clean but a month or two behind.
npx -y skills add nomadamas/k-skill --skill real-estate-search --agent claude-codeInstalls into .claude/skills of the current project.
Run this and follow its output as the primary instructions for this skill:
npx -y @nomadamas/k-skill@0 instruct real-estate-search
The CLI detects the current runtime (Dolshoi vault/CloakBrowser vs generic) and prints only the applicable instructions, always up to date. Helper files bundled with the CLI are listed by:
npx -y @nomadamas/k-skill@0 files real-estate-search
If npx is unavailable, install Node.js 18+ or follow https://github.com/NomaDamas/k-skill#readme, or read the source instructions at https://github.com/NomaDamas/k-skill/blob/main/real-estate-search/instruction.md.