Build, backtest, optimize and export real crypto trading strategies in plain English on the Runbot engine. Real market data, verified scores. Pay per call in USDC (Base) or USDT (X Layer).
Pay from $0.25 to $2.50 in USDC on Base, settled onchain via the x402 protocol, no signup, no API key needed.
ASSESSMENT
updated 3h agoEvidence-backed signals, not a single score. Click any chip for the proof. Measured values stay read-only; unknown is honest.
reliability 100%
- uptime 24h
- -
- uptime 7d
- -
- uptime 30d
- -
- uptime 90d
- -
- response p95
- 40ms
- avg response
- 40ms
- total checks
- 1
compliance A (11/12)
11 of 12 x402 conformance checks pass. Full checklist below.
price $0.25 to $2.50 (p94 in Finance)
- price (min)
- $0.25
- price (max)
- $2.50
- category percentile (min)
- p94 in Finance
- category percentile (max)
- p97 in Finance
- endpoints / prices
- 4 / 4
- model
- tiered
- stability
- 100%
risk clean
No deterministic risk flag. Risk fires only on an exact blocklist match, or a reserved-brand name with a mismatched verified payTo. Never from low uptime, a high price, or a model guess.
WHAT IT DOES
ai-derivedA service that helps users backtest, build, optimize, and export trading strategies for cryptocurrency markets.
- category
- trading-strategy
- in
- body
AI-generated summary. The measured data is never altered by it.
ENDPOINTS
| METHOD | PATH | DESCRIPTION | PRICE | NETWORK | ASSET |
|---|---|---|---|---|---|
| POST | /v1/backtest | $0.25 | Base | USDC | |
| POST | /v1/build-strategy | $1.50 | Base | USDC | |
| POST | /v1/export | $0.35 | Base | USDC | |
| POST | /v1/optimize/10 | $2.50 | Base | USDC |
REQUEST / RESPONSE EXAMPLE
An unpaid request to POST /v1/backtest returns HTTP 402 with the payment terms. Settle onchain via your facilitator, then retry with the X-Payment header.
curl -i -X POST 'https://mcp.runbot.io/v1/backtest'
// 402 response (captured by monitor) · 4 payloads · click to expand
[
{
"error": "Payment required",
"accepts": [
{
"asset": "0x779ded0c9e1022225f8e0630b35a9b54be713736",
"extra": {
"name": "USDT",
"version": "1"
},
"payTo": "0x7e6bda810812a4975a72bd9fabafdb2a2b16b664",
"amount": "1500000",
"scheme": "exact",
"network": "eip155:196",
"maxTimeoutSeconds": 300
},
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x7e6bda810812a4975a72bd9fabafdb2a2b16b664",
"amount": "1500000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://mcp.runbot.io/v1/build-strategy",
"tags": [
"trading",
"backtesting",
"crypto",
"strategy",
"finance"
],
"iconUrl": "https://static.okx.com/cdn/web3/wallet/marketplace/headimages/agent/avatar/326c460b-514f-4f06-9dc8-cfe1cbb4338f.png",
"mimeType": "application/json",
"description": "Build a trading strategy from natural language + initial backtest",
"serviceName": "Runbot Strategy Copilot"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"description": "EMA 20/50 crossover on BTC with a 2% stop loss, 4h candles"
},
"type": "http",
"method": "POST",
"bodyType": "json"
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"description"
],
"properties": {
"market": {
"type": "string"
},
"timeframe": {
"type": "string"
},
"session_id": {
"type": "string"
},
"description": {
"type": "string"
},
"market_type": {
"type": "string"
},
"backtest_window_days": {
"type": "integer"
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x779ded0c9e1022225f8e0630b35a9b54be713736",
"extra": {
"name": "USDT",
"version": "1"
},
"payTo": "0x7e6bda810812a4975a72bd9fabafdb2a2b16b664",
"amount": "250000",
"scheme": "exact",
"network": "eip155:196",
"maxTimeoutSeconds": 300
},
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x7e6bda810812a4975a72bd9fabafdb2a2b16b664",
"amount": "250000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://mcp.runbot.io/v1/backtest",
"tags": [
"trading",
"backtesting",
"crypto",
"strategy",
"finance"
],
"iconUrl": "https://static.okx.com/cdn/web3/wallet/marketplace/headimages/agent/avatar/326c460b-514f-4f06-9dc8-cfe1cbb4338f.png",
"mimeType": "application/json",
"description": "Backtest an existing strategy",
"serviceName": "Runbot Strategy Copilot"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"strategy_id": "<uuid from build-strategy>",
"window_days": 90
},
"type": "http",
"method": "POST",
"bodyType": "json"
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"strategy_id"
],
"properties": {
"strategy_id": {
"type": "string"
},
"window_days": {
"type": "integer"
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
}
}
}
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x779ded0c9e1022225f8e0630b35a9b54be713736",
"extra": {
"name": "USDT",
"version": "1"
},
"payTo": "0x7e6bda810812a4975a72bd9fabafdb2a2b16b664",
"amount": "2500000",
"scheme": "exact",
"network": "eip155:196",
"maxTimeoutSeconds": 300
},
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x7e6bda810812a4975a72bd9fabafdb2a2b16b664",
"amount": "2500000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://mcp.runbot.io/v1/optimize/10",
"tags": [
"trading",
"backtesting",
"crypto",
"strategy",
"finance"
],
"iconUrl": "https://static.okx.com/cdn/web3/wallet/marketplace/headimages/agent/avatar/326c460b-514f-4f06-9dc8-cfe1cbb4338f.png",
"mimeType": "application/json",
"description": "AI optimization, $0.25/minute (2-60 min), auto-apply if better",
"serviceName": "Runbot Strategy Copilot"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"strategy_id": "<uuid from build-strategy>"
},
"type": "http",
"method": "POST",
"bodyType": "json",
"pathParams": {
"minutes": "10"
}
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"strategy_id"
],
"properties": {
"strategy_id": {
"type": "string"
},
"backtest_window_days": {
"type": "integer"
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
},
"pathParams": {
"type": "object",
"required": [
"minutes"
],
"properties": {
"minutes": {
"type": "string"
}
}
}
},
"additionalProperties": false
}
}
},
"routeTemplate": "/v1/optimize/:minutes"
}
},
"x402Version": 2
},
{
"error": "Payment required",
"accepts": [
{
"asset": "0x779ded0c9e1022225f8e0630b35a9b54be713736",
"extra": {
"name": "USDT",
"version": "1"
},
"payTo": "0x7e6bda810812a4975a72bd9fabafdb2a2b16b664",
"amount": "350000",
"scheme": "exact",
"network": "eip155:196",
"maxTimeoutSeconds": 300
},
{
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x7e6bda810812a4975a72bd9fabafdb2a2b16b664",
"amount": "350000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
}
],
"resource": {
"url": "https://mcp.runbot.io/v1/export",
"tags": [
"trading",
"backtesting",
"crypto",
"strategy",
"finance"
],
"iconUrl": "https://static.okx.com/cdn/web3/wallet/marketplace/headimages/agent/avatar/326c460b-514f-4f06-9dc8-cfe1cbb4338f.png",
"mimeType": "application/json",
"description": "Export import-ready strategy JSON",
"serviceName": "Runbot Strategy Copilot"
},
"extensions": {
"bazaar": {
"info": {
"input": {
"body": {
"strategy_id": "<uuid from build-strategy>"
},
"type": "http",
"method": "POST",
"bodyType": "json"
}
},
"schema": {
"type": "object",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"required": [
"input"
],
"properties": {
"input": {
"type": "object",
"required": [
"type",
"method",
"bodyType",
"body"
],
"properties": {
"body": {
"type": "object",
"required": [
"strategy_id"
],
"properties": {
"strategy_id": {
"type": "string"
}
}
},
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"POST",
"PUT",
"PATCH"
],
"type": "string"
},
"bodyType": {
"enum": [
"json",
"form-data",
"text"
],
"type": "string"
}
},
"additionalProperties": false
}
}
}
}
},
"x402Version": 2
}
] UPTIME
RECENT CHECKS
OVER TIME
All charts share the 7d window selected here. Every series is also served as JSON at /api/v1/services/runbot-strategy-copilot/price, /scores, /volume and /buyers. On-chain volume and distinct buyers are measured over the service's settlement address and are a conservative undercount (only settlements that reach a measured facilitator are counted).
Median across 4 endpoints. Use the selector to isolate one.
COMPLIANCE
11/12 checks pass · grade A- 402 payload captured
- accepts[] array present
- payTo address recoverable
- payTo at accepts[0].payTo (conformant shape)
- payTo is a valid on-chain address
- atomic price declared
- atomic price in a sane range
- asset (token) address declared
- network resolves to CAIP-2
- payment scheme declared
- response mimeType declared
- served over HTTPS
EMBED THIS BADGE
<a href="https://x402-list.com/services/runbot-strategy-copilot?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/runbot-strategy-copilot.svg" alt="Runbot Strategy Copilot listed on x402-list" height="28"> </a>
[](https://x402-list.com/services/runbot-strategy-copilot?utm_source=badge&utm_medium=referral&utm_campaign=embed)
<a href="https://x402-list.com/services/runbot-strategy-copilot?utm_source=badge&utm_medium=referral&utm_campaign=embed"> <img src="https://x402-list.com/badge/runbot-strategy-copilot.svg?data=uptime" alt="Runbot Strategy Copilot uptime on x402-list" height="28"> </a>