TradingViewMCPServer
Verified Safeby Asmah-Acheampong
Overview
Serves as a multi-asset trading assistant for Claude Desktop, providing real-time market data, technical analysis, and Pine Script v6 development tools for Forex, Stocks, and Crypto.
Installation
docker-compose up -dEnvironment Variables
- ALPHA_VANTAGE_API_KEY
Security Notes
The server demonstrates good security practices: - API keys (ALPHA_VANTAGE_API_KEY) are loaded from environment variables and not hardcoded. - The Pine Script sandbox explicitly states it performs static analysis and simulation, not actual code execution on the local Python interpreter, mitigating 'eval' related risks. - Network requests are handled with timeouts, retry logic (exponential backoff), and rate limiting, reducing the risk of network-related failures or abuse. - No obvious malicious patterns or obfuscation were found. - Input validation is implemented for various parameters.
Similar Servers
maverick-mcp
Personalized stock analysis, technical indicators, and portfolio optimization via 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
Provides AI Agents with professional-grade stock market analysis capabilities by bridging large language models with real-time financial data.
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.