MCP server for Alpaca API to manage stock/crypto portfolios, place various order types, and access market data.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Alpaca MCP.
get_account_info_toolGet current account information
place_market_orderPlace a market order to buy or sell a stock
place_limit_orderPlace a limit order to buy or sell a stock at a specified price
place_stop_orderPlace a stop order to buy or sell a stock when it reaches a specified price
place_stop_limit_orderPlace a stop-limit order combining stop and limit order features
cancel_orderCancel an open order by its ID
A Model Context Protocol (MCP) server that provides an interface to the Alpaca trading API, allowing you to manage your stock and crypto portfolio, place trades, and access market data.
To install Alpaca Trading MCP Server for Claude Desktop automatically via Smithery:
Or using uv:
.env.example file to .env:.env file:You can obtain these credentials by creating an account at Alpaca.
Run the MCP server:
The server will start and be available for MCP clients to connect to.
Open your Claude for Desktop App configuration in a text editor. Create the file if it doesn't exist.
%APPDATA%\Claude\claude_desktop_config.json~/Library/Application\ Support/Claude/claude_desktop_config.jsonAdd the Alpaca MCP server configuration:
MCP For Server Developers: Quickstart
The server provides the following resources:
account://info - Get current account informationpositions://all - Get all current positionspositions://{symbol} - Get position details for a specific symbolorders://recent/{limit} - Get most recent orders with specified limitmarket://{symbol}/quote - Get current market quote for a specific symbolmarket://{symbol}/bars/{timeframe} - Get historical price bars for a symbol with specified timeframeassets://list - List tradable assets available on Alpacaassets://{symbol} - Get detailed asset information by symbolThe server provides the following tools:
get_account_info_tool - Get current account informationplace_market_order - Place a market order to buy or sell a stockplace_limit_order - Place a limit order to buy or sell a stock at a specified priceplace_stop_order - Place a stop order to buy or sell a stock when it reaches a specified priceplace_stop_limit_order - Place a stop-limit order combining stop and limit order featurescancel_order - Cancel an open order by its IDclose_position - Close an open position for a specific symbolget_portfolio_summary - Get a comprehensive summary of the portfolioFactual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/laukikk-alpaca-mcp)<a href="https://allmcps.com/mcp/laukikk-alpaca-mcp"><img src="https://allmcps.com/api/badge/laukikk-alpaca-mcp?style=directory" alt="Alpaca MCP on AllMCPs" /></a>