Tickstem
tickstem/mcp
MCP server for Tickstem — exposes cron job management and email verification as native tools for AI coding assistants (Claude, Cursor, Copilot, and any MCP-compatible agent).
Install
go install github.com/tickstem/mcp/cmd/tsk-mcp@latestOr download a pre-built binary from Releases.
Quick start
export TICKSTEM_API_KEY=tsk_your_key_here
tsk-mcpThe server speaks the Model Context Protocol over stdio — connect it to any MCP-compatible client.
Claude Code
Add to your ~/.claude/claude_desktop_config.json (or equivalent):
{
"mcpServers": {
"tickstem": {
"command": "tsk-mcp",
"env": {
"TICKSTEM_API_KEY": "tsk_your_key_here"
}
}
}
}Available tools
Cron jobs
Tool | Description |
| List all cron jobs in the account |
| Get a cron job by ID |
| Register a new cron job (name, schedule, endpoint) |
| Update an existing job — only provided fields change |
| Pause a job so it no longer fires |
| Resume a paused or failing job |
| Permanently delete a job and its execution history |
| List execution history for a job, most recent first |
Email verification
Tool | Description |
| Check syntax, MX records, disposable domain, and role-based prefix |
| List past verification results for the account |
Environment variables
Variable | Required | Description |
| Yes | API key from app.tickstem.dev |
| No | Override API base URL (e.g. |
Local development
export TICKSTEM_API_KEY=tsk_your_key_here
export TICKSTEM_BASE_URL=http://localhost:8080/v1
go run ./cmd/tsk-mcpUse tsk-local to run the Tickstem API locally.
Get an API key
app.tickstem.dev — free tier includes 1,000 cron executions and 500 email verifications per month.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/tickstem/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server