TelephoneJack/GoldenPine-MCP
If you are the rightful owner of GoldenPine-MCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
GoldenPine-mcp-server is a specialized server designed to facilitate the integration and execution of Pine Script v6 within the Claude environment, providing community-driven examples and tutorials.
GoldenPine MCP Server
Donate BTC: bc1qx7yjzd9lmr8u2zzerrkh6mvnmw6zc4rj5aqsjg
Pine Script v6 Documentation MCP Server for Claude. Provides comprehensive function search, documentation access, and usage statistics for TradingView Pine Script development.
Features
- Function search across 500+ Pine Script v6 functions
- Complete API documentation with syntax and parameters
- Multi-return function documentation (tuple handling)
- Usage statistics and performance tracking
- Community-contributed examples and tutorials
Installation
Claude Desktop Installation
Method 1: MCPB Bundle (Recommended)
- Download
goldenpine-mcp-server.mcpbfrom Releases - Move to Claude configuration directory:
- macOS:
~/Library/Application Support/Claude/ - Windows:
%APPDATA%\Claude\
- macOS:
- Restart Claude Desktop
- Verify installation in Claude tools menu
Method 2: From ZIP
- Download
goldenpine-mcp-server.zipfrom Releases - Rename file extension from
.zipto.mcpb - Move to Claude configuration directory (see paths above)
- Restart Claude Desktop
Note: .mcpb format is Claude's MCP Bundle format (renamed ZIP file).
Manual Installation
git clone https://github.com/TelephoneJack/goldenpine-mcp.git
cd goldenpine-mcp
bun install
bun run build
Configure Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"goldenpine": {
"command": "bun",
"args": ["run", "/absolute/path/to/goldenpine-mcp-server/dist/server.js"]
}
}
}
Restart Claude Desktop.
Usage
Query Pine Script functions through Claude:
"Search for moving average functions"
"Show me ta.sma documentation"
"What parameters does ta.rsi accept?"
"Find functions for volume analysis"
Technical Specifications
Language: TypeScript/JavaScript
Runtime: Bun
Protocol: Model Context Protocol (MCP)
Target: Claude Desktop
Pine Script Version: v6
Repository Structure
goldenpine-mcp-server/
├── src/ # Source code
├── dist/ # Compiled output
├── examples/ # Community examples
│ ├── trend-indicators/
│ ├── momentum-indicators/
│ └── volume-analysis/
├── tutorials/ # Learning guides
│ ├── beginner/
│ ├── intermediate/
│ └── advanced/
└── edge-cases/ # Common errors and solutions
Contributing
Community contributions accepted for:
- Usage examples
- Tutorials
- Edge case documentation
- Bug reports
See for submission guidelines and formatting requirements.
License
MIT
Support
Issues: GitHub Issues
Documentation: [Link to full documentation if applicable]
Project Status: Active Development
Maintainer: TelephoneJack