{
  "markdown": "# Departi MCP Server\n\nTravel-compliance intelligence and curated booking for digital nomads and long-stay travellers.\n\nDeparti 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.\n\n## Endpoint\n\n```\nhttps://mcp.departi.eu/v3\n```\n\n**Protocol:** Streamable HTTP (JSON-RPC 2.0)\n**Authentication:** OAuth 2.1 with PKCE (S256) or anonymous access\n\n## Tools\n\nAll 7 tools are read-only with full MCP tool annotations.\n\n### Compliance\n\n| Tool | Description |\n|---|---|\n| `departi_check_visa` | Returns entry/visa options for a traveller — visa type, max stay, remote-work eligibility, cost, processing time, and application notes. |\n| `departi_check_tax` | Tax-residency risk and double-tax-treaty analysis — threshold, day-counting method, treaty provisions, DN regimes, FEIE context. Advisory only. |\n| `departi_track_schengen` | Schengen 90/180 calculator — days used/remaining, status, projected limit date. Permit-aware: excludes permit-issuing country from count. |\n\n### Trip Planning\n\n| Tool | Description |\n|---|---|\n| `departi_search_accommodation` | Ranked accommodation with name, price, rating, facilities, persona-fit score, and booking deep-link. |\n| `departi_search_transport` | Flight search across Duffel + Travelpayouts — carrier, price, cabin class, duration, stops, and booking deep-link. |\n| `departi_search_experiences` | Tours, activities, local experiences — category, duration, price, persona-fit score, and booking deep-link. |\n\n### Profile\n\n| Tool | Description |\n|---|---|\n| `departi_get_profile` | Returns the authenticated user's Departi profile: nationality, tax residence, subscription tier, traveller persona, and preferences. No PII (name, email, date of birth) is returned. Requires OAuth. |\n\n## Quick Start\n\n### Claude Desktop / Cursor / Windsurf\n\nAdd to your MCP configuration:\n\n```json\n{\n  \"mcpServers\": {\n    \"departi\": {\n      \"type\": \"streamable-http\",\n      \"url\": \"https://mcp.departi.eu/v3\"\n    }\n  }\n}\n```\n\nFor personalized results (visa checks based on your nationality, Schengen tracking with your travel history), use the OAuth endpoint:\n\n```json\n{\n  \"mcpServers\": {\n    \"departi\": {\n      \"type\": \"streamable-http\",\n      \"url\": \"https://mcp.departi.eu/v3/oauth\"\n    }\n  }\n}\n```\n\n### Claude.ai (Custom Connector)\n\n1. Go to **Settings → Connectors → Add custom connector**\n2. Enter URL: `https://mcp.departi.eu/v3/oauth`\n3. Approve the OAuth consent screen\n4. Connected — try the example prompts below\n\n## Example Prompts\n\n**Visa + Tax (multi-tool):**\n> 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?\n\n**Schengen tracking with permit:**\n> 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.\n\n**Trip planning (multi-tool):**\n> 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.\n\n**Tax residency comparison:**\n> Compare the tax implications of establishing tax residency in Portugal vs Bulgaria as a US freelancer earning $120K/year.\n\n## Authentication\n\n| Path | Auth | Use Case |\n|---|---|---|\n| `/v3` | Anonymous + optional Bearer | General queries, registry introspection |\n| `/v3/oauth` | OAuth 2.1 required | Personalized results, Schengen tracking, profile access |\n\n### OAuth 2.1 Details\n\n- **PKCE:** S256 (required)\n- **Dynamic Client Registration:** RFC 7591\n- **Protected Resource Metadata:** RFC 9728\n- **Authorization Server Metadata:** RFC 8414\n- **Issuer Identification:** RFC 9207\n- **Resource Indicators:** RFC 8707\n- **Token lifetimes:** Access 1h, refresh 30d with rotation\n\nDiscovery endpoints:\n\n```\nhttps://mcp.departi.eu/.well-known/oauth-protected-resource/v3/oauth\nhttps://departi.eu/.well-known/oauth-authorization-server\n```\n\n## Use Cases\n\n- Digital nomads checking visa and tax obligations before relocating\n- Remote workers understanding FEIE eligibility and tax home rules\n- Long-term travelers tracking Schengen days to avoid overstays\n- Travel planners finding accommodation, transport, and experiences in one query\n- Tax advisors comparing residency regimes across European countries\n- AI agents building travel compliance into automated itinerary planning\n\n## Data Coverage\n\n- **Visa data:** 406 origin countries × 42 European destinations\n- **Tax profiles:** 49 countries with income tax, social security, treaty, and filing data\n- **Accommodation:** 189 European destinations with curated properties\n- **Transport:** Flights across Europe via Duffel + Travelpayouts\n- **Experiences:** Activities and tours in all covered destinations\n\n## Links\n\n- [Documentation](https://departi.eu/developers/mcp)\n- [Website](https://departi.eu)\n- [Privacy Policy](https://departi.eu/privacy)\n- [Terms of Service](https://departi.eu/terms)\n\n## Also Listed On\n\n- Official MCP Registry: `eu.departi/travel-compliance` v3.2.0\n- [Glama](https://glama.ai/mcp/servers/Departi/mcp-server)\n- [mcp.so](https://mcp.so/servers/departi-travel-compliance-curated-booking) (Published and Featured, Verified)\n- [Smithery](https://smithery.ai/servers/departi/travel-compliance)\n\n## Support\n\n- **Email:** support@departi.eu\n- **Issues:** [GitHub Issues](https://github.com/Departi/mcp-server/issues)\n\n## License\n\nThis repository contains documentation and configuration for the Departi MCP server. The server itself is a hosted service at mcp.departi.eu. See [Terms of Service](https://departi.eu/terms) for usage terms.\n",
  "bytes": 5846,
  "sha": "e89593ba0b77e56438b02daa109b9d64d140101478b29b965b57798404ef7fd1",
  "repo_slug": "departi/mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_eu_departi_travel_compliance_55154acd/readme"
}