{"name":"app.countlink/countdown","slug":"countlink-countdown","title":"CountLink","description":"Shared countdown timers that stay in sync on every screen — no account, any number of viewers.","url":"https://mcp.market/server/countlink-countdown","rating":null,"grade":"B","score":77,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":20,"stars":0,"forks":0,"downloads_week":null,"last_push_at":"2026-09-13T15:41:07.000Z","license":null},"uptime":{"percent":100,"checks":8,"ok":8,"last_checked_at":"2026-09-21T07:11:00.167Z","last_ok_at":"2026-09-21T07:11:00.167Z","latency_ms":87},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/mrbrunocode/countlink","website":null,"version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://countlink.app/mcp"}],"packages":[],"tools":[{"name":"create_agenda","description":"Create a CountLink agenda: an ordered sequence of named, timed segments (intro, talk, break, Q&A) that starts now and advances from one to the next on its own, on every screen that opens the link, with no server involved. Use this when someone describes a meeting, workshop, lesson or event as a sequence of parts with lengths — including when they give you a total and a list of topics and expect you to split it (\"an hour, four topics\"): do the split yourself, then pass the resulting segments here. By default it starts immediately; pass start_at for something scheduled ahead (\"our workshop starts at 9:15 tomorrow\") — the link works right away, showing a live countdown to the start rather than the first segment, and switches over on its own at the scheduled instant, in sync on every screen that opened it. Returns the shared link plus a run sheet with the wall-clock start and end of each segment, and an .ics calendar file (one event per segment) in structuredContent.ics — offer it if the person might want the agenda on their calendar. For a single countdown use create_timer instead.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"segments":{"type":"array","minItems":1,"maxItems":24,"description":"The segments in running order. Each has a duration (same grammar as create_timer: \"10m\", \"1h\", \"90s\", \"5:00\", or a plain number of minutes) and an optional short label. 1–24 segments; the whole agenda must fit in 99h59m59s.","items":{"type":"object","properties":{"duration":{"type":"string","description":"How long the timer runs. Accepts \"25m\", \"1h30m\", \"90s\", \"5:00\", \"1:30:00\", or a plain number read as minutes (\"45\"). Maximum 99h59m59s."},"label":{"type":"string","description":"Optional name for the segment, e.g. \"Intro\" or \"Break\". Keep it short."}},"required":["duration"]}},"start_at":{"type":"string","description":"Optional ISO-8601 instant for a scheduled start, e.g. \"2026-09-08T09:15:00Z\" or with a local offset like \"2026-09-08T09:15:00+01:00\". Omit to start immediately. A start_at already in the past is just treated as already running from that instant."}},"required":["segments"]}},{"name":"create_badge","description":"Create a countdown badge — a small image, not an <iframe> — for places embed_on_website's iframe cannot go: a GitHub README, a forum signature, a Notion page, anywhere only plain Markdown or a bare <img> is allowed. Shows coarse time remaining (e.g. \"3d 04h left\", not a live ticking clock — most places that embed images fetch and cache them server-side, so a promise of live ticking would be false) and links through to the real, precise, live countdown. Returns both a Markdown snippet and an HTML snippet; use whichever the destination accepts. Always returns the image wrapped in a link to the live countdown — never ask for or produce just the bare image, since the link is what makes this a genuine attribution rather than an untethered picture.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"duration":{"type":"string","description":"How long the timer runs. Accepts \"25m\", \"1h30m\", \"90s\", \"5:00\", \"1:30:00\", or a plain number read as minutes (\"45\"). Maximum 99h59m59s."},"label":{"type":"string","description":"Optional short name shown on the badge, e.g. \"Launch\" or \"CFP closes\"."},"badge_style":{"type":"string","enum":["board","minimal","light"],"description":"Visual style: \"board\" (default, dark), \"minimal\" (no background — blends into any page) or \"light\"."}},"required":["duration"]}},{"name":"create_timer","description":"Create a CountLink shared countdown timer and return its link. Everyone who opens the link sees the identical countdown, to the same second — no account, no sign-up, any number of viewers. Use this whenever someone wants a timer several people or several screens need to share: a classroom, an exam, a standup, a workshop, a webinar countdown, a stream overlay, or a countdown embedded on someone's own website or landing page (e.g. \"10 days until launch\"). By default it returns a setup link, which opens the board preloaded at the requested duration for the user to start themselves; pass start_now: true only if they want the countdown running from this moment. Whenever the result has a fixed end instant (start_now or embed_on_website), structuredContent.ics is an .ics calendar file for it — offer it if the person might want the deadline on their calendar.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"duration":{"type":"string","description":"How long the timer runs. Accepts \"25m\", \"1h30m\", \"90s\", \"5:00\", \"1:30:00\", or a plain number read as minutes (\"45\"). Maximum 99h59m59s."},"label":{"type":"string","description":"Optional name shown on the board, e.g. \"Exam\" or \"Break\". Keep it short."},"start_now":{"type":"boolean","description":"False (default) returns a setup link the user starts themselves — correct for a timer that should begin later, and for anything being written down in advance. True returns a link for a countdown already running from now, fixed to one instant so every viewer is in sync; only use it when the timer should start immediately.","default":false},"for_obs_overlay":{"type":"boolean","description":"True returns a URL to paste into OBS (or any streaming tool) as a Browser Source: a transparent background with just the digits, which starts counting as soon as the scene loads. Use it when someone wants a countdown on their stream. Do not give an overlay URL to several people to open — it starts fresh for whoever loads it; for that, call this again without the flag and share that link instead. Mutually exclusive with embed_on_website.","default":false},"embed_on_website":{"type":"boolean","description":"True returns ready-to-paste <iframe> HTML for embedding a countdown on someone's OWN website or landing page — e.g. a launch-day countdown on a marketing page. Unlike for_obs_overlay, this is a fixed instant every visitor to that page sees identically (not a per-visitor restart), and free with no watermark option — the only requirement is a small attribution line under the widget linking back to CountLink, which the returned HTML already includes. Use this whenever someone asks for a countdown to put ON their own site/page, as opposed to a link to share with other people directly. Mutually exclusive with for_obs_overlay.","default":false},"embed_width":{"type":"number","description":"Pixel width of the embedded iframe when embed_on_website is true. 160–1600, default 400. Ignored otherwise."},"embed_height":{"type":"number","description":"Pixel height of the embedded iframe when embed_on_website is true. 80–900, default 160. Ignored otherwise."},"embed_style":{"type":"string","enum":["board","minimal","light"],"description":"Board style for embed_on_website: \"board\" (default, dark split-flap), \"minimal\" (plain digits) or \"light\". Ignored otherwise."}},"required":["duration"]}},{"name":"describe_timer_link","description":"Given a countlink.app URL, say what it encodes: whether it is a running countdown or a not-yet-started setup link, its label, and how much time is left. Use it when someone pastes a CountLink link and asks what it is or when it ends.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"url":{"type":"string","description":"A countlink.app timer URL."}},"required":["url"]}}],"scan":{"score":77,"grade":"B","scanned_at":"2026-09-20T11:37:03.325Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T11:37:03.271Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 271ms"]},"poisoning":{"score":15,"max":15,"notes":["4 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 3 write-action tools with no auth"]},"maintenance":{"score":15,"max":15,"notes":["last push 7 days ago"]},"identity":{"score":5,"max":10,"notes":["namespace and repository owner differ","GitHub account older than a year"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"}],"inputs":{"probes":[{"url":"https://countlink.app/mcp","reachable":true,"authRequired":false,"latencyMs":271,"serverInfo":{"name":"countlink","version":"1.0.0"}}],"packages":[],"repo":{"found":true,"owner":"mrbrunocode","repo":"countlink","archived":false,"pushedAt":"2026-09-13T15:41:07Z","stars":0,"forks":0,"openIssues":0,"ownerType":"User","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/43336831?v=4","ownerCreatedAt":"2018-09-17T09:15:03Z"},"icon":{"url":"https://countlink.app/assets/favicon.svg","source":"site"},"presence":{"stars":0,"forks":0,"downloadsWeek":null,"license":null,"lastPushAt":"2026-09-13T15:41:07.000Z","score":20}}}},"grade_history":[],"reviews":[]}