520,146 tools. Updated 2026-09-06 09:34
"Pine Script" matching MCP tools:
- Generates TradingView Pine Script v6 from a strategy ID. Returns the script and identifier for backtesting and deployment.Apache 2.0
- 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
- Save the current Pine Script buffer to the editor's bound script, overwriting it in the cloud. Only returns success after verifying the save via editor state.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
Matching MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to look up any Pine Script function, search TradingView documentation, and find code examples in real time.13219MIT
- FlicenseNot gradedqualityFmaintenanceProvides accurate Pine Script v6 coding assistance through search, completion, and reference lookup tools using a comprehensive Japanese manual database. Enables developers to quickly find functions, constants, annotations, and API specifications for TradingView Pine Script development.1-
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/
- Get Pine Script v6 functions filtered by namespace. Use this to see available functions before writing Pine Script code.MIT
- Retrieve table data drawn by Pine Script indicators from TradingView charts. Filter by study name to extract formatted text rows from specific indicator tables.MIT
- Run static analysis on Pine Script code to catch array out-of-bounds, unguarded array.first()/last(), bad loop bounds, and implicit bool casts without compiling. Works offline.MIT
- Validate Pine Script code by compiling via TradingView's server API to catch errors and warnings before chart injection, ensuring code correctness without needing the chart open.MIT
- Retrieve horizontal price levels drawn by Pine Script indicators, deduplicated per study. Optionally filter by study name to target specific indicator lines.MIT
- Read box and zone boundaries drawn by Pine Script indicators, returning deduplicated high/low price zones. Use study_filter to target a specific indicator for precise chart analysis.MIT
- Read the current Pine Editor source code from TradingView. The Pine Editor must be open to fetch the script content.MIT
- Retrieves the current Pine Script source code from the TradingView editor to enable analysis, modification, or compilation.MIT
- Compile the current Pine Script, save the editor buffer, and add it to the chart for immediate use.MIT
- Save and commit the current Pine Script indicator, then reload it on the chart with one action.MIT
- Check whether a Pine Script v6 function name is valid, preventing code errors by verifying function existence before use.MIT
- Retrieve Pine Script console output to view compile messages, log.info() entries, and errors from TradingView. Solve debugging by accessing logs directly.MIT
- Read Pine Script indicator labels from TradingView charts. Extract text and price pairs, optionally filtered by study name, to analyze custom annotations.MIT
- Fetch Pine Script compilation errors from Monaco markers identify and fix syntax or logic issues in TradingView scripts.MIT
- Set Pine Script source code in theView editor. Requires confirmation to overwrite existing content, reading current source with pine_source first.MIT