alpaca-mcp-server and maverick-mcp
These are complementary tools: Alpaca provides the brokerage API infrastructure and trading execution capabilities, while Maverick appears to be a specialized analysis layer that could consume Alpaca's market data and portfolio information to deliver personalized stock analysis.
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 maverick-mcp
wshobson/maverick-mcp
MaverickMCP - Personal Stock Analysis MCP Server
Implements 29+ financial analysis tools built on FastMCP 2.0, including VectorBT-powered backtesting with 15+ strategies, technical indicators (SMA, EMA, RSI, MACD, Bollinger Bands), and portfolio optimization via SQLAlchemy with optional Redis caching. Runs locally with HTTP/SSE/STDIO transport options for Claude Desktop integration, pre-seeded with 520 S&P 500 stocks and screening recommendations. Built with modern Python tooling (uv package manager, TA-Lib for indicators) and designed for zero-authentication personal use without external service dependencies.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work