Airport Lounge List
AL
Airport Lounge List
/delete_visit

Delete a logged visit

Delete one of your logged lounge visits. Identify it by lounge_slug; pass visited_at to pick a specific date if you have multiple visits to the same lounge.

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 /delete_visit for me.

Input

FieldTypeDescription
lounge_slug*stringLounge slug of the visit to delete
visited_atstringVisit date (YYYY-MM-DD) — needed only to disambiguate multiple visits

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

Try it

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