AT
Award Travel Finder
/search_hybrid
search hybrid
Find the cheapest way to fly by combining cash tickets with award redemptions into one split-ticket journey. Searches cash fares (Google Flights) and award avai
liveunknown~5s typical
mcpawardtravelfinder
$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-awardtravelfinder-mcp /search_hybrid for me.
Input
| Field | Type | Description |
|---|---|---|
| origin* | string | |
| destination* | string | |
| date* | string | |
| cabin | string (economy | business | first) | Target cabin class (default: business) |
| points_value_cents | number | How you value points in cents/pence per point (default: 1.5) |
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-awardtravelfinder-mcp","endpoint":"/search_hybrid","input":{"origin":"...","destination":"...","date":"..."}}'cli
npx cracked-ai run -p mcp-com-awardtravelfinder-mcp -e /search_hybrid -i '{"origin":"...","destination":"...","date":"..."}'mcp
run_tool({ provider: "mcp-com-awardtravelfinder-mcp", endpoint: "/search_hybrid", input: {"origin":"...","destination":"...","date":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.