← canienter.com

INDIVIDUAL MCP TOOL

get_dataset_info

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

canienter.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://api.canienter.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_dataset_info 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

canienter.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.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.

Related tools

  • 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.
  • 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.