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
| Field | Type | Description |
|---|---|---|
| region | string | 지역. '강원 속초', '서울 마포구'처럼 시도+시군구. 정식명·구명·약칭 다 받는다('제주도'='제주'='제주특별자치도'). 행정구역 어휘와 대조해 걸고, 어휘 |
| checkin | string | 체크인 YYYY-MM-DD. 주면 재고 조회를 시도한다 — 지난 날짜면 재고는 조회하지 않는다(목록은 그대로 나온다) |
| checkout | string | 체크아웃 YYYY-MM-DD |
| guests | integer | 인원 default 2 |
| category | string | 숙소 종류 |
| limit | integer | 반환 개수 (최대 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.