Submit

Tickstem

@tickstem

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 jobs
  • get_job — get a job by ID
  • register_job — create a new cron job
  • update_job — update an existing job
  • pause_job / resume_job — pause or resume a job
  • delete_job — delete a job and its history
  • list_executions — view execution history

Email verification

  • verify_email — check syntax, MX records, disposable domains, and role-based prefixes
  • list_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"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.