{
  "$schema": "https://modelcontextprotocol.io/schemas/mcp-discovery.json",
  "name": "timer.ly",
  "description": "Stateless countdown URLs. Build a duration timer, a target-date countdown, or a since-counter — all returned as shareable public links. Also lists curated events and national holidays for UK, US, Germany, France, Spain, and Italy.",
  "version": "1.0.0",
  "protocolVersion": "2024-11-05",
  "servers": [
    {
      "name": "timer.ly",
      "url": "https://www.timer.ly/api/mcp",
      "alternativeUrls": ["https://www.timer.ly/mcp"],
      "transport": "streamable-http",
      "transports": ["streamable-http", "http+jsonrpc"],
      "description": "JSON-RPC 2.0 over HTTPS. Send Accept: text/event-stream for the streamable-http (SSE) variant. No auth required.",
      "auth": { "type": "none" },
      "capabilities": { "tools": { "listChanged": false }, "streaming": true },
      "serverCard": "https://www.timer.ly/.well-known/mcp/server-card.json"
    }
  ],
  "tools": [
    "build_duration_url",
    "build_target_url",
    "build_since_url",
    "build_event_url",
    "list_curated_events",
    "list_holidays",
    "parse_countdown_url"
  ],
  "documentation": "https://www.timer.ly/docs",
  "openapi": "https://www.timer.ly/openapi.json",
  "contact": "https://to.messeb.com/contact"
}
