alpaca-mcp-serverMCP Server39/100 via “market-data-query-and-historical-analysis”
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
Unique: Integrates Alpaca's StockHistoricalDataClient directly, supporting batch queries for multiple symbols and flexible timeframe selection (minute through month) without requiring separate API calls per symbol or timeframe. The tool set exposes both bars (OHLCV) and quotes (bid/ask) as distinct tools, allowing LLMs to choose the appropriate data type for their analysis.
More efficient than tools that query one symbol at a time because batch queries reduce API round-trips, and includes native support for multiple timeframes which generic data APIs often require manual aggregation to provide.