Generate trading strategies from plain English, backtest on real historical data, and deploy live to 10+ brokers. No coding required. Stocks
Generate trading strategies from plain English, backtest on real historical data, and deploy live to 10+ brokers. No coding required. Stocks, options, crypto, and futures. Exposed over MCP by the botspot mcp mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
Everything the assistant can do here goes through one of these:
Category — ToolsBacktesting — start_backtest, stop_backtest, backtest_status, list_backtests, get_backtest_artifact, query_csvDeployment — list_deployments, get_deployment_logs, get_bot_performance, get_bot_positions, get_portfolio_seriesVisuals — get_strategy_visuals, get_backtest_visuals, get_backtest_chart_seriesMarketplace — list_public_bots, share_strategy, publish_to_marketplace, unpublish_from_marketplace, clone_strategyAccount — get_account_status, get_tool_call_metricsData — set_data_providerCursor — Add to .cursor/mcp.json: json { "mcpServers": { "botspot": { "url": "https://mcp.botspot.trade/mcp", "headers": { "Authorization": "BearerPlenty of cloud and infrastructure servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Botspot MCP's toolset — Category, Backtesting, Deployment and 5 more — is a fair guide to whether it matches your workflow. It is maintained by lumiwealth; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| Category | Tools |
| Backtesting | start_backtest, stop_backtest, backtest_status, list_backtests, get_backtest_artifact, query_csv |
| Deployment | list_deployments, get_deployment_logs, get_bot_performance, get_bot_positions, get_portfolio_series |
| Visuals | get_strategy_visuals, get_backtest_visuals, get_backtest_chart_series |
| Marketplace | list_public_bots, share_strategy, publish_to_marketplace, unpublish_from_marketplace, clone_strategy |
| Account | get_account_status, get_tool_call_metrics |
| Data | set_data_provider |
| Cursor | Add to .cursor/mcp.json: json { "mcpServers": { "botspot": { "url": "https://mcp.botspot.trade/mcp", "headers": { "Authorization": "Bearer botspot_YOUR_API_KEY" } } } } |
### Cursor
Add to `.cursor/mcp.json`:
```json
{
"mcpServers": {
"botspot": {
"url": "https://mcp.botspot.trade/mcp",
"headers": {
"Authorization": "Bearer botspot_YOUR_API_KEY"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
Manage your whole Supabase project in conversation — database, auth, storage, Edge Functions and branches.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.
AWS Labs' official server suite — current AWS docs, CDK guidance, cost analysis and service tools.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.
Workers, KV, R2 and D1 by conversation — Cloudflare's official remote servers for building and observability.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.