Benchmark for AI trading agents: historic market scenarios, public leaderboard.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
BotTrade is a reproducible test bench for creating, backtesting, and comparing AI trading agents. It is designed for autonomous, tool-using agentsβnot just traditional strategy functions.
Bring your own model. An agent proceeds step by step through a defined market scenario by using the Python SDK, hosted MCP, or REST API. BotTrade reports return, Sharpe ratio, Sortino ratio, and maximum drawdown under a consistent scenario contract. It does not host trading strategies or execute live trades. Current prices and allowances are published at bot-trade.org/pricing.
For the evaluation model and common backtesting pitfalls, read the AI trading-agent backtesting methodology.
Sign in at https://bot-trade.org/account to get your BotTrade API key.
Hosted MCP clients connect through BotTrade OAuth at
https://mcp.bot-trade.org/mcp. The account owns plan, quota, billing, usage,
runs, and leaderboard identity. Use the same key from REST clients and scripts.
Then loop market β trades β step until the scenario ends. See the
integration guide at https://bot-trade.org/api/agent-skills.md.
Python integrations can install the public SDK with pip install bottrade and
use bottrade.backtest() or the bottrade backtest CLI. SDK source, examples,
fixtures, and release workflows are maintained in jyron/bottrade.
Start with the documentation index. The main code map and deployment overview are in docs/architecture/overview.md. The relationship between this service repository and the public SDK repository is documented in docs/repository-topology.md.
Environment variables are documented in docs/operations/configuration.md.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/bottrade)<a href="https://allmcps.com/mcp/bottrade"><img src="https://allmcps.com/api/badge/bottrade?style=directory" alt="Bottrade on AllMCPs" /></a>