Sign once.
Trade forever.
Workflow automation built on Base MCP. Install it in Claude, Cursor, or Codex and your agent assembles workflows from natural language, composes them with other Base MCP plugins, and CTRL runs them on Base mainnet under spending caps you signed once.
Two minutes to live.
Mint a key, paste the snippet into your AI client, restart. Your agent will see five new tools.
$ CTRL_API_KEY=sk_ctrl_PASTE_KEY npx -y @daxaur/ctrl-mcp@latest install claude{
"mcpServers": {
"ctrl": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://ctrl.build/api/mcp",
"--header",
"Authorization:Bearer sk_ctrl_PASTE_YOUR_KEY"
]
}
}
}Five primitives.
Your agent calls these to read your vault state, assemble workflows, and chain into other Base MCP plugins when it needs to swap, supply, or transfer.
Read your vault address, ETH and WETH balance, and active rules. The agent calls this before activation to confirm you have funds.
Assemble a workflow from a natural-language brief — trigger plus a chain of actions and conditions. Stored as a draft.
Returns an EIP-5792 batch that deploys your vault and registers spending rules. The user signs once in Base Account.
Test-fire a workflow without waiting for the natural trigger. Keeper picks it up within five seconds.
Read keeper history — trigger, status, BaseScan transaction hash, gas used. The agent uses this to report results back.
Paste into your agent.
Tap any prompt to copy. Your agent will assemble the workflow, return a sign-once link, and CTRL takes over.