TradingViewMCPServer
Verified Safeby Asmah-Acheampong
Overview
Provides real-time market data, technical analysis, and trading recommendations for Forex, Stocks, and Crypto, along with comprehensive Pine Script v6 development tools for Claude Desktop integration.
Installation
docker-compose up -dEnvironment Variables
- ALPHA_VANTAGE_API_KEY
Security Notes
The server handles API keys securely via environment variables. It uses `requests` for external network calls to Alpha Vantage, which is standard. Pine Script processing involves lexical analysis and AST generation for validation and simulated execution, not arbitrary Python code execution. Logging is implemented to files. No signs of `eval`, `exec`, or direct shell command injection points in the analyzed Python code. Relies on external Alpha Vantage API for data.
Similar Servers
maverick-mcp
Personal-use FastMCP server for professional-grade financial data analysis, technical indicators, and portfolio optimization tools integrated with Claude Desktop.
crypto-indicators-mcp
Provides an MCP server with over 50 cryptocurrency technical analysis indicators and strategies to empower AI trading agents in analyzing market trends and developing quantitative strategies.
stock-mcp
A financial data and analysis server providing specialized tools for AI agents via Model Context Protocol (MCP) and RESTful API.
mcp-server
The Finmap MCP Server provides comprehensive historical financial market data for various stock exchanges, offering tools to list exchanges, sectors, tickers, retrieve market overviews, stock data, and company profiles.