Connect Your AI Agent with Alpaca for Slack

Integrate Alpaca MCP server into your Slack workspace for instant access to your AI agent.

Back to MCP Servers
Alpaca
Alpaca
Commission-Free API First Stock Brokerage

Categories

Web & App Development

Available Tools

Tools that your AI agent can use through this MCP server to interact with Alpaca

Place Order

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

List Positions

Retrieves a list of the account’s open positions, See the docs

List Orders

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

Get Account Info

Returns the account info, See the docs

Close Position

Closes (liquidates) the account’s open position. Works for both long and short positions, See the docs

Close All Positions

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

Cancel All Orders

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

Cancel Order

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