Skip to main content
Glama
alpacahq

alpaca-mcp-server

Official
by alpacahq

Related Servers

Alternatives to alpaca-mcp-server

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      D
      maintenance
      An MCP server implementation for Alpaca's Trading API that enables LLMs to interact with Alpaca's trading infrastructure using natural language, supporting stock, options, and crypto trading, portfolio management, watchlists, and market data.
      4
      MIT
    • F
      license
      Not graded
      quality
      C
      maintenance
      MCP server and CLI for trading stocks, ETFs, and crypto via Alpaca, enabling natural language trading through AI assistants and terminal with paper trading defaults.
      -
    • A
      license
      D
      quality
      D
      maintenance
      MCP server that exposes Alpaca Market Data & Broker API as tools, enabling access to financial data like stock bars, assets, market days, and news through the Message Control Protocol.
      4
      22 npm
      2
      ISC
    • A
      license
      B
      quality
      C
      maintenance
      A comprehensive Model Context Protocol server for Alpaca's Trading API that enables natural language trading operations through AI assistants, supporting stocks, options, crypto, portfolio management, and real-time market data.
      69
      MIT
    • A
      license
      Not graded
      quality
      D
      maintenance
      A Model Context Protocol server enabling LLMs like Claude to interact with the Alpaca trading API through natural language for stock trading, checking positions, fetching market data, and managing your account.
      27
      MIT
    • A
      license
      A
      quality
      D
      maintenance
      An MCP server that exposes trading analytics — technical indicators, portfolio state, risk metrics, and backtest results — as tools an LLM agent can call.
      5
      MIT

    TDQS

    B3.3/5.0

    Scored across 72 tools

    Disambiguation3/5

    Most tools partition cleanly by asset class and data type, but several overlapping pairs create ambiguity: get_corporate_actions vs. get_corporate_action_announcements, get_option_contracts vs. get_option_chain, and historical get_stock_quotes/get_crypto_quotes vs. the get_*_latest_quote tools. The descriptions clarify intent, but the tool names alone would often make selection error-prone.

    Naming Consistency4/5

    The set predominantly follows a get_<resource> pattern with clear action prefixes like place_, cancel_, update_, delete_, and create_, making the convention easy to learn. Deviations include get_corporate_actions versus get_corporate_action_announcement(s) and historical quote tools that omit "historical" in their names, but there is no style mixing such as camelCase.

    Tool Count1/5

    With 72 tools, this server far exceeds both the 25+ "too many" threshold and the 50+ "extreme mismatch" threshold. The Alpaca domain is broad and most tools are distinct, but exposing this many tools in one MCP server makes tool selection expensive and overwhelming for an agent.

    Completeness5/5

    The tool surface is highly comprehensive, covering account, orders, positions, watchlists, assets, market data for stocks/crypto/options/fixed income, news, calendar, corporate actions, locates, and API documentation. Order lifecycle and watchlist CRUD are complete, and there are no obvious dead ends in core workflows.

    Maintenance

    ActivityActive
    ResponsivenessSlow