← transita.app

INDIVIDUAL MCP TOOL

transita_match_visas

Score a user's profile against every visa pathway Transita supports.

transita.appnone authenticationAvailability not checked

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 endpoint

transita.app

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • transita_visa_details — Fetch full details for a single visa pathway: eligibility category, processing time, fees, validity, PR timeline, and a free preview of the document checklist (lead time, ancillary cost, first section).
  • transita_compare_visas — Compare 2-3 visa pathways side-by-side.
  • transita_country_overview — Get summary data for a destination country: number of visa pathways, EU member status, score dimensions, drawbacks, top cities with rent ranges, and PR/citizenship timelines.
  • transita_search_by_nationality — Show top destinations and recommended visa pathways for citizens of a given country.
  • transita_programme_status — Check the live intake status of a single visa pathway: whether it is currently open, the last selection round and cutoff score (for round-based programmes like Express Entry, AU SkillSelect, or the US H-1B lottery), what is expected next, and the official source.