With Alpaca's MCP server, you can:
* Build simple and complex trading strategies for stocks and options using natural language with your Alpaca account
* Pull real-time and historical market data for stocks and options, including stock prices, contract prices, and the Greeks, without switching tools
* Manage your portfolio including tracking investments, monitoring positions, and creating watchlists, all in one place
* Switch easily between your paper and live trading accounts
Server Config
{
"mcpServers": {
"alpaca": {
"command": "uvx",
"args": [
"alpaca-mcp-server",
"serve"
],
"env": {
"ALPACA_API_KEY": "your_alpaca_api_key",
"ALPACA_SECRET_KEY": "your_alpaca_secret_key"
}
}
}
}