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 skills add https://github.com/nomadamas/k-skill --skill real-estate-search