2 months ago
exposes a remote MCP endpoint so agents can:
run strategy backtests by symbol/timeframe/date range,
pass strategy inputs programmatically,
receive structured backtest results (trades, win rate, profit, drawdown),
keep long-running runs observable via progress notifications,
support Binance Futures tickers only,
enforce a maximum of 1440 candles per backtest,
apply a rate limit of 3 backtests per minute per user,
ask your agent to write a strategy and backtest it.
Connect To Your Agent
Overview
Quick Overview tv-pinescript-backtest-mcp exposes a remote MCP endpoint so agents can:
run strategy backtests by symbol/timeframe/date range, pass strategy inputs programmatically, receive structured backtest results (trades, win rate, profit, drawdown), keep long-running runs observable via progress notifications, support Binance Futures tickers only, enforce a maximum of 1440 candles per backtest, apply a rate limit of 3 backtests per minute per user, ask your agent to write a strategy and backtest it. Connect To Your Agent
Server Config
{
"mcpServers": {
"tvmcp": {
"url": "https://backtest-engine-mcp.click/mcp/backtest",
"headers": {
"Authorization": "Bearer <API_KEY>"
}
}
}
}