visa-check
V
visa-check
/evaluate_trip

Evaluate a full trip (paid)

Premium evaluation of a whole trip in one call: multiple passports (best passport per leg), documents held, multi-leg itineraries with transit legs, dates and p

liveverifiedunknown~5s typical
mcpprobedvisa-check
$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-canienter-visa-check /evaluate_trip for me.

Input

FieldTypeDescription
traveler*objectThe traveler's documents
trip*objectThe itinerary to evaluate, in travel order

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-canienter-visa-check","endpoint":"/evaluate_trip","input":{"traveler":{},"trip":{}}}'
cli
npx cracked-ai run -p mcp-com-canienter-visa-check -e /evaluate_trip -i '{"traveler":{},"trip":{}}'
mcp
run_tool({ provider: "mcp-com-canienter-visa-check", endpoint: "/evaluate_trip", input: {"traveler":{},"trip":{}} })

Try it

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