alpaca guard for Claude Code
io.github.evidai/alpaca-guard
Alpaca trading API with hard daily USD cap guard. Paper trading default; live opt-in.
client:Claude Code
transport:stdio
runtime:npm
Install alpaca guard in Claude Code
run in your project directory
claude mcp add alpaca-guard -e ALPACA_API_KEY=<ALPACA_API_KEY> -e ALPACA_SECRET_KEY=<ALPACA_SECRET_KEY> -- npx -y alpaca-guard-mcp
Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs