AL
Airport Lounge List
/write_review
Write a lounge review
Write a review for a lounge. Requires the lounge slug, a rating (1-5), and review text (min 10 characters).
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 /write_review for me.
Input
| Field | Type | Description |
|---|---|---|
| lounge_slug* | string | Lounge slug (from search results) |
| rating* | integer | Rating from 1 (poor) to 5 (excellent) |
| content* | string | 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":"/write_review","input":{"lounge_slug":"...","rating":1,"content":"..."}}'cli
npx cracked-ai run -p mcp-com-airportloungelist-mcp-lounges -e /write_review -i '{"lounge_slug":"...","rating":1,"content":"..."}'mcp
run_tool({ provider: "mcp-com-airportloungelist-mcp-lounges", endpoint: "/write_review", input: {"lounge_slug":"...","rating":1,"content":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.