x402 List

x402 Protocol Service Directory

Runbot Strategy Copilot

Finance

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.

UPTIME 24H 100% 7D 100% 30D 100%
BASE URL https://mcp.runbot.io WEBSITE https://runbot.io ENDPOINTS 4 NETWORK Base ASSET USDC MEMBER SINCE 2026-07-17 MONITORED SINCE 2026-07-17

ASSESSMENT

updated 3h ago

Evidence-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.

jump to compliance checklist

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-derived

A service that helps users backtest, build, optimize, and export trading strategies for cryptocurrency markets.

category
trading-strategy
in
body
backtestingstrategy-buildingoptimizationtradingcryptofinance

AI-generated summary. The measured data is never altered by it.

ENDPOINTS

Service endpoints with HTTP method, path, description, pricing, and network
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
4 endpoints

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.

// request
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

07-17 · uptime 100.0% · 92ms avg07-1707-17
RESPONSE TIME
07-17 · 92ms avg07-17 · 92ms avg07-1707-17
30d UPTIME 100%
UPTIME 30D 100%
AVG RESP 92ms
TOTAL CHECKS 13

RECENT CHECKS

TIME STATUS RESP
● OK 64ms
● OK 121ms
● OK 92ms
● OK 67ms
● OK 42ms
● OK 65ms
● SLOW 194ms
● OK 91ms
● OK 82ms
● SLOW 200ms
● OK 31ms
● OK 108ms
● OK 40ms

OVER TIME

All charts share the 30d 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).

PRICE (captured 402, USD)
building price history ($0.93)

Median across 4 endpoints. Use the selector to isolate one.

SUB-SCORES (uptime + x402 compliance)
building assessment history (1 day so far)
VOLUME (on-chain settlement, USD)
building volume history (1 day so far)
DISTINCT BUYERS
building buyer history (1 day so far)

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

Show that Runbot Strategy Copilot is monitored on x402-list. Paste this on your site or README, it links back to this live listing.

Runbot Strategy Copilot listed on x402-list
status
Runbot Strategy Copilot uptime on x402-list
live uptime
// HTML
<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>
// Markdown
[![Runbot Strategy Copilot on x402-list](https://x402-list.com/badge/runbot-strategy-copilot.svg)](https://x402-list.com/services/runbot-strategy-copilot?utm_source=badge&utm_medium=referral&utm_campaign=embed)
// HTML · live uptime variant
<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>

RUN THIS SERVICE?

Keep this listing accurate: propose changes to the name, description, website, category or add new endpoints to monitor. Ownership is verified with a domain proof and every change is reviewed manually; measured data stays read-only.

[ update this listing ]