← datesandtimes.co.uk

INDIVIDUAL MCP TOOL

long_weekend

Suggest the most efficient annual-leave dates to book around the 2028 UK bank holidays so a few days off become a long break.

datesandtimes.co.uknone authenticationAvailability not checked

LIVE ENDPOINT

https://datesandtimes.co.uk/mcp

No auth detected

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

datesandtimes.co.uk

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.datekit-data]
url = "https://datesandtimes.co.uk/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "datekit-data": {
      "type": "http",
      "url": "https://datesandtimes.co.uk/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: datekit-data
Remote MCP URL: https://datesandtimes.co.uk/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": {
    "datekit-data": {
      "url": "https://datesandtimes.co.uk/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "datekit-data": {
      "type": "http",
      "url": "https://datesandtimes.co.uk/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "datekit-data",
  "transport": "streamable-http",
  "url": "https://datesandtimes.co.uk/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • calculate_age — Calculate an exact age from a date of birth: years, months, days and total days lived, against today.
  • date_difference — Difference between two dates: days, weeks, years, months and Monday-to-Friday working days (weekends excluded, bank holidays not deducted).
  • holiday_entitlement — UK statutory holiday entitlement.