← bouch.dev

INDIVIDUAL MCP TOOL

get_doc

USE WHEN reading the full content of a Pine Script v6 documentation file.

bouch.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://pinescript-mcp.fly.dev/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_doc and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

bouch.dev

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.pinescript-docs]
url = "https://pinescript-mcp.fly.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "pinescript-docs": {
      "type": "http",
      "url": "https://pinescript-mcp.fly.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: pinescript-docs
Remote MCP URL: https://pinescript-mcp.fly.dev/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "pinescript-docs": {
      "url": "https://pinescript-mcp.fly.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "pinescript-docs": {
      "type": "http",
      "url": "https://pinescript-mcp.fly.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "pinescript-docs",
  "transport": "streamable-http",
  "url": "https://pinescript-mcp.fly.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_docs — USE WHEN discovering what Pine Script v6 documentation is available.
  • list_sections — USE WHEN navigating a large documentation file before reading a specific section.
  • get_section — USE WHEN reading a specific named section from a Pine Script v6 documentation file.
  • search_docs — USE WHEN finding documentation sections that match specific terms across all Pine Script v6 docs.
  • get_functions — USE WHEN browsing valid Pine Script v6 functions, optionally filtered to a namespace.
  • validate_function — USE WHEN confirming a Pine Script v6 function name is valid before using it in code.
  • resolve_topic — USE WHEN looking up an exact Pine Script API term or known concept keyword.
  • list_prompts — List all available prompts.