paper-trader-mcp

emile-fortier/paper-trader-mcp
★ 0 stars Python Browser/Web Updated 6d ago
Simulation-only MCP server for recording and evaluating US equity paper trades with historical Alpaca SIP quotes
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": {
    "paper-trader-mcp": {
      "command": "uvx",
      "args": [
        "paper-trader-mcp"
      ]
    }
  }
}

Or install with pip: pip install paper-trader-mcp

README Excerpt

A local, durable, **simulation-only** MCP server for recording US-equity order intents and later estimating outcomes from historical Alpaca SIP NBBO quotes. It never places live orders or Alpaca paper-broker orders. There is no order endpoint, broker SDK, generic fetch tool, trades endpoint, GTC, extended-hours,

Topics

alpacamcppaper-tradingpython