mcpbeat

Transita MCP Server

io.github.snenenenenenene/transita-mcp-server
not responding

Transita MCP Server is listed as active in the registry but did not answer our last check. 73 installs a week from npm. It exposes 6 tools. Last commit 23 Jul 2026.

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

Installs per day peak 136 · avg 21 · -77% w/w
a month agotoday
Uptime history 41 hours of history · worst hour 0%
41 hours agonow
0.0%
Uptime 24h
0 of 91 checks
6
Tools
read from the server
91 ms
Response time
average over 24h
73
Installs / week
npm and PyPI

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 11 min ago.

run in your terminal
claude mcp add transita-mcp-server --transport http https://transita.app/api/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "transita-mcp-server": {
      "url": "https://transita.app/api/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.transita-mcp-server]
url = "https://transita.app/api/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "transita-mcp-server": {
      "url": "https://transita.app/api/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "transita-mcp-server": {
      "url": "https://transita.app/api/mcp"
    }
  }
}

Available tools 6

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

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

Endpoints

URLTransportStateLatencyChecked
https://transita.app/api/mcp streamable-http answering 91 ms 11 min ago

Transita MCP Server — questions

Answers built from our own checks of this server.

What can Transita MCP Server do?
It exposes 6 tools, read directly from the server on our last check. Among them: transita_compare_visas, transita_country_overview, transita_match_visas, transita_programme_status, transita_search_by_nationality, transita_visa_details. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Transita MCP Server working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 0 of 91 checks got a reply (0.0%), average response time 91 ms. The bar chart above shows every period we have measured.
The registry lists Transita MCP Server as active — why does it not respond?
The official MCP registry stores what the author submitted; it does not verify that the server still runs. We check the endpoint ourselves, and this one does not answer. Catalogues that copy the registry without checking will show it as working.
How do I connect Transita MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Transita MCP Server need an API key?
No. Transita MCP Server completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 6 of them are readable on this page. This is what we observed, not what the docs claim.
How many people use Transita MCP Server?
The npm package @transita/mcp-server was installed 73 times in the last week. Week over week that is -77%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Transita MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.