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
| Field | Type | Description |
|---|---|---|
| lounge_slug | string | Lounge slug (from search results). Preferred if known. |
| lounge_name | string | Lounge name — use with airport_iata if you don't have the slug. |
| airport_iata | string | 3-letter airport IATA code — use with lounge_name. |
| visited_at* | string | Date of visit (YYYY-MM-DD) |
| rating | integer | Your rating, 1 (poor) to 5 (excellent) |
| notes | string | Optional 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.