Skip to main content
Glama
457,863 tools. Updated 2026-08-14 18:31

"An introduction to Pine Script programming" 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
  • Approve or decline an introduction from another user's AI. Your response is kept private unless both parties approve.
    Apache 2.0
  • Access a specific Pine Script v6 documentation file using its path. Use limit and offset to manage token usage for large files.
    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

  • Transform any blog post or article URL into ready-to-post social media content for Twitter/X threads, LinkedIn posts, Instagram captions, Facebook posts, and email newsletters. Pay-per-event: $0.07 for all 5 platforms, $0.03 for single platform.

  • 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
  • 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 introduction, get-started, styling, and roadmap documentation for the coss UI design system.
    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