We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lev-corrupted/TradingViewMCPServer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
__init__.py•500 B
"""
TradingView MCP Server - Production-Ready Multi-Asset Trading Assistant
Professional trading assistant with real-time data and analysis.
Supports Forex, Stocks, and Crypto with 25+ technical indicators.
Production Features (v3.4.0):
- LRU cache with automatic eviction
- Exponential backoff retry logic
- Health monitoring and statistics
- Docker support for deployment
- 100% test coverage (44/44 tests)
- Pine Script v6 development tools
"""
__version__ = "3.4.0"
__all__ = ["__version__"]