korea-realty
K
korea-realty
/realty_search_auctions

경매 물건 조건 검색

법원경매 물건을 지역·종류·감정가·유찰횟수로 필터링해 조회한다. **이 축의 자리** — 조건을 **값으로 아는** 검색이 이 도구다. 사용자의 자연어 한 줄밖에 없으면 `search`가 먼저다(질의에서 조건을 뽑아 준다). 개별 사건의 상세는 여기가 아니라 `r

liveverifiedunknown~5s typical
mcpprobedkorea-realty
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-app-sallim-korea-realty /realty_search_auctions for me.

Input

FieldTypeDescription
sidostring시도. '서울'처럼 줄여 써도 되고 '서울특별시'도 된다.
sigungustring시군구 (예: 강남구, 성남시)
usage_namestring물건 종류 (아파트, 오피스텔, 다세대, 단독주택, 상가, 토지 등)
min_price_10kstring최소 감정가, **만원** 단위 (5억이면 50000)
max_price_10kstring최대 감정가, **만원** 단위
min_bid_countstring최소 유찰 횟수. 유찰이 쌓일수록 최저입찰가가 내려간다. (허용 범위 0~100)
exclude_pastboolean매각기일이 이미 지난 행 제외 여부. 기본 False(전체 반환 — 지난 기일 행에는 past_auction_note 플래그가 붙는다). '지금 입찰 가능한 물건 default false
sortstring (date_desc | date_asc | price_asc | price_desc | bid_count_desc)정렬 기준 default "date_desc"
limitinteger반환 개수 (최대 50) (허용 범위 1~50) default 20
offsetinteger페이지 오프셋. has_more가 true면 next_offset으로 다시 호출하라. default 0

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-app-sallim-korea-realty","endpoint":"/realty_search_auctions","input":{"exclude_past":false,"sort":"date_desc","limit":20,"offset":0}}'
cli
npx cracked-ai run -p mcp-app-sallim-korea-realty -e /realty_search_auctions -i '{"exclude_past":false,"sort":"date_desc","limit":20,"offset":0}'
mcp
run_tool({ provider: "mcp-app-sallim-korea-realty", endpoint: "/realty_search_auctions", input: {"exclude_past":false,"sort":"date_desc","limit":20,"offset":0} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.