io.github.snenenenenenene/transita-mcp-server
Official5 toolsVisa eligibility matcher and immigration intelligence for MCP-compatible AI assistants.
Matches visa eligibility and provides immigration intelligence for travelers.
Captured live from the server via tools/list.
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.
Parameters (10)
- citizenshipstringrequired
- current_countrystring
- educationstring
- work_yearsinteger
- work_fieldstring
- income_usdinteger
- goalstring
- target_countriesarray
- timelinestring
- ageinteger
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.
Parameters (1)
- visa_idstringrequired
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.
Parameters (1)
- visa_idsarrayrequired
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.
Parameters (1)
- country_codestringrequired
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.
Parameters (1)
- nationalitystringrequired
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"transita-mcp-server": {
"command": "npx",
"args": [
"-y",
"@transita/mcp-server@0.1.0"
]
}
}
}