← departi.eu
INDIVIDUAL MCP TOOL
departi_track_schengen
Calculates Schengen 90/180 short-stay status from a list of stays.
LIVE ENDPOINT
https://mcp.departi.eu/v3
Connect to this endpoint to inspect the live schema for departi_track_schengen and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
departi_check_visa— Returns the entry/visa options for a traveller of a given nationality (passport) going to a destination for a stated purpose and length of stay.departi_check_tax— Assesses tax-residency risk and double-tax-treaty position for a traveller in a destination.departi_search_accommodation— Searches 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.departi_search_transport— Searches 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.departi_search_experiences— Searches 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.departi_get_profile— Returns 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).