Autotrade — Autonomous Trading Agents
Deploy autonomous LLM trading agents and drive them over MCP.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
No: the server works without sign-in
Deploy autonomous LLM trading agents and drive them over MCP.
Server tool list (6)
Raw names from tools/list. Only developers need these.
| deploy_agent | Create and start an autonomous trading agent. Provide a strategy prompt, a model, and the exchange/model keys the agent should use to place orders. |
| run_backtest | Backtest a strategy against historical market data and return performance stats and an equity curve. |
| agent_status | Return the live status of a deployed agent: PnL, open positions, uptime, error count. |
| agent_logs | Return the recent decision log for an agent — each entry with the model's reasoning and the order placed. |
| grant_agent_credentials | Attach or rotate the exchange and model-provider keys an agent uses. Keys are scoped to that agent. |
| agent_execute | Run an ad-hoc command inside the agent's runtime environment (for debugging a strategy or inspecting state). |