Data Collection
nousavisatravel.com
Provides visa and travel information for passport holders without US visa requirements.
ENDPOINT 1
https://nousavisatravel.com/mcp
MCP server metadata
- Name
- no-usa-visa-travel
- Version
- 1.0.0
No USA Visa Travel — query where a passport can travel with no US visa, visa verdicts, and the Welcome Score.
Known tools 4
visa_checkCheck 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.
Inferred read-onlywhere_can_i_goList 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.
Inferred read-onlywelcome_scoreGet 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.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for nousavisatravel.com was fetched 2026-07-30T19:25:48.961Z and is being refreshed.
nousavisatravel.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.