alpaca-mcp-server

alpaca-mcp-server

3.2

If you are the rightful owner of alpaca-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Python implementation of the Model Context Protocol (MCP) Server for Alpaca Trading.

The Alpaca Trading MCP Server is a Python-based implementation of the Model Context Protocol (MCP) designed to facilitate interaction between Large Language Models (LLMs) like Anthropic Claude and Alpaca's trading API. This server allows users to manage accounts, access market data, execute trading operations, and track positions through a standardized protocol. The server is particularly useful for developers and programmatic traders looking to automate trading strategies or build investing applications. It is important to note that this software is provided 'as is' and users should exercise caution, especially when engaging in live trading.

Features

  • Account Management: View account information and portfolio summary.
  • Market Data: Access real-time quotes and historical price bars.
  • Trading Operations: Place market and limit orders.
  • Position Tracking: Monitor current positions and recent orders.

Tools

  1. place_market_order

    Place a market order.

  2. place_limit_order

    Place a limit order.

  3. cancel_order

    Cancel an existing order.

  4. get_portfolio_summary

    Get a summary of the current portfolio.

Related MCP Servers

View all finance servers →