Tickstem
Tickstem is a developer infrastructure platform for production SaaS apps. This MCP server lets you manage cron jobs and verify email addresses directly from your AI coding assistant — no dashboard needed. Register jobs, check execution history, verify emails for syntax, MX records, disposable domains, and role-based prefixes, all through natural language.
README
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@latest
Or download a pre-built binary from Releases.
Quick start
export TICKSTEM_API_KEY=tsk_your_key_here
tsk-mcp
The 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_jobs |
List all cron jobs in the account |
get_job |
Get a cron job by ID |
register_job |
Register a new cron job (name, schedule, endpoint) |
update_job |
Update an existing job — only provided fields change |
pause_job |
Pause a job so it no longer fires |
resume_job |
Resume a paused or failing job |
delete_job |
Permanently delete a job and its execution history |
list_executions |
List execution history for a job, most recent first |
Email verification
| Tool | Description |
|---|---|
verify_email |
Check syntax, MX records, disposable domain, and role-based prefix |
list_verify_history |
List past verification results for the account |
Environment variables
| Variable | Required | Description |
|---|---|---|
TICKSTEM_API_KEY |
Yes | API key from app.tickstem.dev |
TICKSTEM_BASE_URL |
No | Override API base URL (e.g. http://localhost:8080/v1 for local dev) |
Local development
export TICKSTEM_API_KEY=tsk_your_key_here
export TICKSTEM_BASE_URL=http://localhost:8080/v1
go run ./cmd/tsk-mcp
Use 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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.