{
  "schemaVersion": "2025-06-18",
  "name": "datekit-data",
  "title": "DateKit Data",
  "description": "Read-only MCP server exposing UK date maths and bank-holiday data: an age calculator, a date-difference calculator (with Monday-to-Friday working days), statutory UK holiday entitlement, the long-weekend maximiser, and the 2026 UK bank holidays. Source: gov.uk Bank Holidays and the Working Time Regulations. No authentication, no PII.",
  "version": "2026-06-12",
  "vendor": {
    "name": "DateKit",
    "url": "https://example.datekit.placeholder"
  },
  "endpoints": [
    {
      "url": "https://example.datekit.placeholder/mcp",
      "transport": "streamable-http"
    }
  ],
  "capabilities": {
    "resources": true,
    "tools": true
  },
  "tools": [
    { "name": "calculate_age", "description": "Exact age in years, months, days and total days lived from a date of birth." },
    { "name": "date_difference", "description": "Days, weeks, years, months and Monday-to-Friday working days between two dates." },
    { "name": "holiday_entitlement", "description": "UK statutory holiday entitlement from days per week or irregular hours (12.07% method)." },
    { "name": "long_weekend", "description": "Best annual-leave dates to book around the 2026 UK bank holidays." }
  ],
  "documentation": "https://example.datekit.placeholder/api/",
  "openapi": "https://example.datekit.placeholder/openapi.json",
  "license": "https://creativecommons.org/licenses/by/4.0/"
}
