Skip to content
Back to search
100
MCP live MCP 2025-11-25 http

Runbot Strategy Copilot

x402/runbot-strategy-copilot

x402 service listed on awesome-x402: Runbot Strategy Copilot [x402: $0.001/call on eip155:8453, category=utility]

Uptime
100.0%
1 direct probes · 30d
Response
967ms
last probe
Tools
8
callable
Resources
0
readable
Prompts
0
available

Tools · 8

build_strategy

Build a trading strategy from a natural-language description and run an initial backtest on the Runbot engine. PAID: $1.50 per call (x402). Metrics are computed on a 30-DAY backtest window by default…

get_build_strategy

Check an async build_strategy job. FREE — poll every 15-30 seconds.

run_backtest

Backtest an existing strategy over a chosen window. PAID: $0.25 per call.

start_optimization

Start an AI optimization run on a strategy. PAID: $0.25 per requested minute (e.g. 10 minutes = $2.50), charged upfront. The optimizer explores parameter variants for the requested duration and, on c…

get_optimization

Check an optimization job. FREE — poll every 30-60 seconds.

export_strategy

Export the full strategy JSON, ready to import into your own Runbot account on app.apevsbot.com. PAID: $0.35 per call.

quick_strategy

One-shot: build + optimize + export a finished strategy in ONE paid call. PAID: $3.99 flat (x402). ONE call delivers a finished, optimized, export-ready strategy: it builds the strategy, runs the AI …

get_quick_strategy

Check a one-shot (quick_strategy) job. FREE — poll every 30-60 seconds.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "runbot_strategy_copilot": {
      "url": "https://mcp.runbot.io/mcp",
      "transport": "http"
    }
  }
}