loading…
Search for a command to run...
loading…
Full-lifecycle algorithmic trading MCP server. AI strategy generation from plain English, backtesting, live bot deployment to 10+ brokers, portfolio monitoring,
Full-lifecycle algorithmic trading MCP server. AI strategy generation from plain English, backtesting, live bot deployment to 10+ brokers, portfolio monitoring, and prediction markets. Stocks, options, crypto, futures. 32 tools. Free tier.
The only AI trading MCP server that takes you from strategy idea to live bot in one conversation.
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.
https://mcp.botspot.tradehttps://mcp.botspot.trade/mcp/publicclaude mcp add --transport http botspot https://mcp.botspot.trade/mcp \
-H "Authorization: Bearer botspot_YOUR_API_KEY"
Add to .cursor/mcp.json:
{
"mcpServers": {
"botspot": {
"url": "https://mcp.botspot.trade/mcp",
"headers": {
"Authorization": "Bearer botspot_YOUR_API_KEY"
}
}
}
}
Get an API key at botspot.trade/account-settings (Account Settings > API Keys).
Describe a trading strategy in plain English. The AI generates production-ready Python code using Lumibot (1,300+ GitHub stars, MIT license).
Run backtests with configurable date ranges, starting capital, and parameters. Query results with SQL (DuckDB). See equity curves, drawdowns, win rates, trade logs.
Deploy to 10+ supported brokers. Monitor positions, performance, and equity curves in real time.
Browse proven community strategies with real performance data. Clone and modify.
Charles Schwab, Interactive Brokers, Alpaca, Tradier, Tradeovate, Coinbase, Binance, Kraken, KuCoin, NinjaTrader
Stocks, options, crypto, futures
| Category | Tools |
|---|---|
| Strategy Generation | generate_strategy, refine_strategy, generation_status, generate_other_code |
| Strategy Management | list_strategies, get_strategy, update_strategy, delete_strategy, get_code, list_revisions, set_strategy_revision |
| 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 |
https://mcp.botspot.trade/mcp — Full tool set (Claude, CLI, IDE)https://mcp.botspot.trade/mcp/public — Commerce-filtered (ChatGPT Apps SDK)https://mcp.botspot.trade/.well-known/oauth-protected-resourceThe BotSpot MCP Server is a commercial product. The underlying trading engine (Lumibot) is open-source under the MIT license.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"botspot": {
"command": "npx",
"args": []
}
}
}