PineForge-Codegen
Related Servers
Alternatives to PineForge-Codegen
- FlicenseNot gradedqualityDmaintenanceexposes 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 per5-
- AlicenseAqualityCmaintenanceA type-safe MCP server that enables AI agents to control TradingView Desktop via Chrome DevTools Protocol, allowing chart state reading, symbol/timeframe changes, and OHLCV data fetching.11111 npm1MIT
- AlicenseBqualityBmaintenanceAI-powered trading toolkit with backtesting, live sentiment, Yahoo Finance data, and 30+ technical analysis tools, integrated as an MCP server for Claude and other AI clients.372,561 PyPI4,520MIT
Related Servers
- AlicenseNot gradedqualityCmaintenanceLocal-first backtesting engine with built-in overfitting detection (PBO, deflated Sharpe, bootstrap CI, walk-forward) and a native MCP server for AI agents to validate trading strategies.4Apache 2.0
- AlicenseNot gradedqualityDmaintenanceEnables AI-assisted creation, optimization, and management of PineScript trading strategies, with backtesting and TradingView integration.11 npmMIT
- AlicenseAqualityAmaintenanceProvides AI agents with a TradingView-centric toolkit for screener queries, historical FX data, pattern scanning, chart rendering, backtesting, Pine tooling, and optional account/desktop integration.6MIT
- FlicenseNot gradedqualityBmaintenanceEnables AI agents to mine, validate, and paper-trade quantitative trading strategies via chat, with the engine running locally on the user's own machine.-
- FlicenseNot gradedqualityCmaintenanceConnects AI assistants to your local TradingView Desktop app via Chrome DevTools Protocol for chart analysis, Pine Script development, and workflow automation while keeping all data local.-
- FlicenseNot gradedqualityCmaintenanceConnects AI assistants to your local TradingView Desktop via Chrome DevTools Protocol for chart analysis, Pine Script development, and workflow automation, with all data staying on your machine.111 npm134-
TDQS
Scored across 11 tools
Most tools target a distinct action+resource (pull vs check image, single backtest vs grid sweep, transpile vs run). The coverage trio (list_coverage_topics, get_coverage_topic, check_pine_feature) overlaps conceptually, but descriptions clearly establish a list→drill-down→single-identifier hierarchy, so misselection is unlikely.
Nearly all names follow a consistent verb_noun snake_case pattern (pull_engine_image, backtest_pine, get_coverage_topic, check_pine_feature, fetch_binance_ohlcv). The only deviation is 'binance_symbols', which omits the verb prefix, and backtest_pine_grid uses an underscore suffix rather than a distinct verb.
11 tools is well within the sweet spot and each earns its place across image management, transpilation, backtesting, sweeps, coverage checks, and data fetching. No redundant or filler tools for the stated local-backtesting purpose.
Strong lifecycle coverage: image pull/verify, transpile, single and grid backtests, coverage/feature discovery, engine-param catalog, and OHLCV fetch/symbol lookup. Minor gaps exist — no explicit report listing/cleanup or a way to delete cached CSVs — but core workflows are fully served.