T
trip-logistics-assistant
/check_flight_compensation
Flight compensation eligibility check
Checks if a disrupted flight qualifies for airline compensation (up to €600 per passenger under EU 261 and similar rules) and starts the claim. Use when the use
liveverifiedunknown~5s typical
mcpprobedtrip-logistics-assistant
$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-app-triplogistics-trip-logistics-assistant /check_flight_compensation for me.
Input
| Field | Type | Description |
|---|---|---|
| issue* | string (delay | cancellation | denied_boarding | missed_connection | luggage) | What happened to the flight |
| airline | string | Optional airline name, e.g. 'Ryanair', 'Lufthansa' |
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-app-triplogistics-trip-logistics-assistant","endpoint":"/check_flight_compensation","input":{"issue":"delay"}}'cli
npx cracked-ai run -p mcp-app-triplogistics-trip-logistics-assistant -e /check_flight_compensation -i '{"issue":"delay"}'mcp
run_tool({ provider: "mcp-app-triplogistics-trip-logistics-assistant", endpoint: "/check_flight_compensation", input: {"issue":"delay"} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.