Provides Pine Script v6 documentation, function lookup, and syntax validation tools for AI coding assistants.
Do not connect
A critical issue was found. Do not connect this server as-is.
Scanned 7 days ago Due for re-check
A server can change after it's graded. Re-run the automated scan to refresh this report.
This grade is deterministic and reproducible: the same server surface always yields the same grade under a given algorithm version. It is a real automated assessment computed by the MCPGrade engine from what the probe actually observed — not a fabricated or opinion score. It is not a manual human pentest, so it can miss context-specific risks.
Every signal below was measured directly by the automated probe. The grade is derived only from evidence like this — nothing is assumed.
The pinescript-docs MCP server exposes 10 tools, focused primarily on general-purpose capabilities. Its published description reads: "Provides Pine Script v6 documentation, function lookup, and syntax validation tools for AI coding assistants". It communicates over Streamable HTTP using the 2025-06-18 protocol revision, and does not require authorization to connect. MCPGrade currently rates pinescript-docs F — a critical issue was found and the server should not be connected as-is. Its most notable findings include "Cross-tool shadowing" and "Cross-tool shadowing". This report is a deterministic, reproducible automated assessment: the same observed surface always yields the same grade under a given algorithm version, and it is refreshed as new scans arrive and free to read — but it is not a substitute for a manual human security review. Always re-check pinescript-docs's advertised tools, transport security, and authorization posture before connecting an autonomous agent or sharing sensitive context with it.
Add pinescript-docs to an MCP client using the endpoint below. Review the grade and findings above before granting an autonomous agent access.
MCP endpoint
https://pinescript-mcp.fly.dev/mcpStreamable HTTP transport. This is the MCP endpoint, not a website — paste it into your MCP client server list rather than a browser.
Captured passively during the read-only scan. Click any value to find servers that match it.
The tools this server advertises via tools/list — names, purposes, and the parameters each accepts, exactly as enumerated read-only.
USE WHEN discovering what Pine Script v6 documentation is available. Returns a categorised list of doc file paths with one-line descriptions. AFTER calling this tool, call get_doc(path) for small file
USE WHEN navigating a large documentation file before reading a specific section. Returns a newline-separated list of # and ## headers (### excluded) in the file. AFTER calling this tool, call get_sec
USE WHEN reading the full content of a Pine Script v6 documentation file. Returns the file content; when limit is set, a header shows the char range and offset to continue reading. AFTER calling this
Sorted worst-first. Each finding shows its severity, what it means, its OWASP MCP Top-10 mapping, and a recommended fix — the check id links to the exact methodology row that produced it.
tool: list_docs
A tool description tries to alter the model’s use of another tool.
small files or list_sections(path) then get_section(path, header) for largeRecommendationDescriptions must describe only their own tool.
tool: list_sections
A tool description tries to alter the model’s use of another tool.
this tool, call get_section(path, header) with a header from this list. DatRecommendationDescriptions must describe only their own tool.
tool: get_doc
A tool description tries to alter the model’s use of another tool.
ral.md), prefer list_sections() + get_section() instead. Data sourced from buRecommendationDescriptions must describe only their own tool.
tool: get_section
A tool description tries to alter the model’s use of another tool.
this tool, call list_sections(path) if the header was not found, or get_sectiRecommendationDescriptions must describe only their own tool.
tool: search_docs
A tool description tries to alter the model’s use of another tool.
a preview and a get_section() call hint. AFTER calling this tool, call get_RecommendationDescriptions must describe only their own tool.
tool: get_functions
A tool description tries to alter the model’s use of another tool.
ecific name, or get_section() to read its documentation. Data sourced fromRecommendationDescriptions must describe only their own tool.
tool: validate_function
A tool description tries to alter the model’s use of another tool.
this tool, call get_functions(namespace) to list all valid functions in the rRecommendationDescriptions must describe only their own tool.
tool: resolve_topic
A tool description tries to alter the model’s use of another tool.
ion (get_doc or list_sections + get_section). AFTER calling this tool, followRecommendationDescriptions must describe only their own tool.
The server accepts tool enumeration (and likely invocation) with no authentication.
RecommendationRequire OAuth 2.1 authorization for any server exposing non-public tools.
Vantaj uptime monitoring via MCP — manage monitors, heartbeats, incidents, and status pages.
Unified gateway to Algeria's TKAWEN ecosystem: commerce, certification, and AI tools.
Provides access to the Cohereon Doctrine AI safety framework with governance components, tiered access, and agent onboarding.
Agentic rails for complex workflows with receipts, fees, and MCP tool access.
Structural TC39 spec lookup for ECMA-262 and ECMA-402 in AI agents, SHA-pinned and offline-first.
Structural TC39 spec lookup for ECMA-262 and ECMA-402 in AI agents, SHA-pinned and offline-first.
USE WHEN reading a specific named section from a Pine Script v6 documentation file. Returns the section content from the matched header to the next same-level header, with file path and line range. AF
USE WHEN finding documentation sections that match specific terms across all Pine Script v6 docs. Returns up to max_results sections ranked by match count, each with a preview and a get_section() call
USE WHEN browsing valid Pine Script v6 functions, optionally filtered to a namespace. Returns function names grouped by namespace (e.g. ta.*, strategy.*) or filtered to the requested namespace. AFTER
USE WHEN confirming a Pine Script v6 function name is valid before using it in code. Returns a valid/invalid verdict with namespace suggestions or known replacement hints (e.g. ta.adx → ta.dmi, securi
USE WHEN looking up an exact Pine Script API term or known concept keyword. Returns the best-matching doc paths with matched keywords and a retrieval suggestion (get_doc or list_sections + get_section
List all available prompts. Returns JSON with prompt metadata including name, description, and optional arguments.
Get a prompt by name with optional arguments. Returns the rendered prompt as JSON with a messages array. Arguments should be provided as a dict mapping argument names to values.