CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
lazymac2x avatar

Cron Parser

lazymac2x/cron-parser-api
HTTPregistry active
Summary

A Cloudflare Workers based MCP server that parses and manipulates cron expressions through a streamable HTTP interface. Exposes operations to explain cron syntax in plain English, validate expressions, generate the next N run times, create cron strings from structured descriptions (like "every day at 9am"), and list common patterns. Useful when you need Claude to schedule tasks, interpret existing cron jobs, or help users build schedules without memorizing cron syntax. The underlying API supports standard 5-field cron plus presets like @daily and @weekly. Runs as a remote service at api.lazy-mac.com, so no local installation needed beyond MCP configuration.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

logo

lazymac API Store Gumroad MCPize

cron-parser-api

⭐ Building in public from $0 MRR. Star if you want to follow the journey — lazymac-mcp (42 tools, one MCP install) · lazymac-k-mcp (Korean wedge) · lazymac-sdk (TS client) · api.lazy-mac.com · Pro $29/mo.

npm Smithery lazymac Pro api.lazy-mac.com

🚀 Want all 42 lazymac tools through ONE MCP install? npx -y @lazymac/mcp · Pro $29/mo for unlimited calls.

Cron expression parser API — explain, validate, generate, and compute next run times. Supports standard 5-field cron + presets (@daily, @weekly).

Quick Start

npm install && npm start  # http://localhost:4400

Endpoints

# Explain a cron expression in plain English
curl http://localhost:4400/api/v1/explain/*/5%20*%20*%20*%20*
# → "at minutes 0, 5, 10, ..., of every hour"

# Validate
curl http://localhost:4400/api/v1/validate/0%209%20*%20*%201-5

# Next 5 run times
curl "http://localhost:4400/api/v1/next/0%209%20*%20*%20*?count=5"

# Generate cron from description
curl -X POST http://localhost:4400/api/v1/generate \
  -H "Content-Type: application/json" \
  -d '{"every":"day","at":{"hour":9,"minute":0}}'

# Common cron expressions
curl http://localhost:4400/api/v1/common

License

MIT

💡 Host your own stack? Get $200 DigitalOcean credit via lazymac referral link.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Categories
Cloud & InfrastructureAutomation & Workflows
Registryactive
TransportHTTP
UpdatedMay 16, 2026
View on GitHub

More from lazymac2x

  • Crypto Signal
  • Data Transform
  • Diff Patch Tools
  • Domain Intel
  • Email Validator
  • Embedding Search
  • Env Blueprint Validator
  • Font Metadata
  • Form Backend
  • Govdata Korea
  • Graphql Dos Shield
  • Graphql Rest Bridge
  • Llm Output Quality Monitor
  • Api Mock Server
  • Interactive Api Playground
  • Smart Data Extractor
  • Mcpwatch
  • A11y Scorer
  • Agent Loop Detector
  • Agent Memory
  • Agent Trace Auditor
  • Agent Workflow Engine
  • Ai Agent Scratchpad
  • Ai Budget Planner

Related Cloud & Infrastructure MCP Servers

View all →
lazymac2x avatar
Crypto Signal

io.github.lazymac2x/crypto-signal

Cloudflare Workers MCP server: crypto-signal
lazymac2x avatar
Data Transform

io.github.lazymac2x/data-transform

Cloudflare Workers MCP server: data-transform
lazymac2x avatar
Diff Patch Tools

io.github.lazymac2x/diff-patch-tools

Cloudflare Workers MCP server: diff-patch-tools
lazymac2x avatar
Domain Intel

io.github.lazymac2x/domain-intel

Cloudflare Workers MCP server: domain-intel
lazymac2x avatar
Email Validator

io.github.lazymac2x/email-validator

Cloudflare Workers MCP server: email-validator
lazymac2x avatar
Embedding Search

io.github.lazymac2x/embedding-search

Cloudflare Workers MCP server: embedding-search