alpaca-trading-bot

jaewoongy/alpaca-trading-bot
★ 0 stars Python Code/Dev Tools Updated 5d ago
MCP server exposing Alpaca paper trading (quotes, watchlist, orders) as tools
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "alpaca-trading-bot": {
      "command": "uvx",
      "args": [
        "alpaca-trading-bot"
      ]
    }
  }
}

Or install with pip: pip install alpaca-trading-bot

README Excerpt

An MCP server exposing Alpaca **paper trading** as tools for Claude (or any MCP client): check quotes, manage a watchlist, check market hours, and place simulated trades. No real money is ever at risk — `paper=True` is hardcoded in `trading_mcp_server.py`. ```bash python -m venv .venv .venv/Scripts/activate # or source .venv/bin/activate on macOS/Linux

Tools (1)

get_account