Skip to main content
Glama
Rocniubi

Countdowns Online MCP

by Rocniubi

Countdowns Online MCP Server

Countdown Timers - How Many Days Until | Countdowns Online

MCP Badge License: MIT Zero Config Stdio Transport MCP

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.

Related MCP server: EndOfLife MCP Server

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.

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

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

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

Install from source

git clone https://github.com/Rocniubi/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):

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

Debug with MCP Inspector

npx @modelcontextprotocol/inspector node src/index.mjs

Development

pnpm install
pnpm start                 # run the server over stdio

License

MIT

Install Server
A
license - permissive license
A
quality
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Enables AI assistants to query CTF (Capture The Flag) cybersecurity competition data from CTFtime.org, including events, team rankings, results, and votes through the public CTFtime API.
    Last updated
    7
    17
    MIT
  • F
    license
    A
    quality
    F
    maintenance
    Provides access to the endoflife.date API to query support and end-of-life information for thousands of software products. It enables users to retrieve detailed release schedules, lifecycle data, and product categories through natural language.
    Last updated
    7
  • A
    license
    A
    quality
    D
    maintenance
    A comprehensive time and calendar utility server that provides timezone conversions, date arithmetic, and business day calculations for AI agents. It features extensive support for the Chinese lunar calendar, including almanac data, festivals, and public holiday tracking across multiple regions.
    Last updated
    13
    167
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Integrates the YearAtAGlance calendar with AI assistants to manage events, categories, and event density heatmaps. It enables users to perform CRUD operations on calendar data and utilize AI-powered features like natural language milestone creation and yearly analysis.
    Last updated
    15
    28
    MIT

View all related MCP servers

Related MCP Connectors

  • AI access to Hitsteps analytics, live visitors, uptime, goals, alerts, and chats.

  • Calendar API for AI agents: events, availability, Google/Microsoft setup, scheduling, and iCal.

  • Live space data for AI agents - rocket launches, ISS passes, launch news. Free, no auth.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Rocniubi/countdowns-online-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server