[ MCP_NODE_3877 ]
alpaca-trading
CATEGORY:
Integration
PROTOCOL:
MCP v1.0
[ DESCRIPTION ]
Trading platform MCP server enabling stock, ETF, crypto, and options trading via Alpaca’s API. Supports market data, portfolio management, and order execution.
[ CONFIGURATION_JSON ]
claude_desktop_config.json
{
"mcpServers": {
"alpaca-trading-en": {
"description": "Trading platform MCP server enabling stock, ETF, crypto, and options trading via Alpaca's API. Supports market data, portfolio management, and order execution.",
"command": "uvx",
"args": [
"alpaca-mcp-server"
],
"env": {
"ALPACA_API_KEY": "<your-alpaca-api-key>",
"ALPACA_SECRET_KEY": "<your-alpaca-secret-key>"
}
}
}
}
Source: claude-code-templates (MIT). See About Us for full credits.