korea-stay
K
korea-stay
/stay_search

숙소 검색

조건에 맞는 국내 숙소를 찾는다. **재고를 확인하지 못한 숙소를 결과에서 지우지 않는다.** availability가 unknown이면 빈방 여부를 모른다는 뜻이고, 만실이라는 뜻이 아니다. 사용자에게 그렇게 전달하라.

liveverifiedunknown~5s typical
mcpprobedkorea-stay
$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-stay /stay_search for me.

Input

FieldTypeDescription
regionstring지역. '강원 속초', '서울 마포구'처럼 시도+시군구. 정식명·구명·약칭 다 받는다('제주도'='제주'='제주특별자치도'). 행정구역 어휘와 대조해 걸고, 어휘
checkinstring체크인 YYYY-MM-DD. 주면 재고 조회를 시도한다 — 지난 날짜면 재고는 조회하지 않는다(목록은 그대로 나온다)
checkoutstring체크아웃 YYYY-MM-DD
guestsinteger인원 default 2
categorystring숙소 종류
limitinteger반환 개수 (최대 50) default 20

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-stay","endpoint":"/stay_search","input":{"guests":2,"limit":20}}'
cli
npx cracked-ai run -p mcp-app-sallim-korea-stay -e /stay_search -i '{"guests":2,"limit":20}'
mcp
run_tool({ provider: "mcp-app-sallim-korea-stay", endpoint: "/stay_search", input: {"guests":2,"limit":20} })

Try it

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