Claude Code
Trigger production workflows directly from your terminal.
Claude Code is where GTM engineers write and run automations. Rotor's production MCP server means every workflow you build is callable as an MCP tool — right from the Claude Code terminal, with bearer token auth and a full audit trail.
How it works
Add Rotor to your .mcp.json. Claude Code picks up the MCP server on next launch. Every Rotor workflow appears as a callable tool: trigger_workflow, get_run, cancel_run. Your agent can dispatch, inspect, and cancel production runs without leaving the terminal.
Setup
// .mcp.json
{
"mcpServers": {
"rotor": {
"command": "npx",
"args": ["-y", "@rotor/mcp"],
"env": {
"ROTOR_API_KEY": "${{ secrets.ROTOR_API_KEY }}"
}
}
}
}
// Claude Code can now call:
// trigger_workflow({ workflow: "outbound-sequence", input: { leadId: "abc123" } })
// get_run({ runId: "run_..." })
// cancel_run({ runId: "run_..." })Stop babysitting cron. Start shipping.
Your workflows retry themselves. Your pipeline runs unattended. You sleep.
Start shipping$9 to start. 30-day money back.