Server data from the Official MCP Registry
Live countdown timers for game launches, movie releases, sports and holidays.
Live countdown timers for game launches, movie releases, sports and holidays.
Excellent MCP server with clean, well-structured code and no security vulnerabilities. The server is read-only, requires no authentication or API keys, and exposes only static markdown content about Countdowns Online. Code quality is high with proper error handling, clear resource/tool/prompt registration, and appropriate scope limitations. Supply chain analysis found 1 known vulnerability in dependencies (0 critical, 1 high severity).
4 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-rocnubie-countdowns-online-mcp": {
"args": [
"-y",
"msa-countdowns-online-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
Countdown Timers - How Many Days Until | Countdowns Online
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
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.
/<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./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.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.
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.
get_countdown_overviewReturn 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_linksReturn the canonical list of official links for Countdowns Online (website, support, docs when available).
Input: no parameters. Returns: text/markdown.
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.tell_me_about_countdowns_onlineSummarize what the site is, who it's for, and how it works. — Countdowns Online
choose_a_countdown_countdowns_onlineChoose a countdown while respecting date verification and regional timing. — Countdowns Online
npx -y @smithery/cli install countdowns-online-mcp --client claude
(Replace claude with cursor, windsurf, or continue for those clients.)
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):
{
"mcpServers": {
"countdowns-online-mcp": {
"command": "node",
"args": [
"/absolute/path/to/countdowns-online-mcp/src/index.mjs"
]
}
}
}
npx @modelcontextprotocol/inspector node src/index.mjs
pnpm install
pnpm start # run the server over stdio
MIT
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.