K
korea-stay
/stay_detail
숙소 상세
숙소 하나의 상세 정보와 재고를 조회한다. 재고 실시간 재확인은 여기서만 한다.
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_detail for me.
Input
| Field | Type | Description |
|---|---|---|
| stay_id* | string | stay_search가 준 stay_id (예: tourapi:2671267) |
| checkin | string | 체크인 YYYY-MM-DD |
| checkout | string | 체크아웃 YYYY-MM-DD |
| guests | integer | default 2 |
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_detail","input":{"stay_id":"...","guests":2}}'cli
npx cracked-ai run -p mcp-app-sallim-korea-stay -e /stay_detail -i '{"stay_id":"...","guests":2}'mcp
run_tool({ provider: "mcp-app-sallim-korea-stay", endpoint: "/stay_detail", input: {"stay_id":"...","guests":2} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.