Get valid Pine Script v6 functions, optionally filtered by namespace.
Use before writing Pine Script to see which functions exist.
For checking a single function name, use validate_function() instead.
Connector
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
A simple MCP server built with FastMCP and python