Tools that your AI agent can use through this MCP server to interact with Alpaca
Places a new order for the given account. An order request may be rejected if the account is not authorized for trading, or if the tradable balance is insufficient to fill the order, See the docs
Retrieves a list of the account’s open positions, See the docs
Retrieves a list of orders for the account, filtered by the supplied query parameters, if no filter given all will be returned, See the docs
Returns the account info, See the docs
Closes (liquidates) the account’s open position. Works for both long and short positions, See the docs
Closes (liquidates) all of the account’s open long and short positions. A response will be provided for each order that is attempted to be cancelled. If an order is no longer cancelable, the server will reject the request, See the docs
Attempts to cancel all open orders. A response will be provided for each order that is attempted to be cancelled. If an order is no longer cancelable, the server reject the request, See the docs
Attempts to cancel an open order. If the order is no longer cancelable (example: status=filled
), the server will reject the request, See the docs