Alpaca-mcp-server

Ryan-Whitehead/Alpaca-mcp-server
★ 0 stars TypeScript AI/LLM Updated 4d ago
An MCP (Model Context Protocol) server that connects Claude to an Alpaca paper-trading account, exposing seven tools for account management, market data, and order execution through natural language.
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-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "Ryan-Whitehead/Alpaca-mcp-server"
      ]
    }
  }
}