Production-ready MCP server for running TradingView Pine Script strategy backtests (Binance data) from AI agents.
Production-ready MCP server for running TradingView Pine Script strategy backtests (Binance data) from AI agents. Exposed over MCP by the tv pinescript backtest engine mcp mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.
Everything the assistant can do here goes through one of these:
OpenCode — The OpenCode tool exposed by this serverCursor — Note: the same MCP configuration is used by cursor-agent CLICodex — Add to ~/.codex/config.toml (or .codex/config.toml in a trusted project):Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
Among the planning and project tracking options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Tv Pinescript Backtest Engine MCP's toolset — OpenCode, Cursor, Codex — is a fair guide to whether it matches your workflow. It is maintained by vtlk; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Tv Pinescript Backtest Engine MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| OpenCode | The OpenCode tool exposed by this server. |
| Cursor | Note: the same MCP configuration is used by cursor-agent CLI. |
| Codex | Add to ~/.codex/config.toml (or .codex/config.toml in a trusted project): |
Project file (`.mcp.json`):
```json
{
"mcpServers": {
"tvmcp": {
"type": "http",
"url": "https://backtest-engine-mcp.click/mcp/backtest",
"headers": {
"Authorization": "Bearer <API_KEY>"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
Your workspace, on speaking terms with AI — search, read and write Notion pages and databases.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Metabase ships its own MCP endpoint — search your BI content, build and run queries, and save questions and dashboards without leaving the chat.
Stop letting your assistant hallucinate n8n node parameters — this server hands it the real schemas, templates and validation.