# Alpaca — MCP server on mcp.ai > Connect your Alpaca account and use 100 tools for commerce straight from your AI agent. Connect with your own API key. Stock and crypto trading platform with commission-free trading, real-time market data, and algorithmic trading capabilities. By: mcp.ai · official Page: https://mcp.ai/alpaca ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_alpaca?ms=1787293560000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/alpaca/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/alpaca/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/alpaca/skill.md Postman collection (v2.1): https://mcp.ai/alpaca/postman.json ## Tools - alpaca_add_asset_to_watchlist(symbol: string, watchlist_id: string) — Adds a symbol to an existing watchlist in the authenticated account. Use when you need to track a new security in an existing watchlist. This action appends the specified symbol to the end of the watc - alpaca_add_asset_to_watchlist_by_name(name: string, symbol: string) — Add an asset to a watchlist by name. Use when you need to add a symbol to a specific watchlist identified by its name. If a watchlist with the specified name does not exist, it will be created automat - alpaca_create_watchlist(name: string, symbols?: string[]) — Creates a new watchlist for the authenticated account. Use this action when you need to: - Create a new watchlist to track specific securities - Set up initial symbols for a watchlist at creation time - alpaca_create_watchlist_for_account(name: string, symbols: string[], account_id: string) — Create a new watchlist for the authenticated account. Use when you need to create a watchlist to track specific securities. The name must contain only alphanumeric characters (no spaces or special cha - alpaca_delete_all_open_positions(cancel_orders?: boolean) — Liquidates all open positions by closing them at market price. This action is irreversible and will permanently close all positions in the account. Use when you need to quickly exit all positions, suc - alpaca_delete_all_orders_for_account(account_id: string) — Attempts to cancel all open orders for a specified trading account. A response will be provided for each order that is attempted to be cancelled. This action is irreversible for individual orders that - alpaca_delete_unsubscribe_account(subscription_id: string) — Delete a rebalancing subscription to unsubscribe an account. This action permanently removes the specified subscription. Use when you need to unsubscribe an account from rebalancing services. This act - alpaca_delete_watchlist_by_id(watchlist_id: string) — Delete a watchlist by its unique identifier. Use when you need to remove an entire watchlist that is no longer needed. This action is irreversible once executed — the watchlist and all its contents ca - alpaca_get_account() — Retrieves account information for the authenticated Alpaca account. Use this action when you need to check account status, available buying power, cash balance, equity, margin information, day trade c - alpaca_get_account_activities(date?: string, after?: string, until?: string, direction?: string, page_size?: integer, account_id?: string, page_token?: string) — Retrieves account activities for the authenticated Alpaca account. Use this action when you need to retrieve transaction history, dividend payments, interest payments, fees, transfers, or other accoun - alpaca_get_account_activities_by_activity_type(date?: string, after?: string, until?: string, direction?: string, page_size?: integer, page_token?: string, activity_type: string) — Retrieves account activities of a specific type for the authenticated Alpaca account. Use when you need to filter account activities by a specific type such as trade fills, dividends, interest payment - alpaca_get_account_activities2(date?: string, after?: string, until?: string, direction?: string, page_size?: integer, page_token?: string, activity_types?: string) — Retrieves account activities of one type for the authenticated Alpaca account using the v2 API. Use this action when you need to retrieve transaction history, dividend payments, interest payments, fee - alpaca_get_account_config() — Retrieves the current trading account configuration settings for the authenticated Alpaca account. Use this action when you need to check the current trading account settings such as day-trading margi - alpaca_get_account_portfolio_history(period?: string, date_end?: string, timeframe?: string, extended_hours?: boolean) — Retrieves the portfolio history statistics for an Alpaca trading account. Portfolio history provides a time series of equity values, profit/loss metrics, and other performance data over a specified ti - alpaca_get_account_portfolio_history1(end?: string, start?: string, period?: string, date_end?: string, pnl_reset?: string, timeframe?: string, account_id?: string, extended_hours?: boolean) — Retrieves the portfolio history statistics for a trading account. Portfolio history provides a time series of equity values, profit/loss metrics, and optionally cashflow data over a specified time per - alpaca_get_accounts_positions() — Bulk fetches all open positions for the authenticated account. Use when you need to retrieve all current positions, monitor overall portfolio holdings, or check unrealized P&L across the entire accoun - alpaca_get_all_open_positions() — Retrieves all open positions for the authenticated Alpaca trading account. Use this action when you need to retrieve all current positions, monitor portfolio holdings, or check unrealized P&L across t - alpaca_get_all_orders(after?: string, limit?: integer, until?: string, nested?: boolean, status?: string, symbols?: string, direction?: string) — Retrieves all orders for an account based on specified filter criteria. Returns a list of orders with their current status, filled quantity, prices, and any nested legs for complex orders. Use when yo - alpaca_get_alpaca_data_crypto_us_bars(end?: string, loc: string, sort?: string, limit?: integer, start?: string, symbols: string, timeframe: string, page_token?: string) — Retrieves historical OHLCV (Open, High, Low, Close, Volume) bars for crypto symbols in a specific US location. Use this action when you need to analyze historical price movements and trading activity - alpaca_get_bars_for_multiple_crypto_symbols(end?: string, limit?: integer, start?: string, symbols: string, exchanges?: string, timeframe: string, page_token?: string) — Retrieves OHLCV (Open, High, Low, Close, Volume) bars for multiple crypto symbols. Use this action when you need to: - Get historical price data for multiple crypto symbols - Analyze price trends over - alpaca_get_bars_for_multiple_stock_symbols(end?: string, feed?: string, limit?: integer, start?: string, symbols: string, timeframe: string, adjustment?: string, page_token?: string) — Retrieves OHLCV (Open, High, Low, Close, Volume) bars for multiple stock symbols. Use this action when you need to: - Get historical price data for multiple stock symbols - Analyze price trends over a - alpaca_get_bars_for_stock_symbol(end?: string, feed?: string, limit?: integer, start?: string, symbol: string, timeframe: string, adjustment?: string, page_token?: string) — Retrieves historical OHLCV (Open, High, Low, Close, Volume) bars for a single stock symbol. Use this action when you need to analyze historical price movements and trading activity for a specific stoc - alpaca_get_bars_stocks(end?: string, feed?: string, limit?: integer, start?: string, symbol: string, timeframe: string, adjustment?: string, page_token?: string) — Retrieves historical OHLCV (Open, High, Low, Close, Volume) bars for a single stock symbol. Use this action when you need to analyze historical price movements and trading activity for a specific stoc - alpaca_get_calendar(end?: string, start?: string) — Retrieves market calendar information for trading days from the Alpaca Trading API. Use this action when you need to: - Get market open and close times for specific dates - Check trading session times - alpaca_get_clock() — Retrieves the current market clock information from the Alpaca Trading API. Use this action when you need to: - Check if the market is currently open - Determine when the next market open or close wil - alpaca_get_conditions(tape: string, type: string) — Retrieves the mapping of condition codes to their names from Alpaca Markets API for the specified type (trade or quote conditions) and tape. Use this action when you need to: - Decode condition codes - alpaca_get_crypto_latest_quotes(loc: string, symbols: string) — Retrieves the latest bid and ask prices for specified crypto symbols at a specific location. Use when you need real-time quote data for cryptocurrency trading, such as checking current market prices b - alpaca_get_crypto_perp_latest_bars(loc: string, symbols: string) — Retrieves the latest OHLCV (Open, High, Low, Close, Volume) bars for crypto perpetual futures symbols. Use this action when you need real-time or near real-time price data for crypto perpetual futures - alpaca_get_crypto_perp_latest_order_books(loc: string, symbols: string) — Retrieves the latest bid and ask orderbook data for specified crypto perpetual futures symbols. Use when you need real-time orderbook data for crypto perpetual futures trading, such as checking curren - alpaca_get_crypto_perp_latest_pricing(loc: string, symbols: string) — Retrieves the latest pricing data for specified crypto perpetual futures symbols. Use when you need real-time pricing data for crypto perpetual futures trading, such as checking current market prices, - alpaca_get_crypto_perp_latest_quotes(loc: string, symbols: string) — Retrieves the latest bid and ask prices for specified crypto perpetual futures symbols for a specific location. Use when you need real-time quote data for crypto perpetual futures trading, such as che - alpaca_get_crypto_perp_latest_trades(loc: string, symbols: string) — Retrieves the latest trade data for specified crypto perpetual futures symbols. Use when you need real-time trade data for crypto perpetual futures trading, such as monitoring recent trades, analyzing - alpaca_get_crypto_perps_global_latest_bars(symbols: string) — Retrieves the latest OHLCV (Open, High, Low, Close, Volume) bars for crypto perpetual futures symbols. Use this action when you need real-time or near real-time price data for crypto perpetual futures - alpaca_get_crypto_perps_global_latest_pricing(symbols: string) — Returns the latest pricing data for crypto perpetual futures symbols. Use this action when you need to retrieve current market data for crypto perpetual futures contracts including mark price, index p - alpaca_get_crypto_perps_global_latest_quotes(symbols: string) — Retrieves the latest bid and ask prices for specified crypto perpetual futures symbols. Use when you need real-time quote data for crypto perpetual futures trading, such as checking current market pri - alpaca_get_crypto_perps_global_latest_trades(symbols: string) — Retrieves the latest trade data for specified crypto perpetual futures symbols. Use when you need real-time trade data for crypto perpetual futures trading, such as monitoring recent trades, analyzing - alpaca_get_crypto_snapshots(loc: string, symbols: string) — Retrieves snapshots (latest trade, latest quote, minute bar, daily bar, and previous daily bar) for multiple cryptocurrency symbols in a specific location. Use this action when you need comprehensive - alpaca_get_crypto_us_latest_bars(symbols: string) — Retrieves the latest OHLCV (Open, High, Low, Close, Volume) bars for US crypto symbols. Use this action when you need real-time or near real-time price data for multiple crypto trading pairs. Returns - alpaca_get_crypto_us_latest_order_books(symbols: string) — Retrieves the latest bid and ask orderbook data for specified crypto symbols in the US market. Use when you need real-time orderbook data for cryptocurrency trading in the US market, such as checking - alpaca_get_crypto_us_latest_quotes(symbols: string) — Retrieves the latest bid and ask prices for specified crypto symbols in the US location. Use when you need real-time quote data for cryptocurrency trading in the US market, such as checking current ma - alpaca_get_crypto_us_latest_trades(symbols: string) — Retrieves the latest trade data for specified crypto symbols in the US location. Use when you need real-time trade data for cryptocurrency trading, such as monitoring recent trades, analyzing price mo - alpaca_get_crypto_us_quotes(end?: string, sort?: string, limit?: integer, start?: string, symbols: string, page_token?: string) — Retrieves historical quote data (bid/ask prices) for specified crypto symbols on US exchanges. Returns quotes sorted by symbol first, then by timestamp. Use when you need: - Historical bid/ask price d - alpaca_get_crypto_us_snapshots(symbols: string) — Retrieves snapshots (latest trade, latest quote, minute bar, daily bar, and previous daily bar) for multiple cryptocurrency symbols in the US market location. Use this action when you need comprehensi - alpaca_get_crypto_us_trades(end?: string, sort?: string, limit?: integer, start?: string, symbols: string, page_token?: string) — Retrieves historical trade data for specified US crypto symbols. Use when you need to: - Get historical trade data for US crypto symbols at once - Analyze trading volume and price movements over time - alpaca_get_exchanges() — Retrieves a list of supported stock exchanges with their short codes and full names from the Alpaca Market Data API. Use this action when you need to: - Get the mapping between exchange codes and full - alpaca_get_latest_bar_for_stock_symbol(feed?: string, symbol: string) — Retrieves the latest OHLCV (Open, High, Low, Close, Volume) bar for a single stock symbol. Use this action when you need real-time or near real-time price bar data for a specific stock trading symbol. - alpaca_get_latest_bars_for_crypto_symbol(symbol: string) — Retrieves the latest OHLCV (Open, High, Low, Close, Volume) bar data for a crypto symbol. Use this action when you need real-time or near real-time price data for a specific cryptocurrency pair. Retur - alpaca_get_latest_bars_for_crypto_symbols(loc: string, symbols: string) — Retrieves the latest OHLCV (Open, High, Low, Close, Volume) bars for multiple crypto symbols. Use this action when you need real-time or near real-time price bar data for multiple cryptocurrency pairs - alpaca_get_latest_bars_for_multiple_stock_symbols(feed?: string, symbols: string) — Retrieves the latest OHLCV (Open, High, Low, Close, Volume) bars for multiple stock symbols. Use this action when you need real-time or near real-time price bar data for multiple stock trading symbols - alpaca_get_latest_order_books_for_crypto(loc: string, symbols: string) — Retrieves the latest bid and ask orderbook data for specified crypto symbols. Use when you need real-time orderbook data for cryptocurrency trading, such as checking current market depth before placin - alpaca_get_latest_quote_for_crypto_symbol(symbol: string) — Retrieves the latest bid and ask prices for a specified crypto symbol. Use when you need real-time quote data for a specific cryptocurrency, such as checking current market prices before placing an or - alpaca_get_latest_quote_for_stock_symbol(feed?: string, symbol: string) — Retrieves the latest NBBO (National Best Bid and Offer) quote for a single stock symbol. Use this action when you need real-time or near real-time bid and ask prices for a specific stock trading symbo - alpaca_get_latest_quotes_for_multiple_crypto_symbols(symbols: string, exchange?: string) — Retrieves the latest bid and ask prices for specified crypto symbols. Use when you need real-time quote data for cryptocurrency trading, such as checking current market prices before placing orders or - alpaca_get_latest_quotes_for_multiple_stock_symbols(feed?: string, symbols: string) — Retrieves the latest NBBO (National Best Bid and Offer) quotes for multiple stock symbols. Use this action when you need real-time or near real-time bid and ask prices for multiple stock trading symbo - alpaca_get_latest_trade_for_stock_symbol(feed?: string, symbol: string) — Retrieves the latest trade data for a single stock symbol. Use this action when you need the most recent trade information for a specific stock ticker, such as checking current market price and volume - alpaca_get_latest_trades_for_multiple_crypto_symbols(symbols: string, exchange: string) — Retrieves the latest trade data for specified crypto symbols. Use when you need real-time trade data for cryptocurrency trading, such as monitoring recent trades, analyzing price movements, or trackin - alpaca_get_latest_trades_for_multiple_stock_symbols(feed?: string, symbols: string) — Retrieves the latest trade data for multiple stock symbols. Use this action when you need real-time or near real-time trade data for multiple stock trading symbols simultaneously. This is useful for d - alpaca_get_market_calendar(end?: string, start?: string, market: string) — Retrieves market calendar information for a specific exchange from the Alpaca Trading API. Use this action when you need to: - Get market open and close times for a specific exchange (NYSE, NASDAQ, et - alpaca_get_meta_exchanges() — Retrieves a list of all US stock exchanges and their identifying information from the Alpaca Market Data API. Use this action when you need to: - Get details about available stock exchanges for order - alpaca_get_most_actives(by?: string, top?: integer) — Retrieves the most active stocks by trading volume or trade count. Use this action when you need to: - Fetch top traded stocks for the current period - Monitor market liquidity and activity - Build tr - alpaca_get_news(end?: string, sort?: string, limit?: integer, start?: string, symbols: string, page_token?: string, include_content?: boolean, exclude_contentless?: boolean) — Retrieves news articles for specified crypto symbols from the Alpaca Market Data API. Use this action when you need to: - Fetch the latest news for crypto assets (BTCUSD, ETHUSD, etc.) - Monitor news - alpaca_get_open_position(symbol_or_asset_id: string) — Fetches a single open position by symbol or asset ID. Use when you need to retrieve detailed information about a specific position, including cost basis, shares traded, market value, and unrealized P& - alpaca_get_option_bars(end?: string, sort?: string, limit?: integer, start?: string, symbols: string, timeframe: string, page_token?: string) — Retrieves historical OHLCV (Open, High, Low, Close, Volume) bars for options contracts. Use this action when you need to analyze historical price movements and trading activity for specific option con - alpaca_get_option_chain(feed?: string, type?: string, expiration_date?: string, strike_price_gte?: number, strike_price_lte?: number, underlying_symbol: string, expiration_date_gte?: string, expiration_date_lte?: string) — Retrieves the option chain for a specific underlying symbol including quotes and greeks for all available strikes and expirations. Use this action when you need comprehensive option market data for a - alpaca_get_option_contract_symbol_or_id(symbol_or_id: string) — Get an option contract by its symbol or unique identifier. Use this action when you need to retrieve detailed information about a specific option contract. You can query by either the contract's OCC s - alpaca_get_option_latest_quotes(symbols: string) — Retrieves the latest bid and ask prices for specified option symbols. Use when you need real-time quote data for options trading, such as checking current market prices before placing orders or monito - alpaca_get_option_meta_conditions(ticktype: string) — Retrieves the mapping of condition codes to their names from Alpaca Markets API for the specified tick type (trade or quote conditions). Use this action when you need to: - Decode condition codes from - alpaca_get_option_snapshots(symbols: string) — Retrieves snapshots (latest trade, latest quote, minute bar, daily bar, and previous daily bar) for multiple option contract symbols. Use this action when you need comprehensive real-time market data - alpaca_get_option_trades(end?: string, limit?: integer, start?: string, symbols: string, page_token?: string) — Retrieves historical trade data for option contracts. Use this action when you need to: - Analyze historical trade activity for option contracts - Review past trades for specific option symbols - Calc - alpaca_get_options_contracts(type?: string, limit?: integer, ppind?: boolean, style?: string, status?: string, page_token?: string, root_symbol?: string, expiration_date?: string, strike_price_gte?: number, strike_price_lte?: number, show_deliverables?: boolean, underlying_symbols?: string, expiration_date_gte?: string, expiration_date_lte?: string) — Retrieve option contracts from Alpaca Markets API (BETA). Use this action when you need to: - Search for option contracts by underlying symbol - Filter contracts by expiration date, strike price, type - alpaca_get_options_latest_trades(symbols: string) — Retrieves the latest trade for each requested option contract symbol. Use this action when you need to: - Get the most recent trade price and size for specific option contracts - Check the last traded - alpaca_get_options_meta_conditions_trade() — Retrieves the mapping of trade condition codes to their names from Alpaca Markets API. Use this action when you need to: - Decode trade condition codes from options market data - Get the list of all v - alpaca_get_options_snapshots_underlying_symbol(feed?: string, type?: string, limit?: integer, page_token?: string, root_symbol?: string, updated_since?: string, expiration_date?: string, strike_price_gte?: number, strike_price_lte?: number, underlying_symbol: string, expiration_date_gte?: string, expiration_date_lte?: string) — Retrieves the option chain snapshot data for a specific underlying symbol. This endpoint provides the latest trade, quote, and greeks data for all option contracts associated with an underlying symbol - alpaca_get_pdt_status(account_id?: string) — Retrieves the Pattern Day Trader (PDT) status for a specified Alpaca trading account. Use when you need to check if an account is flagged as a PDT, monitor PDT call counts, or verify day trading buyin - alpaca_get_positions_for_account(account_id: string) — Lists all open positions for a specified trading account. Use when you need to retrieve current positions, monitor portfolio holdings, or check unrealized P&L for an account. - alpaca_get_quotes_for_multiple_stock_symbols(end?: string, feed?: string, limit?: integer, start?: string, symbols: string, page_token?: string) — Retrieves historical quote (bid/ask) data for multiple stock symbols. Use this action when you need historical quote data including bid and ask prices for multiple stock trading symbols. This is usefu - alpaca_get_quotes_for_stock_symbol(end?: string, feed?: string, limit?: integer, start?: string, symbol: string, page_token?: string) — Retrieves historical NBBO (National Best Bid and Offer) quotes for a specific stock symbol. Use this action when you need historical quote data for a single stock symbol, such as for analysis, backtes - alpaca_get_snapshot_for_stock_symbol(feed?: string, symbol: string) — Retrieves a snapshot (latest trade, latest quote, minute bar, daily bar, and previous daily bar) for a single stock symbol. Use this action when you need comprehensive real-time market data for a sing - alpaca_get_snapshots_for_multiple_crypto_symbols(symbols: string, exchange?: string) — Retrieves snapshots (latest trade, latest quote, minute bar, daily bar, and previous daily bar) for multiple cryptocurrency symbols. Use this action when you need comprehensive real-time market data f - alpaca_get_snapshots_for_multiple_stock_symbols(feed?: string, symbols: string) — Retrieves snapshots (latest trade, latest quote, minute bar, daily bar, and previous daily bar) for multiple stock symbols. Use this action when you need comprehensive real-time market data for multip - alpaca_get_specific_announcement(id: string) — Retrieves a specific corporate action announcement by its unique identifier. Use this action when you need to fetch detailed information about a corporate action such as dividends, stock splits, merge - alpaca_get_stock_auction_single(end?: string, feed?: string, limit?: integer, start?: string, symbol: string, page_token?: string) — Retrieves historical auction (opening/closing print) data for a single stock symbol. Use this action when you need to analyze auction-related price and volume data for a specific stock ticker. This is - alpaca_get_stock_auctions(end?: string, feed?: string, limit?: integer, start?: string, symbols: string, page_token?: string) — Retrieves historical auction data for specified stock symbols. Use this action when you need to: - Analyze opening and closing auction prices for stocks - Study pre-market and post-market auction beha - alpaca_get_stocks_meta_conditions_trade(tape: string) — Retrieves the mapping of trade condition codes to their names from Alpaca Markets API. Use this action when you need to: - Decode trade condition codes from stock market data - Get the list of all val - alpaca_get_subscription(subscription_id: string) — Retrieves a rebalancing subscription by its unique ID. Returns complete subscription details including the associated account ID, portfolio ID, creation timestamp, and last rebalancing timestamp. Use - alpaca_get_top_movers_by_market_type(top?: integer, market_type: string) — Retrieves the top market movers (gainers and losers) for a specified market type. Use this action when you need to: - Fetch top gainers and losers for stock market analysis - Get cryptocurrency movers - alpaca_get_trades_for_multiple_crypto_symbols(end?: string, limit?: integer, start?: string, symbols: string, exchanges?: string, page_token?: string) — Retrieves historical trade data for specified crypto symbols. Use when you need to: - Get historical trade data for multiple crypto symbols at once - Analyze trading volume and price movements over ti - alpaca_get_trades_for_multiple_stock_symbols(end?: string, feed?: string, limit?: integer, start?: string, symbols: string, page_token?: string) — Retrieves historical trade data for multiple stock symbols. Use this action when you need: - Historical trade data for multiple stock symbols at once - Analyze trading volume and price movements over - alpaca_get_trades_for_stock_symbol(end?: string, feed?: string, limit?: integer, start?: string, symbol: string, page_token?: string) — Retrieves historical trade data for a single stock symbol. Use this action when you need to analyze historical trade data for a specific stock ticker, such as reviewing price movements, trading volume - alpaca_get_watchlist_by_id(watchlist_id: string) — Retrieves a single watchlist by its unique identifier. Use when you need to view the details of a specific watchlist, including its name, associated assets, and timestamps. This endpoint provides dire - alpaca_get_watchlist_by_name(name: string) — Retrieves a specific watchlist by its name. Use when you need to find a particular watchlist without knowing its ID, such as when managing watchlists for display or modification. Returns the watchlist - alpaca_get_watchlists() — Retrieves all watchlists associated with the authenticated account. Use this action when you need to: - View all watchlists for an account - Find a specific watchlist by name - Check what symbols are - alpaca_patch_account_configurations(pdt_check?: string, dtbp_check?: string, no_shorting?: boolean, suspend_trade?: boolean, fractional_trading?: boolean, trade_confirm_email?: string, max_margin_multiplier?: string) — Update the trading account configuration settings for the authenticated account. Use when you need to modify account-level trading settings such as day-trading buying power checks, fractional trading - alpaca_remove_asset_from_watchlist(symbol: string, watchlist_id: string) — Removes a symbol from an existing watchlist in Alpaca. Use this action when you need to delete a ticker symbol from a watchlist that is no longer being tracked. The action returns the updated watchlis - alpaca_remove_symbol_from_watchlist(symbol: string, watchlist_id: string) — Tool to remove a symbol from an existing watchlist in Alpaca. Use when you need to delete a ticker symbol from a watchlist that is no longer being tracked. This action is irreversible - once a symbol - alpaca_update_trading_configurations(frozen?: boolean, account_id?: string, dtbp_check?: string, no_shorting?: boolean, plaid_setting?: string, suspend_trade?: boolean, enable_crypto_send?: boolean, crypto_auto_convert?: boolean, trade_confirm_email?: string) — Updates trading account configurations for an Alpaca trading account. Use when you need to modify account-level trading settings such as day-trading buying power checks, trade confirmation email prefe - alpaca_update_watchlist_by_id(name: string, symbols?: string[], watchlist_id: string) — Updates an existing watchlist by its unique identifier. Use when you need to modify the name or symbols in a watchlist using its ID rather than name. This action allows partial updates - you can updat - alpaca_update_watchlist_by_name(name: string, symbols?: string[], new_name?: string) — Updates an existing watchlist by its name. Use when you need to modify the symbols in a watchlist or rename it. The action allows partial updates - you can provide only symbols to update the watchlist - alpaca_update_watchlist_by_name2(name: string, symbols?: string[], new_name?: string) — Updates an existing watchlist by its name. Use when you need to modify the symbols in a watchlist or rename it. The action allows partial updates - you can provide only symbols to update the watchlist - alpaca_upload_account_cip(account_id: string, cip_result: object) — Upload CIP (Customer Identification Program) information for an account to complete identity verification. Use when you need to submit identity information for a new Alpaca trading account as part of ## Example prompts - "What can I do in Alpaca?" - "Show me a summary of my Alpaca account" ## Links Docs: https://mcp.ai/docs/mcps/alpaca Website: https://mcp.ai/mcps/alpaca