K
korea-realty
/realty_search_onbid
공매(온비드) 물건 검색
한국자산관리공사 **온비드 공매** 물건을 지역·용도·재산구분·감정가로 조회한다. 법원경매가 아니다. 공매는 국세징수법(압류재산)·국유재산법·공유재산법에 따른 처분이고 주관은 캠코다 — 아래 '이 축의 자리'와 응답의 `not_court_auction`을 반드시 함께 전
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_onbid for me.
Input
| Field | Type | Description |
|---|---|---|
| sido | string | 시도. '서울'처럼 줄여 써도 되고 '서울특별시'도 된다. |
| sigungu | string | 시군구 (예: 춘천시, 강남구). 부분일치다 — '고양시'는 '고양시 덕양구'도 잡는다. |
| usage_name | string | 용도 부분일치. 이 원장의 중분류는 토지·주거용건물·상가용및업무용건물·용도복합용건물·산업용및기타특수용건물 5종이고, 소분류에 아파트·다세대주택·대지 등이 들어 있 |
| property_type | string | 재산구분 — 공매에서 가장 중요한 축이다. 압류재산(체납처분·국세징수법)·국유재산·공유재산·기타일반재산·수탁재산·불용품. **성격이 완전히 다르다**: 압류재산은 |
| min_price_10k | string | 최소 감정가, **만원** 단위 (5억이면 50000) |
| max_price_10k | string | 최대 감정가, **만원** 단위 |
| open_only | boolean | 입찰 마감이 아직 안 지난 회차가 남은 물건만. 기본 True — 원장에는 이미 끝난 회차 행이 함께 들어 있어서(물건 25,669개 중 마감 전 회차가 남은 것 default true |
| cltr_mng_no | string | 물건관리번호(예 '2026-0600-031235')로 한 물건만. **이것이 상세 조회다** — 이 원장은 행이 물건이 아니라 회차라, 한 물건의 상세는 곧 그 |
| sort | string (deadline | price_asc | price_desc | discount) | deadline=마감 임박순 · price_asc/desc=감정가순 · discount=감정가 대비 최저가가 낮은 순(저감 많이 된 순) default "deadline" |
| limit | integer | 반환 **물건** 수 (최대 50) (허용 범위 1~50) default 20 |
| offset | integer | 페이지 오프셋. has_more면 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_onbid","input":{"open_only":true,"sort":"deadline","limit":20,"offset":0}}'cli
npx cracked-ai run -p mcp-app-sallim-korea-realty -e /realty_search_onbid -i '{"open_only":true,"sort":"deadline","limit":20,"offset":0}'mcp
run_tool({ provider: "mcp-app-sallim-korea-realty", endpoint: "/realty_search_onbid", input: {"open_only":true,"sort":"deadline","limit":20,"offset":0} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.