Skip to main content
ClaudeWave
rocnubie avatar
rocnubie

countdowns-online-mcp

Ver en GitHub

Countdowns Online is a static, browser-based directory of countdown pages for dates people want to track: game launches, movie releases, sports, holidays, seasons, and cultural events. Its useful distinction is not just the ticking clock but the meaning of the date behind it.

MCP ServersRegistry oficial0 estrellas0 forksJavaScriptMITActualizado today
Install in Claude Code / Claude Desktop
Method: NPX · @smithery/cli
Claude Code CLI
claude mcp add countdowns-online-mcp -- npx -y @smithery/cli
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "countdowns-online-mcp": {
      "command": "npx",
      "args": ["-y", "@smithery/cli"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Casos de uso

Resumen de MCP Servers

# Countdowns Online MCP Server

> Countdown Timers - How Many Days Until | Countdowns Online

[![MCP Badge](https://lobehub.com/badge/mcp/rocnubie-countdowns-online-mcp)](https://lobehub.com/mcp/rocnubie-countdowns-online-mcp)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE)
[![Zero Config](https://img.shields.io/badge/setup-zero--config-7c3aed)](#installation)
[![Stdio Transport](https://img.shields.io/badge/transport-stdio-6e6e6e)](https://modelcontextprotocol.io/specification)
[![MCP](https://img.shields.io/badge/MCP-1.0-blue)](https://modelcontextprotocol.io)
[![smithery](https://smithery.ai/badge/countdowns-online)](https://smithery.ai)

<p align="center"><a href="https://countdowns.online"><img src="./assets/hero.png" alt="Countdowns Online" width="720" /></a></p>

A Model Context Protocol server that exposes the canonical Countdowns Online knowledge surface — verified event dates, countdown semantics, and custom countdown sharing, FAQ, official links — to MCP-compatible AI clients such as Claude Desktop, Cursor, Windsurf, and Continue. Read-only, no API keys, no quota, ~50 ms cold start.

Official website: https://countdowns.online

## ⏳ About Countdowns Online

Countdowns Online is a static, browser-based directory of countdown pages for dates people want to track: game launches, movie releases, sports, holidays, seasons, and cultural events. Its useful distinction is not just the ticking clock but the meaning of the date behind it. A page can explain whether a target is a calendar date, a region-specific release, a venue schedule, or another date with a defined time basis. The site keeps source links and verification metadata visible so visitors can decide how much confidence to place in an event.

## Key Features

- **Verified event pages** — Canonical detail routes use `/<category>/<slug>/` and surface the target date, date status, applicable region, time basis, last verification date, and official sources. Events that have not passed the source-verification gate remain distinct from confirmed entries and are excluded from the sitemap.
- **Date semantics** — The site does not turn a calendar date into a universal midnight launch. Cinema showtimes, regional storefront unlocks, venue schedules, and local observances can differ by region. Annual events roll forward to their next occurrence, and Black Friday is derived from the Friday after US Thanksgiving.
- **Custom countdowns** — `/create/` lets a user enter a title, date, description, optional image, emoji, and category, then copy a share URL or generate a client-side image card. Saved countdowns remain in browser localStorage; custom state is encoded in the `/c/` URL shell, which is noindex.
- **Client-side live display** — The visible days, hours, minutes, and seconds are calculated in the browser. This MCP exposes static site knowledge and date rules, not a live timer feed or a user's saved countdowns.

## Use Cases

Visitors can use a verified event page to understand what a published date means before adding it to a calendar or sharing it. They can create a private countdown for a personal milestone, or use a category page to browse public events. For a current remaining-time value, newly published event, or under-review page, the official site is the source of truth.

## Who Is It For

Countdowns Online is for people planning around releases, holidays, sports, seasonal dates, and personal milestones. It is most useful when the date has regional or source-verification context that a generic timer would hide. This MCP intentionally stays read-only and conservative: it does not claim that an unverified date is confirmed or that every event has one globally applicable time.

## Tools

### `get_countdown_overview`
Return the canonical countdown categories, verified date semantics, and public entry points exposed by the site. (Countdowns Online)

_Input:_ no parameters. _Returns:_ text/markdown.

### `get_official_links`
Return the canonical list of official links for Countdowns Online (website, support, docs when available).

_Input:_ no parameters. _Returns:_ text/markdown.

## Resources

- `site://countdowns-online/events` — Verified event dates, recurrence rules, regional timing semantics, and custom countdown entry points.
- `site://countdowns-online/faq` — Short FAQ generated from public site metadata.
- `site://countdowns-online/links` — Canonical URLs to share with users.

## Prompts

### `tell_me_about_countdowns_online`
Summarize what the site is, who it's for, and how it works. — Countdowns Online

### `choose_a_countdown_countdowns_online`
Choose a countdown while respecting date verification and regional timing. — Countdowns Online

## Installation

### Install via Smithery

```bash
npx -y @smithery/cli install countdowns-online-mcp --client claude
```

(Replace `claude` with `cursor`, `windsurf`, or `continue` for those clients.)

### Install from source

```bash
git clone https://github.com/rocnubie/countdowns-online-mcp.git
cd countdowns-online-mcp
pnpm install
```

Then add to your MCP client config (`claude_desktop_config.json` for Claude Desktop, `mcp.json` for Cursor / Windsurf / Continue):

```json
{
  "mcpServers": {
    "countdowns-online-mcp": {
      "command": "node",
      "args": [
        "/absolute/path/to/countdowns-online-mcp/src/index.mjs"
      ]
    }
  }
}
```

### Debug with MCP Inspector

```bash
npx @modelcontextprotocol/inspector node src/index.mjs
```

## Official Links

- Website: https://countdowns.online

## Development

```bash
pnpm install
pnpm start                 # run the server over stdio
```

## License

MIT
countdownmcpmodel-context-protocol

Lo que la gente pregunta sobre countdowns-online-mcp

¿Qué es rocnubie/countdowns-online-mcp?

+

rocnubie/countdowns-online-mcp es mcp servers para el ecosistema de Claude AI. Countdowns Online is a static, browser-based directory of countdown pages for dates people want to track: game launches, movie releases, sports, holidays, seasons, and cultural events. Its useful distinction is not just the ticking clock but the meaning of the date behind it. Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala countdowns-online-mcp?

+

Puedes instalar countdowns-online-mcp clonando el repositorio (https://github.com/rocnubie/countdowns-online-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar rocnubie/countdowns-online-mcp?

+

rocnubie/countdowns-online-mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene rocnubie/countdowns-online-mcp?

+

rocnubie/countdowns-online-mcp es mantenido por rocnubie. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a countdowns-online-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega countdowns-online-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: rocnubie/countdowns-online-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/rocnubie-countdowns-online-mcp)](https://claudewave.com/repo/rocnubie-countdowns-online-mcp)
<a href="https://claudewave.com/repo/rocnubie-countdowns-online-mcp"><img src="https://claudewave.com/api/badge/rocnubie-countdowns-online-mcp" alt="Featured on ClaudeWave: rocnubie/countdowns-online-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a countdowns-online-mcp