tedlikeskix_alpaca-mcp-server

tedlikeskix_alpaca-mcp-server

3.2

If you are the rightful owner of tedlikeskix_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.

The Alpaca MCP Server enables natural language interaction with the Alpaca trading API, facilitating stock trading, market data retrieval, and account management.

The Alpaca MCP Server is a Model Context Protocol (MCP) server designed to integrate with Alpaca's trading API, allowing users to manage their trading activities through natural language commands. This server is particularly useful for those who use LLMs like Claude, enabling seamless interaction with the trading platform. Users can perform a variety of tasks such as checking account balances, viewing current stock positions, placing orders, and retrieving market data. The server is built with Python and requires Alpaca API keys for authentication. It supports both paper trading and real money trading, providing flexibility for users to test strategies or engage in actual trading. The server is designed to be secure, but users are advised to review all suggested trades carefully.

Features

  • Real-time market data retrieval
  • Account balance and status checking
  • Position management and performance tracking
  • Order placement and management through natural language
  • Integration with Claude for Desktop

Tools

  1. get_account_info

    Get account balances and status

  2. get_positions

    List all current positions in the portfolio

  3. get_stock_quote

    Get the latest quote for a stock

  4. get_stock_bars

    Get historical price bars for a stock

  5. get_orders

    List orders with specified status

  6. place_market_order

    Place a market order

  7. place_limit_order

    Place a limit order

  8. cancel_all_orders

    Cancel all open orders

  9. close_all_positions

    Close all open positions