← Registry

General Tools

canienter.com

Provides comprehensive visa and passport entry requirements, trip evaluation, and dataset information for travelers.

x402 supported1 endpoint3 known toolsFirst detected August 18, 2026Last detected August 18, 2026

ENDPOINT 1

https://api.canienter.com/mcp

No auth detected

MCP server metadata

Name
canienter
Version
0.2.0
Capabilities
tools
Server instructions

Stateless visa/entry-requirements lookups. check_entry_requirements is rate limited on the free tier; for unlimited access pay per request via x402 on the HTTP API (see the llms.txt of this host). Advisory information for trip planning — not a boarding, immigration, or legal decision. Rules change frequently; verify with the destination country's official sources before travel.

Known tools 3

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 portal, extended rules (passport validity, onward ticket, yellow fever, transit-without-visa) and source citations.

Inferred read-only
evaluate_trip

Premium evaluation of a whole trip in one call: multiple passports (best passport per leg), documents held, multi-leg itineraries with transit legs, dates and purpose — with structured why[] explanations, conditions[], and verification states per decision.

Inferred read-only
get_dataset_info

Coverage and freshness of the underlying visa-requirements dataset, plus endpoints and x402 pricing for the unlimited paid tier.

Inferred read-only

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.canienter]
url = "https://api.canienter.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "canienter": {
      "type": "http",
      "url": "https://api.canienter.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: canienter
Remote MCP URL: https://api.canienter.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": {
    "canienter": {
      "url": "https://api.canienter.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "canienter": {
      "type": "http",
      "url": "https://api.canienter.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "canienter",
  "transport": "streamable-http",
  "url": "https://api.canienter.com/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.