korea-stay
K
korea-stay
/stay_booking_link

예약 페이지 링크

예약 가능한 원본 페이지로 가는 링크를 만든다. 이 서버는 예약을 처리하지 않는다 — 사용자를 원본 플랫폼으로 보낸다. 링크는 숙소명·주소로 만든 **검색 링크**이며 특정 객실의 예약 페이지가 아니다(그건 재고 어댑터가 붙어야 나온다).

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_booking_link for me.

Input

FieldTypeDescription
stay_id*stringstay_search가 준 stay_id
platformstring (naver | google | tour)어느 플랫폼 검색으로 보낼지 default "naver"

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_booking_link","input":{"stay_id":"...","platform":"naver"}}'
cli
npx cracked-ai run -p mcp-app-sallim-korea-stay -e /stay_booking_link -i '{"stay_id":"...","platform":"naver"}'
mcp
run_tool({ provider: "mcp-app-sallim-korea-stay", endpoint: "/stay_booking_link", input: {"stay_id":"...","platform":"naver"} })

Try it

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