tedlikeskix_alpaca-mcp-server
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
get_account_info
Get account balances and status
get_positions
List all current positions in the portfolio
get_stock_quote
Get the latest quote for a stock
get_stock_bars
Get historical price bars for a stock
get_orders
List orders with specified status
place_market_order
Place a market order
place_limit_order
Place a limit order
cancel_all_orders
Cancel all open orders
close_all_positions
Close all open positions