Skip to main content
Glama
206,068 tools. Last updated 2026-06-17 10:25

"A tool for debugging Pine Script code" matching MCP tools:

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

  • Cloudflare Workers MCP server: code-explainer

  • Search Pine Script v6 documentation for relevant sections. Multi-word queries require all terms. Returns previews with hints to retrieve full content.
    MIT
  • Access a specific Pine Script v6 documentation file using its path. Use limit and offset to manage token usage for large files.
    MIT
  • Assemble a Python script from executed code blocks in the session, automatically adding the build123d import. Optionally save the script to a file.
    Apache 2.0
  • Read the current Pine Editor source code from TradingView. The Pine Editor must be open to fetch the script content.
    MIT
  • Update or create C# script files in Unity with automatic AssetDatabase.Refresh and compilation error reporting. Read existing scripts first using the script-read tool to avoid overwrites.
    Apache 2.0
  • Save and commit the current Pine Script indicator, then reload it on the chart with one action.
    MIT
  • Retrieve the original source code of a script using its ID. When source maps exist, returns the pre-compiled code (e.g., TypeScript) for easier debugging.
    Apache 2.0
  • Replace the current Pine Script code in TradingView's Pine Editor with new source code, including the required version header.
    MIT
  • End debugging while allowing the PHP script to continue running normally, useful for resuming execution without debugger interference.
    MIT
  • Start a debugging session for a script file, executing until a breakpoint or completion. Requires a session ID and script path.
    MIT
  • Start a Python debugging session to set breakpoints, step through code execution, and inspect variables for script analysis.
    MIT