Pine Script v6 Documentation MCP Server

MCP server providing Pine Script v6 documentation for AI assistants (Claude, etc.).

People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-07-16 · ★ 9 · #129 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Pine Script v6 Documentation

Claude Code

claude mcp add paulieb89-pinescript-mcp --transport http https://pinescript-mcp.fly.dev/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "paulieb89-pinescript-mcp": {
      "url": "https://pinescript-mcp.fly.dev/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

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

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to pinescript-mcp.fly.dev

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license MIT - declared in the repository

pypi package pinescript-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.paulieb89 is GitHub-verified and matches the repo owner

03 · What Pine Script v6 Documentation can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.7.5 · 2026-05-17

validate_function and resolve_topic now return plain markdown strings instead of Pydantic structured models - cleaner prose output for LLM consumers · Drops ValidationResult, TopicMatch, ResolveResult models and unused…

v0.7.3 · 2026-05-07

Fix · Adds _AcceptNormalizer ASGI middleware (workaround for modelcontextprotocol/python-sdk#2349) · Stamps combined Accept: application/json, text/event-stream on /mcp only - SSE paths (/sse, /messages) pass through…

v0.7.2 · 2026-05-02

04 · Who maintains Pine Script v6 Documentation

Pine Script v6 Documentation is maintained by paulieb89. We track 5 MCP servers from paulieb89 - 5 actively maintained, 45 combined GitHub stars, oldest repo from Mar 2026. Full record: all servers from paulieb89.

  1. UK Property Data UK property data - Land Registry comps, EPC, Rightmove, rental yields, stamp duty, Companies House ★ 16
  2. UK Due Diligence UK due diligence - Companies House, Charity Commission, Land Registry, Gazette, HMRC VAT ★ 3
  3. UK Legal Research UK legal research - case law, legislation, Hansard, bills, votes, committees, HMRC, citations ★ 13
  4. BAILII UK Case Law Search UK case law on BAILII - court judgments with section extraction. Runs locally. ★ 4

05 · Facts

category
finance - ranked #129 of 283 actively-maintained finance servers as of 2026-08-25.
registry
io.github.paulieb89/pinescript-mcp (active, first published 2026-04-04)
packages
pypi:pinescript-mcp

06 · Pine Script v6 Documentation FAQ

What is Pine Script v6 Documentation?

MCP server providing Pine Script v6 documentation for AI assistants (Claude, etc.).

Is Pine Script v6 Documentation still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-16. We re-verify nightly.

How do I install Pine Script v6 Documentation?

Run `uvx pinescript-mcp`. You can also paste the ready-made client config above.

Does Pine Script v6 Documentation require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

07 · Alternatives to Pine Script v6 Documentation