laukikk/alpaca-mcp
If you are the rightful owner of alpaca-mcp 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.
A Model Context Protocol (MCP) server that provides an interface to the Alpaca trading API, allowing you to manage your stock and crypto portfolio, place trades, and access market data.
Tools
Functions exposed to the LLM to take actions
get_account_info_tool
Get current account information
place_market_order
Place a market order to buy or sell a stock
place_limit_order
Place a limit order to buy or sell a stock at a specified price
place_stop_order
Place a stop order to buy or sell a stock when it reaches a specified price
place_stop_limit_order
Place a stop-limit order combining stop and limit order features
cancel_order
Cancel an open order by its ID
close_position
Close an open position for a specific symbol
get_portfolio_summary
Get a comprehensive summary of the portfolio
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client