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
br0ski777 avatar

Crontab Generator API

br0ski777/crontab-generator-x402
SSEregistry active
Summary

Converts natural language descriptions into proper cron expressions, so you can say "every Monday at 9am" instead of remembering the five-field syntax. Runs as a remote service over SSE at crontab-generator.api.klymax402.com and charges x402 micropayments per conversion. The GitHub repo is pretty bare, just config files and a src directory, so documentation on available methods or how the natural language parsing works isn't visible. You'd reach for this when you're scheduling tasks programmatically and want to let users specify timing in plain English rather than forcing them to learn cron notation. Useful for automation tools, deployment pipelines, or any app that needs to turn human-readable schedules into machine-executable cron jobs.

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 →

Crontab Generator API

MCP Server x402 License: MIT

Convert natural language like 'every Monday at 9am' into valid cron expressions with explanation and next run times. Pay-per-call via x402 (USDC on Base L2) -- no API key, no signup, no rate-limit wall.

Part of the klymax402 marketplace -- 100 x402 micropayment APIs for AI agents, one wallet, USDC on Base.

Quickstart -- MCP

Add to your MCP client config (Claude Desktop, Cursor, ElizaOS, etc.):

{
  "mcpServers": {
    "crontab-generator": {
      "url": "https://crontab-generator.api.klymax402.com/mcp"
    }
  }
}

Quickstart -- HTTP (x402)

curl -X POST "https://crontab-generator.api.klymax402.com/api/generate" \
  -H "Content-Type: application/json" \
  -d '{"description":"..."}'
# -> 402 Payment Required, with an x402 payment challenge in the response body

Any x402-aware client (@x402/fetch, x402-agent-tools, ATXP) handles the 402 -> sign -> retry cycle automatically.

Tools

ToolMethodPathPriceDescription
utility_generate_crontabPOST/api/generate$0.003Generate a cron expression from natural language

utility_generate_crontab

Use this when you need to generate a cron expression from a natural language description like "every Monday at 9am" or "every 5 minutes". Returns the cron expression with validation.

Parameters

NameTypeRequiredDescription
descriptionstringyesNatural language description of the schedule (e.g. 'every Monday at 9am', 'twice a day', 'every 5 minutes')

Example response:

{"expression":"0 9 * * 1","description":"Every Monday at 9:00 AM","nextRuns":["2026-04-14T09:00:00Z","2026-04-21T09:00:00Z"],"confidence":"high"}

When to use: creating new scheduled tasks from user instructions, building crontab configs from plain English, or translating business requirements into cron syntax. Use this BEFORE writing cron entries manually.

Not for: parsing existing cron expressions (use schedule_parse_cron), JSON validation (use data_validate_json), text analysis (use text_count_words).

Example agent prompts

  • "Generate a cron expression from a natural language description like "every Monday at 9am" or "every 5 minutes""

Payment

  • Protocol: x402 -- HTTP-native pay-per-call, no signup, no API key
  • Network: Base L2 (eip155:8453)
  • Asset: USDC
  • Facilitator: Coinbase CDP (primary), PayAI (fallback)
  • Also reachable via ATXP (OAuth-wrapped x402, RFC 9728 protected-resource metadata)

Part of klymax402

100 x402 micropayment APIs for AI agents -- one wallet, USDC on Base, zero signup.

  • Catalog: https://klymax402.com/llms.txt
  • Full API reference: https://klymax402.com/llms-full.txt
  • Live stats: https://klymax402.com/stats

License

MIT

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
Automation & Workflows
Registryactive
TransportSSE
UpdatedMay 16, 2026
View on GitHub

More from br0ski777

  • DeFi Liquidation Oracle API
  • Email Send API
  • GDPR Scanner API
  • Hash Generator API
  • HL Portfolio API1
  • Hyperliquid Spot API
  • Hyperliquid Whale Position Tracker API
  • Image Generator API
  • Image Resize API
  • IP Geolocation API
  • JSON Validator API
  • Phone Number Validation API
  • Regex Tester API
  • Sentiment Analyzer API
  • Slug Generator API
  • Social Profile Enrichment API
  • Solana Pool Liquidity Scanner API
  • Solana Priority Fee Estimator API
  • Technology Stack Detection API
  • Text Classifier API
  • Text Translator API
  • Timezone Converter API
  • Token Holders API
  • Token OHLCV History API

Related Automation & Workflows MCP Servers

View all →
coe0718 avatar
Deskbrid

io.github.coe0718/deskbrid

Linux automation. 92+ MCP tools: windows, input, screenshots, clipboard, print, AT-SPI. 9 DEs.
davidandradebar avatar
Ghl Master

io.github.davidandradebar/ghl-master

The GoHighLevel MCP for Claude — 214 tools, programmatic workflow builder, multi-tenant.
drjerryrelth avatar
Ghl Command

io.github.drjerryrelth/ghl-command

GoHighLevel MCP server: 212 tools, 43 modules, incl. the only programmatic GHL workflow builder
eranimore avatar
Surf Session Finder

io.github.eranimore/surf-session-finder

Surf park sessions schedule availability and notifications for wave park surfers worldwide
ethanackerman-git avatar
Preflight Ios Mcp

io.github.ethanackerman-git/preflight-ios-mcp

57 tools for AI-powered iOS Simulator automation — tap, swipe, type, screenshots, and more.
evozim avatar
Data Observability

io.github.evozim/data-observability

SQL data health analyzer and pipeline observability evaluator.