AAlpaca's Official MCP ServerWith 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
mcp-so:alpaca-mcp-server_alpacahq
View sourceA
100/100 First Seen
Feb 18, 2026
Last Scanned
Feb 20, 2026
Findings
1
Score
100/100
LOW 1
Findings (1)
LOW
Hardcoded secrets in MCP env block
L133 Detects hardcoded API keys, tokens, or passwords in MCP server environment configuration
"env": { + "ALPACA_SECRET_KEY": "your_alpaca_secret_key" FIX
Remove shell metacharacters (semicolons, pipes, ampersands, backticks) from MCP server arguments. Use explicit argument arrays and avoid shell expansion in MCP configurations.
FP?
Likely FP if the metacharacter is a literal part of a non-shell argument (e.g., a regex pattern or a URL query parameter containing ampersands).