M
mcp-server
/check_visa
Check visa & entry requirements
Check whether a traveler holding a given passport needs a visa, and what entry & transit requirements apply, for a destination country — with official governmen
liveunknown~5s typical
mcpmcp-server
$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-easyonward-mcp-server /check_visa for me.
Input
| Field | Type | Description |
|---|---|---|
| passport_country* | string | The traveler's passport-issuing country. ISO 3166-1 alpha-2 code (e.g. "US") or country na |
| destination_country* | string | The destination country. ISO 3166-1 alpha-2 code (e.g. "KE") or country name (e.g. "Kenya" |
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-easyonward-mcp-server","endpoint":"/check_visa","input":{"passport_country":"...","destination_country":"..."}}'cli
npx cracked-ai run -p mcp-com-easyonward-mcp-server -e /check_visa -i '{"passport_country":"...","destination_country":"..."}'mcp
run_tool({ provider: "mcp-com-easyonward-mcp-server", endpoint: "/check_visa", input: {"passport_country":"...","destination_country":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.