Best for
- Developers who want to automate trading
- Users who want to use AI assistants for investment research and trade execution
- Traders familiar with Alpaca brokerage services
The Alpaca MCP server is an official, feature-rich server covering multiple asset classes and trading operations, but requires careful use due to real trading risks.
Alpaca's official MCP server, built with FastMCP and OpenAPI specs, provides 60+ tools covering account management, trading, positions, market data, news, and more. Supports stocks, options, crypto, fixed income, indices, and other asset classes. Users can execute trades, fetch real-time and historical market data, and manage portfolios through natural language instructions in AI assistants like Claude, Cursor, and VS Code.
{
"mcpServers": {
"alpaca": {
"command": "uvx",
"args": ["alpaca-mcp-server"],
"env": {
"ALPACA_API_KEY": "your_alpaca_api_key",
"ALPACA_SECRET_KEY": "your_alpaca_secret_key"
}
}
}
}