Back to Apps

Alpaca Trading
by alpacahq
Trade stocks, ETFs, crypto, and options in plain English via AI assistants using Alpaca's Trading API.
0 stars
Works in:CursorVS Code CopilotGemini CLI
Exposes:ToolsResources
What it does
Alpaca Trading connects AI assistants directly to Alpaca's Trading API, enabling natural language execution of financial trades, portfolio management, and real-time market data analysis for stocks, cryptocurrencies, and options.
Tools
place_stock_order: Execute market, limit, stop, and trailing-stop orders for stocks and ETFs.get_account_info: Retrieve current balance, margin, and account status.get_stock_snapshot: Get a comprehensive view of a stock, including latest quotes and bars.place_option_order: Execute single-leg or multi-leg options strategies.get_portfolio_history: Track equity and P/L performance over time.get_news: Access latest news articles filtered by ticker and date.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"alpaca": {
"command": "uvx",
"args": ["alpaca-mcp-server"],
"env": {
"ALPACA_API_KEY": "your_alpaca_api_key",
"ALPACA_SECRET_KEY": "your_alpaca_secret_key"
}
}
}
}
Supported hosts
Confirmed support for Claude Desktop, Cursor, VS Code Copilot, Gemini CLI, and Claude Code.
Quick install
uvx alpaca-mcp-serverInformation
- Pricing
- free
- Published
- 4/26/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to ~/.cursor/mcp.json with command 'uvx' and args ['alpaca-mcp-server']Claude Desktop
{"mcpServers": {"alpaca": {"command": "uvx", "args": ["alpaca-mcp-server"], "env": {"ALPACA_API_KEY": "...", "ALPACA_SECRET_KEY": "..."}}}}VS Code Copilot
Add to .vscode/mcp.json with type 'stdio', command 'uvx', and args ['alpaca-mcp-server']





