← urlaub-smart.de

INDIVIDUAL MCP TOOL

plan_vacation

Optimal vacation plan for a region and year: which days to book so that public holidays and weekends turn into the longest breaks.

urlaub-smart.denone authenticationAvailability not checked

LIVE ENDPOINT

https://urlaub-smart.de/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for plan_vacation 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

urlaub-smart.de

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.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.

Related tools

  • best_bridge_days — The 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.
  • public_and_school_holidays — All public holidays (with weekday, national/regional scope, weekend flag) and school holiday periods for a region and year.
  • list_regions — Countries and their regions (German states, Austrian states, Swiss cantons, …) with codes, names and slugs accepted by the other tools.