Alpaca
Official
💰 Finance & Trading
Official Alpaca MCP server for stock, ETF, crypto, and options trading. Real-time market data, order management, portfolio tracking, watchlists, and corporate actions. Paper trading mode for safe testing before live execution.
Tags
Tools (24)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"alpaca": {
"command": "uvx",
"args": [
"alpaca-mcp-server",
"serve"
],
"env": {
"ALPACA_API_KEY": "your-alpaca-api-key-here",
"ALPACA_SECRET_KEY": "your-alpaca-secret-key-here",
"ALPACA_PAPER_TRADE": "your-alpaca-paper-trade-here"
}
}
}
}