a month ago
Overview
Description: Tickstem developer tools — manage cron jobs and verify emails from your AI coding assistant.
Tags: cron,email,developer-tools
Content:
Tickstem MCP Server
Manage Tickstem developer infrastructure directly from your AI coding assistant.
Tools
Cron jobs
list_jobs— list all cron jobsget_job— get a job by IDregister_job— create a new cron jobupdate_job— update an existing jobpause_job/resume_job— pause or resume a jobdelete_job— delete a job and its historylist_executions— view execution history
Email verification
verify_email— check syntax, MX records, disposable domains, and role-based prefixeslist_verify_history— view past verification results
Setup
go install github.com/tickstem/mcp/cmd/tsk-mcp@latest
Get your API key at https://app.tickstem.dev. Free tier includes 1,000 cron executions and 500 email verifications per month.
Server Config
{
"mcpServers": {
"tickstem": {
"command": "tsk-mcp",
"env": {
"TICKSTEM_API_KEY": "your-api-key"
}
}
}
}