# io.github.snenenenenenene/transita-mcp-server (npm · @transita/mcp-server)

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

- Trust score: 67/100 (medium)
- Change this week: +36
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-04

## Components

- remote · `transita.app`: 68/100, [markdown](https://verifymcp.io/servers/snenenenenenene-transita-mcp-server/api-mcp.md), [page](https://verifymcp.io/servers/snenenenenenene-transita-mcp-server/api-mcp)
- npm · `@transita/mcp-server`: 67/100 (this document), [markdown](https://verifymcp.io/servers/snenenenenenene-transita-mcp-server/transita-mcp-server.md), [page](https://verifymcp.io/servers/snenenenenenene-transita-mcp-server/transita-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `@transita/mcp-server`
- Version: `0.1.3`
- Transport: `stdio`

## Trust breakdown

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. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-04.

- **Supply Chain Security**: 83/100
  - No malware found by supply-chain analysis.
  - CVE check failed: a known medium-severity CVE affects hono 4.12.33, reached via @modelcontextprotocol/sdk > hono. A fixed version is available.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (94 of 98), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 9 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 82/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - 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.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 78/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 33% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add snenenenenenene-transita-mcp-server -- npx -y @transita/mcp-server
```

### Codex

```bash
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
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add snenenenenenene-transita-mcp-server --command npx --arg -y --arg @transita/mcp-server
```

### Hermes

```yaml
mcp_servers:
  snenenenenenene-transita-mcp-server:
    command: "npx"
    args: ["-y", "@transita/mcp-server"]
```

### Other

```json
{
  "mcpServers": {
    "snenenenenenene-transita-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@transita/mcp-server"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-04 (score 67, 0)

- [security regression] CVE-2026-69207 affects this package: medium
- [security regression] Known CVEs: partial → fail

### 2026-08-02 (score 67, +38)

- [security regression] Provenance: unverified → fail
- [security improvement] Install scripts: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] 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.
- [functional regression] Capabilities: pass → unverified
- [functional improvement] Schema quality: unverified → good
- [functional improvement] License: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Stability: unverified → 0.20
- [functional] Licence: MIT

### 2026-08-01 (score 29, +5)

- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [functional improvement] MCP protocol: unverified → pass

### 2026-07-31 (score 24, −7)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-27 (score 31)

First indexed and scored.

## MCP tools (6)

### `transita_match_visas` (~131 tokens)

Match visas

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.

Input parameters:

- `age` (integer)
- `citizenship` (string, required)
- `current_country` (string)
- `education` (string)
- `goal` (string)
- `income_usd` (integer)
- `target_countries` (array)
- `timeline` (string)
- `work_field` (string)
- `work_years` (integer)

### `transita_visa_details` (~115 tokens)

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

Input parameters:

- `visa_id` (string, required): Transita visa id, e.g. 'us-o1a', 'es-digital-nomad'. Use transita_match_visas or the transita://visas resource to discover ids.

### `transita_compare_visas` (~82 tokens)

Compare visas

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.

Input parameters:

- `visa_ids` (array, required): 2-3 Transita visa ids. Discover ids via transita_match_visas or the transita://visas resource.

### `transita_country_overview` (~82 tokens)

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.

Input parameters:

- `country_code` (string, required): Lowercase country code, e.g. 'us', 'de', 'pt'. List available codes via the transita://countries resource.

### `transita_search_by_nationality` (~99 tokens)

Search visas by nationality

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.

Input parameters:

- `nationality` (string, required): Nationality adjective (e.g. 'Indian') or country (e.g. 'India'). Case-insensitive.

### `transita_programme_status` (~141 tokens)

Programme status (is this visa open now?)

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.

Input parameters:

- `visa_id` (string, required): Transita visa id, e.g. 'ca-cec', 'us-h1b'. Use transita_match_visas or the transita://visas resource to discover ids.

## Diagnostics

Captured diagnostic sections: Provenance, Vulnerabilities, Dependencies. The full working is on the page: https://verifymcp.io/servers/snenenenenenene-transita-mcp-server/transita-mcp-server#diagnostics

## Score history

- 2026-08-04: 67
- 2026-08-03: 67
- 2026-08-02: 67
- 2026-08-01: 29
- 2026-07-31: 24
- 2026-07-30: 31
- 2026-07-28: 31
- 2026-07-27: 31

## Links

- npm package: https://www.npmjs.com/package/@transita/mcp-server
- Socket report: https://socket.dev/npm/package/@transita/mcp-server
- Repository: https://github.com/snenenenenenene/transita-mcp-server
- Website: https://transita.app/mcp
- Changelog RSS feed: https://verifymcp.io/servers/snenenenenenene-transita-mcp-server/transita-mcp-server/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/snenenenenenene-transita-mcp-server/transita-mcp-server/changelog.json
- HTML version of this page: https://verifymcp.io/servers/snenenenenenene-transita-mcp-server/transita-mcp-server
