Departi – Travel Compliance & Curated Booking MCP server
Travel-compliance intelligence and curated booking for digital nomads and long-stay travellers.
0 stars
Reviews
Write oneNobody has reviewed Departi – Travel Compliance & Curated Booking yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Departi – Travel Compliance & Curated Booking tools (7)
write = sends, deletes, buys or postsdeparti_check_taxFreeAssesses tax-residency risk and double-tax-treaty position for a traveller in a destination. Returns: whether the stay risks triggering destination tax residency (the day threshold and the country's day-counting method), the relevant treaty provisions between the traveller's tax-residence country and the destination (employment income, tie-breaker, social security, withholding), any special or digital-nomad tax regime, and — for US citizens — FEIE / Physical-Presence-Test context. Advisory only, not tax advice. Use for "will staying here make me tax resident / what does the treaty say / how are my days counted". Note: any US citizenship triggers worldwide/citizenship-based obligations regardless of residence or other passports.
departi_check_visaFreeReturns the entry/visa options for a traveller of a given nationality (passport) going to a destination for a stated purpose and length of stay. Each option includes: visa/permit type, whether a visa is required, maximum stay, whether remote/on-site work is allowed, cost, processing time, and application/renewal notes — sourced from official immigration authorities. Use this for "what visa do I need / can I stay N days / can I work remotely here". To count days already spent against the 90/180 limit use departi_track_schengen; for the tax consequences of staying use departi_check_tax. Tip: nationality should be the traveller's most favorable passport — multi-nationals may have better entry on one passport.
departi_get_profileFreeReturns the authenticated user's Departi profile: nationality, tax residence, subscription tier, traveller persona, and preferences. No PII (name, email, date of birth) is returned — only the fields the other tools need for personalisation. Requires authentication (OAuth). Use to personalise the other tools' answers, or to answer "where do I stand right now". Read-only; takes no parameters.
departi_search_accommodationFreeSearches bookable accommodation in a destination for given dates and returns a ranked list of stays, each with: name, property type, nightly price (in the requested currency), star rating, guest rating, key facilities (e.g. wifi, kitchen), a persona/traveler-type fit score, and a booking deep-link. Curated and scored for the traveller's persona and trip type — e.g. long-stay nomad apartments with kitchen + fast wifi vs weekend hotels. Use when the user needs a place to stay; for getting there use departi_search_transport, for things to do use departi_search_experiences. Returns an empty list if no inventory matches.
departi_search_experiencesFreeSearches bookable tours, activities and local experiences in a destination and returns a ranked list, each with: title, category (cultural / culinary / adventure / wellness / nature), duration, price (in requested currency), a persona-fit score, and a booking deep-link. Matched to the traveller's persona/personality. Use for "what can I do in X". For a place to stay use departi_search_accommodation; to get there use departi_search_transport. Returns an empty list if nothing matches the filters.
departi_search_transportFreeSearches flights between two places and returns a ranked list of options, each with: carrier, price (in requested currency), cabin class, total duration, number of stops, departure & arrival times, and a booking deep-link. Flights are sourced across providers (Duffel + Travelpayouts) for broad full-service and low-cost coverage. Use for "how do I get from A to B by air". For where to stay use departi_search_accommodation; for things to do use departi_search_experiences. Prices are indicative — book via the returned link. Returns an empty list if no route is found. Ground/rail/bus is not offered through this tool.
departi_track_schengenFreeCalculates Schengen 90/180 short-stay status from a list of stays. Returns: days used and days remaining in the rolling 180-day window, a status (safe | warning | critical | exceeded), the projected date the limit would be reached at the current pace, and — for residence/digital-nomad-permit holders — a count that excludes days in the permit-issuing country while still counting every other Schengen state (with a note of which country is excluded). Use for non-EU travellers tracking the 90-days-in-180 limit. Note: EU/EEA nationals have free movement (not counted); a residence permit exempts only its issuing country, not the rest of Schengen.
Public scan report
scanner v0.1.9 · 2026-09-23 · same rubric, same numbers if you re-run it
- –Code scanremote-only server, no package to scann/a
- Live reliabilityremote reachable in 682ms20/20
- Tool poisoning7 tool descriptions checked15/15
- Auth qualityopen endpoint, read-only tools10/15
- Maintenancelast push 13 days ago15/15
- Maintainer identityregistry namespace matches repository owner; website matches verified namespace9/10
What the publisher says
From the Departi – Travel Compliance & Curated Booking repository's README, as published. We do not edit it. Read it on GitHub
Departi MCP Server
Travel-compliance intelligence and curated booking for digital nomads and long-stay travellers.
Departi helps you navigate the legal complexity of living abroad — visa requirements for any nationality/destination pair, permit-aware Schengen 90/180-day tracking, tax residency analysis with double-tax-treaty coverage across 55 countries, and persona-curated accommodation, transport, and experience search across 189 European destinations.
Endpoint
https://mcp.departi.eu/v3Protocol: Streamable HTTP (JSON-RPC 2.0) Authentication: OAuth 2.1 with PKCE (S256) or anonymous access
Tools
All 7 tools are read-only with full MCP tool annotations.
Compliance
Trip Planning
Profile
Quick Start
Claude Desktop / Cursor / Windsurf
Add to your MCP configuration:
{
"mcpServers": {
"departi": {
"type": "streamable-http",
"url": "https://mcp.departi.eu/v3"
}
}
}For personalized results (visa checks based on your nationality, Schengen tracking with your travel history), use the OAuth endpoint:
{
"mcpServers": {
"departi": {
"type": "streamable-http",
"url": "https://mcp.departi.eu/v3/oauth"
}
}
}Claude.ai (Custom Connector)
- Go to Settings → Connectors → Add custom connector
- Enter URL: https://mcp.departi.eu/v3/oauth
- Approve the OAuth consent screen
- Connected — try the example prompts below
Example Prompts
Visa + Tax (multi-tool):
I'm American and planning to work remotely from Lisbon for 3 months starting in September. What visa do I need, and what are the tax implications for my US taxes?
Schengen tracking with permit:
How many Schengen days do I have left? I have a Portuguese D7 visa valid until 2027 and I've visited Spain and France this year.
Trip planning (multi-tool):
I want to spend October in Split, Croatia. Find me a place to stay under €1,200/month, flights from Brussels, some local experiences, and check if I need a visa.
Tax residency comparison:
Compare the tax implications of establishing tax residency in Portugal vs Bulgaria as a US freelancer earning $120K/year.
Authentication
OAuth 2.1 Details
Shortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
claude mcp add --transport http travel-compliance https://mcp.departi.eu/v3
Departi – Travel Compliance & Curated Booking: common questions
- Is Departi – Travel Compliance & Curated Booking MCP server safe?
- Yes, by our scan: it is graded A (92/100). Read the Departi – Travel Compliance & Curated Booking safety report
- How do I install Departi – Travel Compliance & Curated Booking?
- It runs remotely at mcp.departi.eu. Add it to Claude Code, Claude Desktop or Cursor with the snippets above, or call it through the mcp.market gateway without installing anything.
- Does Departi – Travel Compliance & Curated Booking need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Departi – Travel Compliance & Curated Booking maintained?
- The last commit was 14 days ago (2026-09-10). The latest release is v3.2.0.
- Is Departi – Travel Compliance & Curated Booking up?
- 100% of our last 20 checks got an answer. We check remote servers about four times a day.
- What can I use instead of Departi – Travel Compliance & Curated Booking?
- Servers from other publishers that do the same job: VoyageHacks MCP server, Vedar — Kamchatka travel MCP server and Weselltours MCP server. Compare all Departi – Travel Compliance & Curated Booking alternatives.
Alternatives to Departi – Travel Compliance & Curated Booking
Same job from other publishers: the closest match first, then the best rated.
VoyageHacksMultilingual travel guides, gear picks and booking links for AI travel agents.not reviewedGrowingB
Vedar — Kamchatka travelKamchatka travel: live tours and availability, safety alerts, places, weather, stays, trip plansnot reviewedGrowingB- WeselltoursTravel platform for coding agents: hotels, tours, bookings, 13 AI experts. 21 tools, stdio.not reviewedNewB
- Itinerary Travel Plan Schedule EventsTrip itinerary planner: events, free-busy, double bookings, schedule export.not reviewedNewB
- ArgonVersioned MongoDB sandboxes for AI agents: branch, time-travel, merge, and undo over MCP.not reviewedEstablishedB