Airport Lounge List
AL
Airport Lounge List
/mark_lounge_visited

Log a lounge visit

Log a lounge visit (check in). Identify the lounge by its slug OR by lounge_name + airport_iata. Optionally add a 1-5 rating and notes. Idempotent: logging the

liveverifiedunknown~5s typical
mcpprobedairportloungelist
$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-com-airportloungelist-mcp-lounges /mark_lounge_visited for me.

Input

FieldTypeDescription
lounge_slugstringLounge slug (from search results). Preferred if known.
lounge_namestringLounge name — use with airport_iata if you don't have the slug.
airport_iatastring3-letter airport IATA code — use with lounge_name.
visited_at*stringDate of visit (YYYY-MM-DD)
ratingintegerYour rating, 1 (poor) to 5 (excellent)
notesstringOptional notes about your visit

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-com-airportloungelist-mcp-lounges","endpoint":"/mark_lounge_visited","input":{"visited_at":"..."}}'
cli
npx cracked-ai run -p mcp-com-airportloungelist-mcp-lounges -e /mark_lounge_visited -i '{"visited_at":"..."}'
mcp
run_tool({ provider: "mcp-com-airportloungelist-mcp-lounges", endpoint: "/mark_lounge_visited", input: {"visited_at":"..."} })

Try it

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