You're viewing a demo portfolio

Join the waitlist
PRSM

visa_free_destinations

Active

Tool of Visa Requirements

declared in 0.1.0

Where can holders of a given passport travel without a visa? Lists every destination grouped by requirement: visa-free (with allowed stay days), visa on arrival, e-visa, eTA — plus counts for visa-required and no-admission. Optional filter to a single category. Answers "visa-free countries for X passport holders". Data: Passport Index snapshot (2026-02-18). Example: visa_free_destinations({ passport: "Germany" })

Parameters schema

{
  "type": "object",
  "required": [
    "passport"
  ],
  "properties": {
    "passport": {
      "type": "string",
      "description": "Passport / nationality — ISO2, ISO3, or country name"
    },
    "requirement": {
      "enum": [
        "visa_free",
        "visa_on_arrival",
        "e_visa",
        "eta",
        "visa_required",
        "no_admission"
      ],
      "type": "string",
      "description": "Optional: return only destinations in this category (default: full lists for visa_free, visa_on_arrival, e_visa, eta, plus counts for the rest)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Visa Requirements

https://github.com/pipeworx-io/mcp-visa-requirements

1/7 registries
View full server →