Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.snenenenenenene/transita-mcp-server

NPM · @TRANSITA/MCP-SERVER · 2 COMPONENTS · SCANNED AUG 4

Visa eligibility matcher and immigration intelligence for MCP-compatible AI assistants.

+36 this week 67 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security86
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability82
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (good).Pass
  • Context-footprint check failed: tool/resource definitions use about 781 tokens (~130/item across 6 items; 6 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
  • Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage78
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 33% of tool parameters carry a description.Partial
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @transita/mcp-server

# add to Claude Code
claude mcp add snenenenenenene-transita-mcp-server -- npx -y @transita/mcp-server
# add to Codex CLI
codex mcp add snenenenenenene-transita-mcp-server -- npx -y @transita/mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "snenenenenenene-transita-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@transita/mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add snenenenenenene-transita-mcp-server --command npx --arg -y --arg @transita/mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  snenenenenenene-transita-mcp-server:
    command: "npx"
    args: ["-y", "@transita/mcp-server"]
// mcp.json
{
  "mcpServers": {
    "snenenenenenene-transita-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@transita/mcp-server"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +38
    • Provenance: unverified → fail security
    • Known CVEs: unverified → partial security
    • Install scripts: unverified → pass security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • Capabilities: pass → unverified functional
    • Schema quality: unverified → good functional
    • Stability: unverified → 0.20 functional
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • Licence: MIT functional
  • 1 Aug 26 +5
    • Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window). security
    • MCP protocol: unverified → pass functional
  • 31 Jul 26 −7
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 31

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@transita/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 94 packages

94 packages in the resolved dependency tree · 94 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 6 exposed · ~650 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
transita_compare_visas ~82

Compare 2-3 visa pathways side-by-side. Returns processing time, cost, validity, PR-pathway, and a delta summary highlighting the fastest, cheapest, and most permanent option.

NameTypeReqDescription
visa_idsarrayyes2-3 Transita visa ids. Discover ids via transita_match_visas or the transita://visas resource.

No output schema declared.

No examples provided.

transita_country_overview ~82

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.

NameTypeReqDescription
country_codestringyesLowercase country code, e.g. 'us', 'de', 'pt'. List available codes via the transita://countries resource.

No output schema declared.

No examples provided.

transita_match_visas ~131

Score a user's profile against every visa pathway Transita supports. Returns the top matches ranked by eligibility, with timeline, cost, and links to official sources. EU citizens automatically surface freedom-of-movement options first.

NameTypeReqDescription
ageinteger
citizenshipstringyes
current_countrystring
educationstring
goalstring
income_usdinteger
target_countriesarray
timelinestring
work_fieldstring
work_yearsinteger

No output schema declared.

No examples provided.

transita_programme_status ~141

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. Call this before recommending a pathway so you never send a user toward a closed or paused programme. Continuous-intake visas return an 'open' status.

NameTypeReqDescription
visa_idstringyesTransita visa id, e.g. 'ca-cec', 'us-h1b'. Use transita_match_visas or the transita://visas resource to discover ids.

No output schema declared.

No examples provided.

transita_search_by_nationality ~99

Show top destinations and recommended visa pathways for citizens of a given country. Ideal first stop for the question 'Where should I move?'. Returns 4-6 destinations with the best-fit visa for each, key stats, and FAQ. Falls back gracefully if a slug isn't yet curated.

NameTypeReqDescription
nationalitystringyesNationality adjective (e.g. 'Indian') or country (e.g. 'India'). Case-insensitive.

No output schema declared.

No examples provided.

transita_visa_details ~115

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). The full multi-section checklist is part of Transita's $49 paid action plan.

NameTypeReqDescription
visa_idstringyesTransita visa id, e.g. 'us-o1a', 'es-digital-nomad'. Use transita_match_visas or the transita://visas resource to discover ids.

No output schema declared.

No examples provided.