PluginBench
MCP Server

io.github.evidai/alpaca-guard MCP Server

io.github.evidai/alpaca-guard

What is the io.github.evidai/alpaca-guard MCP server?

Alpaca trading API with hard daily USD cap guard. Paper trading default; live opt-in.

How to install io.github.evidai/alpaca-guard

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • ALPACA_API_KEY
    secret

    Alpaca API key. Leave unset for paper trading mode.

  • ALPACA_SECRET_KEY
    secret

    Alpaca secret key.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "alpaca-guard": {
      "command": "npx",
      "args": [
        "-y",
        "alpaca-guard-mcp"
      ],
      "env": {
        "ALPACA_API_KEY": "<YOUR_ALPACA_API_KEY>",
        "ALPACA_SECRET_KEY": "<YOUR_ALPACA_SECRET_KEY>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "alpaca-guard": {
      "command": "npx",
      "args": [
        "-y",
        "alpaca-guard-mcp"
      ],
      "env": {
        "ALPACA_API_KEY": "<YOUR_ALPACA_API_KEY>",
        "ALPACA_SECRET_KEY": "<YOUR_ALPACA_SECRET_KEY>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "alpaca-guard": {
      "command": "npx",
      "args": [
        "-y",
        "alpaca-guard-mcp"
      ],
      "env": {
        "ALPACA_API_KEY": "<YOUR_ALPACA_API_KEY>",
        "ALPACA_SECRET_KEY": "<YOUR_ALPACA_SECRET_KEY>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "alpaca-guard": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "alpaca-guard-mcp"
      ],
      "env": {
        "ALPACA_API_KEY": "<YOUR_ALPACA_API_KEY>",
        "ALPACA_SECRET_KEY": "<YOUR_ALPACA_SECRET_KEY>"
      }
    }
  }
}
Claude Code
claude mcp add alpaca-guard --env ALPACA_API_KEY=<YOUR_ALPACA_API_KEY> --env ALPACA_SECRET_KEY=<YOUR_ALPACA_SECRET_KEY> -- npx -y alpaca-guard-mcp

Related MCP servers

Stripe-style USDC billing for any API. 8 free demo services no signup. Non-custodial.

View repository →

Polymarket prediction markets — buy/sell positions in USDC. LemonCake pay-per-call billing.

View repository →

Buy/sell tokenized US stocks (Dinari dShares) in USDC. Daily USD cap guard. Sandbox default.

View repository →

Buy tokenized US stocks (xStocks) on Solana via Jupiter DEX in USDC. Daily cap. Dry-run default.

View repository →