MCP connector
What to ask for
The eight guided workflows your assistant can run, with prompts that work — and what it will ask you before it starts.
Updated 2026-08-26·Rev. 2026.06
You do not need special syntax. Ask in a sentence, name the thing you mean, and let the assistant confirm before it writes.
The eight guided workflows
Spera ships eight procedures your assistant can follow. Most clients surface them as selectable prompts; in the ones that do not, simply asking for the task loads the same procedure.
| Workflow | Ask it something like |
|---|---|
| Connect and orient | "What Spera projects do I have?" |
| Build a strategy | "Build an EMA(20)/EMA(50) crossover on BTCUSDT 1h with a 2% stop." |
| Build a module | "Turn my entry logic into a reusable module." |
| Build a custom node | "Make a custom node for a volatility-adjusted position size." |
| Run a backtest | "Backtest that over 2024 and show me the drawdown." |
| Deliver a strategy | "Finish this one — test it, document it, and write up what it does." |
| Update project knowledge | "Record why we switched to the 1h timeframe in the project notes." |
| Document an artifact | "Write the docs for my Trend Rider strategy." |
Each carries the actual method, not just the goal: which revision to pin, what evidence to attach to a claim, and when to stop and ask rather than guess.
What it will check before writing
It will ask which project you mean
If you have several projects and more than one plausibly fits the edit, the assistant is required to stop and ask you to pick — by name and ID — rather than choosing for you. That is deliberate. Creating a new strategy needs no existing project, so a create request never gets blocked on this.
It also pins an exact revision before editing. If the artifact moved since it last looked, it re-reads instead of overwriting your change.
Asking for evidence
The workflows distinguish between what was measured and what was assumed. Useful follow-ups:
- "Did that compile, or are you assuming?"
- "Show me the trades behind that Sharpe."
- "Which revision did you actually test?"
A compile receipt and a backtest result are real artifacts, and the assistant can point at them. If it cannot, that is your signal the claim is unverified.
What it will refuse
Deployment, live trading, exchange credentials, and anything that moves money. Those tools do not exist in the connector, so the answer is not a policy refusal — there is simply no way to do it from here. Deploy from the Spera app when you are ready.
Next
- When it doesn't connect
- Backtesting — what the numbers mean