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.
Available components
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 8 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add snenenenenenene-transita-mcp-server -- npx -y @transita/mcp-server
codex mcp add snenenenenenene-transita-mcp-server -- npx -y @transita/mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"snenenenenenene-transita-mcp-server": {
"type": "local",
"command": [
"npx",
"-y",
"@transita/mcp-server"
],
"enabled": true
}
}
} openclaw mcp add snenenenenenene-transita-mcp-server --command npx --arg -y --arg @transita/mcp-server
mcp_servers:
snenenenenenene-transita-mcp-server:
command: "npx"
args: ["-y", "@transita/mcp-server"] {
"mcpServers": {
"snenenenenenene-transita-mcp-server": {
"command": "npx",
"args": [
"-y",
"@transita/mcp-server"
]
}
}
} 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.
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.
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.
transita_compare_visas 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.
| Name | Type | Req | Description |
|---|---|---|---|
| visa_ids | array | yes | 2-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 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.
| Name | Type | Req | Description |
|---|---|---|---|
| country_code | string | yes | Lowercase 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 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.
| Name | Type | Req | Description |
|---|---|---|---|
| age | integer | — | — |
| citizenship | string | yes | — |
| current_country | string | — | — |
| education | string | — | — |
| goal | string | — | — |
| income_usd | integer | — | — |
| target_countries | array | — | — |
| timeline | string | — | — |
| work_field | string | — | — |
| work_years | integer | — | — |
No output schema declared.
No examples provided.
transita_programme_status Programme status (is this visa open now?) ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| visa_id | string | yes | Transita 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 Search visas 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.
| Name | Type | Req | Description |
|---|---|---|---|
| nationality | string | yes | Nationality adjective (e.g. 'Indian') or country (e.g. 'India'). Case-insensitive. |
No output schema declared.
No examples provided.
transita_visa_details 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.
| Name | Type | Req | Description |
|---|---|---|---|
| visa_id | string | yes | Transita 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.