Autotrade — Autonomous Trading Agents
Deploy autonomous LLM trading agents and drive them over MCP.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
Deploy autonomous LLM trading agents and drive them over MCP.
Список инструментов сервера (6)
Технические названия из tools/list. Нужны только разработчикам.
| 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). |