Skip to main content
Glama
458,095 tools. Updated 2026-08-14 22:15

"Pine Script" matching MCP tools:

  • List all available Pine Script v6 documentation files with descriptions, organized by category. Use to select a file for further reading.
    MIT
  • Resolves exact Pine Script API terms and known concepts to provide precise documentation for functions and vocabulary.
    MIT
  • Access a specific Pine Script v6 documentation file using its path. Use limit and offset to manage token usage for large files.
    MIT
  • Search Pine Script v6 documentation for relevant sections. Multi-word queries require all terms. Returns previews with hints to retrieve full content.
    MIT
  • Get Pine Script v6 functions filtered by namespace. Use this to see available functions before writing Pine Script code.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • MCP server providing Pine Script v6 documentation. Enables AI to: Look up Pine Script functions and validate syntax Access official documentation for indicators, strategies, and visuals Understand Pine Script concepts (execution model, repainting, etc.) Generate correct v6 code with proper function references

  • Build, validate, deploy — HTTP APIs, cron jobs, webhooks and MCP tools — from your AI client. Air Pipe MCP token as a bearer credential, e.g. 'Authorization: Bearer <token>'. Create one at https://app.airpipe.io/

  • Read table data from Pine Script indicators in TradingView. Use study_filter to target a specific indicator and return formatted text rows per table.
    MIT
  • Catch Pine Script errors via static analysis: array out-of-bounds, unguarded first()/last(), bad loop bounds, and bool casts. Works offline, no TradingView connection.
    MIT
  • Compile Pine Script code using TradingView's server API to return errors and warnings, validating code before chart injection.
    MIT
  • Retrieve horizontal price levels drawn by Pine Script indicators (line.new). Returns deduplicated levels per study; use study_filter to target a specific indicator.
    MIT
  • Get deduplicated high/low price zones from Pine Script box boundaries on TradingView. Filter by study name to target a specific indicator.
    MIT
  • Read the current Pine Editor source code from TradingView. The Pine Editor must be open to fetch the script content.
    MIT
  • Retrieve the Pine Script source code currently in the TradingView editor for automated analysis, compilation, or modification.
    MIT
  • Saves the current Pine Script in TradingView, preserving your edits for compilation, backtesting, or strategy optimization.
    MIT
  • Save and commit the current Pine Script indicator, then reload it on the chart with one action.
    MIT
  • Read Pine Script console/log output including compile messages, log.info(), and errors to identify and resolve script issues in TradingView.
    MIT
  • Retrieve text labels drawn by Pine Script indicators, returning text and price pairs. Optionally filter by study name to target a specific indicator.
    MIT
  • Retrieve Pine Script compilation errors from Monaco markers to identify and fix code issues in TradingView charts.
    MIT
  • Open a saved Pine Script by its name, loading it into the editor for viewing, editing, or compilation.
    MIT