AL
Airport Lounge List
/update_review
Update my lounge review
Update your review of a lounge — change the rating and/or the text. Identify the review by lounge_slug.
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 /update_review for me.
Input
| Field | Type | Description |
|---|---|---|
| lounge_slug* | string | Lounge slug of the review to update |
| rating | integer | New rating, 1-5 |
| content | string | New review text (minimum 10 characters) |
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":"/update_review","input":{"lounge_slug":"..."}}'cli
npx cracked-ai run -p mcp-com-airportloungelist-mcp-lounges -e /update_review -i '{"lounge_slug":"..."}'mcp
run_tool({ provider: "mcp-com-airportloungelist-mcp-lounges", endpoint: "/update_review", input: {"lounge_slug":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.