← nousavisatravel.com

INDIVIDUAL MCP TOOL

where_can_i_go

List every destination a passport holder can reach with NO US visa and no US port of entry — grouped by visa-free, visa-on-arrival, and e-visa — with counts.

nousavisatravel.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://nousavisatravel.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for where_can_i_go and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

nousavisatravel.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.no-usa-visa-travel]
url = "https://nousavisatravel.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "no-usa-visa-travel": {
      "type": "http",
      "url": "https://nousavisatravel.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: no-usa-visa-travel
Remote MCP URL: https://nousavisatravel.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "no-usa-visa-travel": {
      "url": "https://nousavisatravel.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "no-usa-visa-travel": {
      "type": "http",
      "url": "https://nousavisatravel.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "no-usa-visa-travel",
  "transport": "streamable-http",
  "url": "https://nousavisatravel.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • visa_check — Check whether a passport holder can enter a destination WITHOUT a US visa or a US layover, and what visa (if any) the destination itself requires.
  • welcome_score — Get the Welcome/Dignity Score (0-100) — how welcoming a destination is to a given (often weak-passport) traveler, blending visa ease, allowed stay, and on-the-ground welcome.
  • list_passports — List the passports (nationalities) covered by No USA Visa Travel.