[ MCP_NODE_3877 ]

alpaca-trading

CATEGORY:
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.
[ UPLINK_INFO ]
TYPE
Unknown
HOW TO INSTALL:
  1. Open your Claude Desktop config file.
  2. Copy the JSON block on the left.
  3. Paste it into the mcpServers section.
  4. Restart Claude Desktop.