Transita inside your AI assistant.
Most visa tools file paperwork. Transita figures out which country you should move to, and now lives natively inside Claude Desktop, Cursor, Cline, Continue, Zed, and any MCP-compatible assistant. Ask “where should I move?” and get a real, sourced answer.
Install
One config edit per client. The server is published as@transita/mcp-serveron npm. No install required, just npx.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) · %APPDATA%\Claude\claude_desktop_config.json (Windows){
"mcpServers": {
"transita": {
"command": "npx",
"args": ["-y", "@transita/mcp-server"]
}
}
}Cursor
~/.cursor/mcp.json{
"mcpServers": {
"transita": {
"command": "npx",
"args": ["-y", "@transita/mcp-server"]
}
}
}Cline (VS Code)
Cline → MCP settings panel{
"mcpServers": {
"transita": {
"command": "npx",
"args": ["-y", "@transita/mcp-server"]
}
}
}Hosted endpoint (HTTP)
For clients that connect to MCP servers over HTTP rather than spawning a subprocess, point at the hosted endpoint at https://transita.app/api/mcp.
{
"mcpServers": {
"transita": {
"url": "https://transita.app/api/mcp"
}
}
}What you get
Five tools, four resources, three guided prompts. All free. The paid action plan stays on the website.
transita_match_visasScore a profile against every visa pathway Transita supports. Returns the top matches with timeline, cost, and links to official sources.
transita_visa_detailsFull details for a single visa: eligibility, processing time, fees, validity, PR path, and a free preview of the document checklist.
transita_compare_visasCompare 2-3 visa pathways side-by-side with deltas: fastest processing, lowest cost, longest validity, PR path.
transita_country_overviewCountry-level summary: visa pathways, EU membership, score dimensions, drawbacks, top cities with rent ranges.
transita_search_by_nationalityCurated top destinations and recommended visas for citizens of a given country. Best first stop for 'where should I move?'.
Try it
After installing, ask your assistant questions like:
- “I'm an Indian software engineer with a master's and 5 years of experience. Where should I move?”
- “Compare the US O-1A, Germany's EU Blue Card, and Portugal's D8: fastest, cheapest, best PR path?”
- “What does Portugal's D8 digital nomad visa actually require?”
The model picks the right Transita tool, calls it, and synthesises the answer. Visa data is reverified monthly by the Transita team. Every match links back to the official government source.
Free vs paid
Everything exposed via MCP is free: the matcher, comparisons, country overviews, and a preview of the document checklist for any visa. The full document checklist + 30-day action plan ($49, 30-day money-back) lives on the website at transita.app/visa/<id>.
Source + protocol
The server is open source under MIT. Read the source on GitHub or learn more about MCP at modelcontextprotocol.io.






