Pine Script V6
Assists AI coding clients like Claude Code and Gemini CLI with accurate Pine Script v6 programming by providing quick access to its reference manual.
About
This tool is a lightweight MCP server built with Node.js, designed to empower AI coding clients with precise Pine Script v6 knowledge. It leverages a pre-bundled `manual.json` file containing the Pine Script v6 reference manual, creating a memory-resident index upon startup. The server offers a suite of functionalities including comprehensive documentation search, detailed entry retrieval, symbol auto-completion, and category-based symbol counts, all returned in LLM-friendly JSON format to streamline and enhance AI-driven Pine Script development.
Key Features
- Query-based search for Pine Script functions, constants, and annotations
- Retrieve detailed information for specific symbols by ID, including source URL
- Prefix-based symbol completion for quick coding assistance
- List and count symbols by categories like annotation, const, function, and type
- 0 GitHub stars
Use Cases
- Perform final specification checks before code implementation and provide evidence during code reviews.
- Identify function candidates for new Pine Script implementations and explore unknown annotations or constants.
- Assist with real-time coding by providing instant symbol suggestions based on prefixes like `color.` or `ta.`