General Tools
departi.eu
Provides travel planning tools for Europe, including visa checks, Schengen stay calculations, tax residency analysis, and accommodation/transport search.
ENDPOINT 1
https://mcp.departi.eu/v3
MCP server metadata
- Name
- Departi
- Version
- 3.2.0
Known tools 7
departi_check_visaReturns the entry/visa options for a traveller of a given nationality (passport) going to a destination for a stated purpose and length of stay.
Inferred read-onlydeparti_track_schengenCalculates Schengen 90/180 short-stay status from a list of stays.
Inferred read-onlydeparti_check_taxAssesses tax-residency risk and double-tax-treaty position for a traveller in a destination.
Inferred read-onlydeparti_search_accommodationSearches 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.
Inferred read-onlydeparti_search_transportSearches 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.
Inferred read-onlydeparti_search_experiencesSearches 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.
Inferred read-onlydeparti_get_profileReturns the authenticated user's Departi profile: nationalities, current tax residence, subscription tier, a travel-history summary, and a live compliance snapshot (current Schengen / tax-residency / US-clock status).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.departi]
url = "https://mcp.departi.eu/v3"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"departi": {
"type": "http",
"url": "https://mcp.departi.eu/v3"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: departi
Remote MCP URL: https://mcp.departi.eu/v3
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"departi": {
"url": "https://mcp.departi.eu/v3"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"departi": {
"type": "http",
"url": "https://mcp.departi.eu/v3"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "departi",
"transport": "streamable-http",
"url": "https://mcp.departi.eu/v3"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for departi.eu was fetched 2026-08-23T16:22:01.032Z.
departi.eu is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.