visa-check
V
visa-check
/check_entry_requirements

Check entry requirements

Whether a passport holder can enter a destination country: visa-free, visa on arrival, e-visa, eTA, or visa required — with allowed stay, official application 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 /check_entry_requirements for me.

Input

FieldTypeDescription
passport*stringPassport country, ISO 3166-1 alpha-3 (e.g. NLD)
destination*stringDestination country, ISO 3166-1 alpha-3 (e.g. JPN)
transitstringOptional transit country, ISO 3166-1 alpha-3
purposestringTravel purpose (default: tourism)
residence_permits_ofarrayIssuers of residence permits held (ISO3 or SCHENGEN/EU/GCC)
visas_ofarrayIssuers of visas held (ISO3 or SCHENGEN/EU/GCC)

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

Try it

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