Skip to main content
Glama

Crontab Generator API

MCP Server x402 License: MIT

자연어(예: 'every Monday at 9am')를 유효한 cron 표현식으로 변환하고, 설명과 다음 실행 시간을 함께 반환합니다. x402를 통한 호출당 과금(USDC on Base L2) -- API 키 없음, 회원가입 없음, 호출량 제한 없음.

klymax402 마켓플레이스의 일부 -- AI 에이전트를 위한 100개의 x402 마이크로페이먼트 API, 하나의 지갑, Base의 USDC.

빠른 시작 -- MCP

MCP 클라이언트 설정(Claude Desktop, Cursor, ElizaOS 등)에 추가하세요:

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

Related MCP server: mcp-crontab-server

빠른 시작 -- 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

x402를 인식하는 클라이언트(@x402/fetch, x402-agent-tools, ATXP)라면 402 -> 서명 -> 재시도 주기를 자동으로 처리합니다.

도구

도구

메서드

경로

가격

설명

utility_generate_crontab

POST

/api/generate

$0.003

자연어에서 cron 표현식 생성

utility_generate_crontab

"every Monday at 9am" 또는 "every 5 minutes" 같은 자연어 설명에서 cron 표현식을 생성해야 할 때 사용합니다. 검증된 cron 표현식을 반환합니다.

파람미터

이름

Type

필수

설명

description

string

필수

스케줄을 자연어로 설명하는 값입니다 (예: 'every Monday at 9am' Offer, 'twice a day', 'every 5 minutes')

응답 예시:

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

사용 시점: 사용자 지시로부터 새 반복 작업을 만들 때, 평서 없는 영어로 크론탭 구성을 만들 때, 비즈니스 요구사항을 cron 문법으로 변환해야 할 때 사용하세요. cron 엔트리를 수동으로 작성하기 전에 반드시 이 도구를 사용합니다..

다음의 용도로는 적합하지 않죠: 기존 cron 표현식 파싱(schedule_parse_cron 사용), JSON 검증(data_validate_json 사용), 텍스트 분석(text_count_words 사용).

## Agent 프롬프트 예시

* "every Monday at 9am" 또는 "every 5 minutes" 같은 자연어 설명에서 cron 표현식 하나를 생성하세요.

## 결제

* 프로보콜: [x402](https://x402.org) -- HTTP 통한 호출당 과금, 회원가입 불필요, API 키 불필요
* 네트워크: Base L2 (`eip155:8453`)
* 자산: USDC
* 처리사: Coinbase CDP (기본), PayAI (대체)
* [ATXP](https://atxp.ai)를 통해서도 호출 가능합니다 (OAuth로 감싼 x402, RFC 9728 보호 리소스 메타데이터)

## 크리맥스 [klymax402](https://klymax402.com)

AI 에이전트를 위한 100개의 x402 마이크로페이먼트 API -- 하나의 월렛, Base_USDC, 회원가입 제로.

* 카탈로그: <https://klymax402.com/llms.txt>
* 전체 API 레퍼런스: <https://klymax402.com/llms-full.txt>
* 라이브 통계: <https://klymax402.com/stats>

## 모든 라이선스

MIT
A
license - permissive license
Not graded
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

Related MCP Connectors

  • Pay-per-use weather, environment, finance, and on-chain intelligence tools for AI agents via x402.

  • x402-paid agent tools: 18 over HTTP, 14 over stdio. USDC per call, no API key.

  • Agent x402 Paywall MCP — Coinbase HTTP 402 protocol + on-chain settlement. Agents pay per-call

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/Br0ski777/crontab-generator-x402'

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