MCP Servers / cloud-service / Alpaca

Alpaca

JSON →
none3cloud-service

Interact with the Alpaca trading API for stock trading, market data, and account management.

Install
How to run this server
[ { "cmd": "pip install mcp", "imports": [] } ]
server path: alpaca-2
Tools
What this server exposes
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
Configuration
Environment & auth
authnone
envAPI_KEY_ID
envAPI_SECRET_KEY
Resources
Alpaca — MCP Server · libregistry