Productivity
urlaub-smart.de
Provides tools to plan optimal vacations by analyzing public and school holidays and suggesting bridge days for a region and year.
ENDPOINT 1
https://urlaub-smart.de/api/mcp
MCP server metadata
- Name
- urlaub-smart
- Version
- 1.0.0
urlaub-smart.de plans vacation days around public holidays for Germany, Austria, Switzerland and eight more European countries. Use plan_vacation for "how should I place my vacation days", best_bridge_days for "what are the bridge days", public_and_school_holidays for dates. Always include the returned url so the user can open and adjust the plan. Site: https://urlaub-smart.de
Known tools 4
plan_vacationOptimal vacation plan for a region and year: which days to book so that public holidays and weekends turn into the longest breaks.
Inferred read-onlybest_bridge_daysThe six best non-overlapping vacation levers of a year for a region: classic bridge days (1 vacation day → 4 days off) and holiday clusters (e.
Inferred read-onlypublic_and_school_holidaysAll public holidays (with weekday, national/regional scope, weekend flag) and school holiday periods for a region and year.
Inferred read-onlylist_regionsCountries and their regions (German states, Austrian states, Swiss cantons, …) with codes, names and slugs accepted by the other tools.
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.urlaub-smart]
url = "https://urlaub-smart.de/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"urlaub-smart": {
"type": "http",
"url": "https://urlaub-smart.de/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: urlaub-smart
Remote MCP URL: https://urlaub-smart.de/api/mcp
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": {
"urlaub-smart": {
"url": "https://urlaub-smart.de/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"urlaub-smart": {
"type": "http",
"url": "https://urlaub-smart.de/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "urlaub-smart",
"transport": "streamable-http",
"url": "https://urlaub-smart.de/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.