Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’° Finance & Fintech
  3. Pineforge Codegen MCP
Pineforge Codegen MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 1:15:25 PM

Pineforge Codegen MCP

User RatingsBe the first to rate and review this MCP server!
View Repository7 GitHub StarsTotal stargazers on GitHub for the source repository (7 stars).Visit Website
tradingbacktestingpinescriptcode-generation

Locally transpiles Pine Script v6 to C++ and runs deterministic backtests against local or Binance OHLCV data.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Remote HTTP
Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "pineforge-4pass-pineforge-codegen-mcp": {
      "url": "https://mcp.pineforge.dev/mcp"
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (10) Directory Badge Claim listing AlternativesπŸ’° More in Finance & Fintech

Overview

The pineforge-4pass/pineforge-codegen-mcp MCP server converts Pine Script v6 into C++ and runs backtests with a bundled PineForge engine. It accepts local OHLCV CSV files, can retrieve Binance spot or USDT-perpetual klines, and supports single runs or parameter grids. Use it when an agent needs reproducible historical strategy results, Pine feature coverage checks, or Pine-to-C++ translation rather than a conceptual strategy explanation. The server runs over stdio in a Docker container, requires no API key, and can operate offline when supplied with local data.

Use cases

β€’Backtest a Pine Script v6 strategy against OHLCV data
β€’Sweep strategy inputs and execution parameters
β€’Fetch Binance klines for a local backtest
β€’Check Pine v6 feature support before coding
β€’Transpile Pine Script into a C++ translation unit

Key features

β€’Pine v6 to C++ transpilation
β€’Single and grid backtests
β€’Binance OHLCV retrieval
β€’Engine parameter discovery
β€’Pine feature coverage lookup
β€’Local stdio execution

Capabilities & Tool Schemas (10) ~193 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server β€” may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Pineforge Codegen MCP.

transpile_pine

Pine v6 β†’ C++ translation unit (transpile-only)

list_engine_params

Catalog of every `overrides` + `runtime` knob accepted by the backtests

backtest_pine

Single backtest of a Pine source against an OHLCV CSV

backtest_pine_grid

Cartesian sweep of `inputs` Γ— `overrides` reusing one compile

fetch_binance_ohlcv

Write a backtest-ready CSV from Binance spot or USDT-perp klines

binance_symbols

List / filter Binance symbols (5-min in-process cache)

How Pineforge Codegen MCP works

What pineforge-4pass/pineforge-codegen-mcp MCP server does

The pineforge-4pass/pineforge-codegen-mcp MCP server gives an AI agent local tools for working with Pine Script v6 strategies. It can translate Pine source into a C++ translation unit, execute a strategy against OHLCV data, and return the engine's backtest results. The backtest workflow is intended for historical evaluation of a supplied strategy and data file; it is not a forecasting or investment-advice tool.

The bundled PineForge engine runs the translation and backtest in-process inside the container. The project describes the engine as deterministic and reports strict TradingView parity for 245 of 246 reference strategies, with the remaining discrepancy attributed to a TradingView-side margin-boundary behavior.

How it works

A typical request supplies Pine v6 source and a path to an OHLCV CSV under the mounted /work directory. backtest_pine performs one run. backtest_pine_grid varies Pine input values and engine overrides while reusing one compilation, which is useful for parameter exploration. The returned schema includes a summary and applied settings, along with the engine identifier.

The server can also obtain Binance spot or USDT-perpetual klines and write them as backtest-ready CSV data. binance_symbols lists or filters available Binance symbols and keeps results in an in-process cache for five minutes. Network access is needed for these Binance tools; local backtests can use supplied files instead.

Setup and configuration

Run the container through stdio with Docker:

Terminal
docker run --rm -i -v "$PWD:/work" ghcr.io/pineforge-4pass/pineforge-backtest-mcp:latest

The -i option is required for the MCP JSON-RPC stream, while a TTY should not be added. Mounting the working directory lets the server read input CSVs and write fetched data. Docker is the only stated runtime requirement, and the container includes the transpiler and engine, so a host Docker daemon is not needed by the engine itself. No API key is required. Binance fetching additionally requires outbound network access.

The README shows configuration examples for Claude Desktop and Cursor using the Docker command. It also documents a hosted Streamable HTTP endpoint, but that service is separate from the local repository and has metering and fixed-data limitations.

Tools and capabilities

The pineforge-4pass/pineforge-codegen-mcp MCP server exposes these capabilities:

  • Translate Pine v6 source without running a backtest.
  • Run one backtest against an OHLCV CSV.
  • Sweep inputs and overrides combinations with one compile.
  • Fetch Binance spot or USDT-perpetual OHLCV data.
  • List and filter Binance symbols.
  • Inspect engine parameters before composing a request.
  • Check Pine identifier and namespace support.
  • Browse coverage topics and detailed supported or unsupported features.
  • Report the bundled engine mode, version, and baked-in status.

Engine controls include strategy fields such as initial capital, pyramiding, slippage, commission settings, quantity defaults, order processing, and close-entry behavior. Runtime options include input and script timeframes, bar magnification, sample count, and magnifier distribution. A script timeframe finer than the input timeframe is rejected with a structured error.

Limitations and notes

The implementation targets Pine Script v6 and runs locally in the supplied container. Results depend on the strategy source and historical OHLCV data, including modeling choices such as commissions, slippage, order processing, and bar magnification. A backtest describes past behavior and does not establish future returns.

The local repository is described as unmetered and able to run with user-provided CSVs. Binance tools are the exception to fully offline operation because they call Binance's public API. Pine coverage is not universal, so agents should use the coverage lookup tools before relying on an identifier or namespace.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • Tradingview MCP logoTradingview MCP

    Real-time market data, screeners, technical analysis & backtesting for stocks, crypto and forex.

    πŸ’° Finance & Fintech4 views
    Compare vs Tradingview MCP β†’
  • Flox MCP logoFlox MCP

    MCP server for the FLOX trading systems framework. 30 tools to run backtests, scaffold strategies, validate for lookahead bias, place orders, query PnL via Claude/Cursor. C++23 core with Python/Node/Codon/QuickJS strategy bindings. Same code from backtest to live (CcxtBroker or native connectors). Install: pip install flox-mcp.

    πŸ’° Finance & Fintech3 views
    Compare vs Flox MCP β†’
  • Tasty Agent logoTasty Agent

    Tastyworks API integration to handle trading activities on Tastytrade

    πŸ’° Finance & Fintech4 views
    Compare vs Tasty Agent β†’
  • MCP Server Ccxt logoMCP Server Ccxt

    An MCP server for accessing real-time crypto market data and trading via 20+ exchanges using the CCXT library. Supports spot, futures, OHLCV, balances, orders, and more.

    πŸ’° Finance & Fintech4 views
    Compare vs MCP Server Ccxt β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
7
Stargazers on the source repository.
Last commit
6d ago
Most recent push to the default branch.
Tools exposed
10
Callable tools this server registers over MCP.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Pineforge Codegen MCP

Run the published Docker image with `docker run --rm -i -v "$PWD:/work" ghcr.io/pineforge-4pass/pineforge-backtest-mcp:latest`. Docker is required, and the working directory should be mounted at `/work`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewPineforge Codegen MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/pineforge-4pass-pineforge-codegen-mcp?style=directory)](https://allmcps.com/mcp/pineforge-4pass-pineforge-codegen-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/pineforge-4pass-pineforge-codegen-mcp"><img src="https://allmcps.com/api/badge/pineforge-4pass-pineforge-codegen-mcp?style=directory" alt="Pineforge Codegen MCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’°Finance & Fintech
PricingFree
More technical detailsExpand β–Ύ
TransportSSE (Remote)
AuthNo auth required
ClientsClaude Desktop, Cursor
Last updatedSep 7, 2026
5/6 checks healthy over the last 32d
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars7
GitHub Star CountTotal stargazers on GitHub representing community popularity (7 stars).
Last commit6d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 6, 2026
59Quality signal: Good Β· 59/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools28/30
Adoption & activity6/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’° Finance & Fintech β†’Best MCP servers for Finance & Fintech β†’Alternatives to Pineforge Codegen MCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code