Official Alpaca trading for stocks, ETFs, crypto, options
Live trading, data analysis, strategy building in plain English. The only MCP server supporting live trading.
{
"mcpServers": {
"alpaca": {
"mcpServers": {
"alpaca": {
"env": {
"ALPACA_API_KEY": "YOUR_API_KEY",
"ALPACA_API_SECRET": "YOUR_SECRET"
},
"args": [
"-y",
"@alpacahq/alpaca-mcp-server"
],
"command": "npx"
}
}
}
}
}