MCP Servers / other / Alpaca Trading

Alpaca Trading

JSON →
none32other

Manage stock and crypto portfolios, place trades, and access market data via the Alpaca Trading API.

Install
How to run this server
[ { "cmd": "npx -y @smithery/cli", "imports": [] } ]
server path: alpaca-trading
Tools
What this server exposes
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
Configuration
Environment & auth
authnone
envALPACA_PAPER_API_KEY
envALPACA_PAPER_API_SECRET
Resources
Alpaca Trading — MCP Server · libregistry