alpaca-mcp-server and tradingview-chart-mcp
These are complements: Alpaca provides programmatic trading execution and market data via API, while TradingView offers visual technical analysis through chart images, allowing users to analyze charts and execute trades based on that analysis within a single workflow.
About alpaca-mcp-server
alpacahq/alpaca-mcp-server
Alpaca’s official MCP Server lets you trade stocks, ETFs, crypto, and options, run data analysis, and build strategies in plain English directly from your favorite LLM tools and IDEs
Built with FastMCP and OpenAPI, it dynamically generates trading tools from Alpaca's API specifications rather than hand-crafting them, enabling automatic schema alignment and toolset filtering via `ALPACA_TOOLSETS`. Integrates with Claude, Cursor, VS Code, and PyCharm through the Model Context Protocol (MCP) stdio transport, allowing LLMs to execute trading operations with real-time market data access and portfolio management directly within IDE environments.
About tradingview-chart-mcp
ertugrul59/tradingview-chart-mcp
MCP server that captures TradingView chart images via Selenium — supports any ticker/interval with browser pooling for concurrent performance
Implements browser pooling with pre-initialized Selenium instances to achieve 70-80% performance improvement on concurrent requests, supporting up to 4 simultaneous chart captures. Uses MCP stdio transport with configurable authentication, base64 clipboard capture for direct data URIs, and built-in performance statistics tracking. Integrates with Claude and other MCP clients via natural language prompts that auto-map timeframe names to TradingView interval codes.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work