What problem does it solve? It lets an AI agent execute Alpaca paper trades safely through the official Alpaca Trading API MCP Server, without writing API code or installing a CLI, while enforcing strict paper-mode verification and confirmation gates so no live trade is ever placed. ## Core Features & Use Cases - Full order lifecycle via MCP tools: preview, submit, monitor, replace, and cancel orders for US equities, options, and crypto using asset-specific placement tools discovered at runtime. - Paper-environment safety gate: verifies ALPACA_PAPER_TRADE from the MCP client config (reading only that single value, never credentials) and fails closed if paper mode cannot be proven. - Risk and confirmation controls: mandatory order preview tables, per-order confirmation by default, idempotency via client_order_id, and explicit confirmation for destructive operations like close_all_positions and options exercise. - Use Case: You tell your agent "buy 10 shares of AAPL with a limit at $185.50 in my paper account" — it restates the trade, verifies paper mode and buying power, shows a full preview, and submits only after your approval, then reports fills and portfolio impact. ## Quick Start Ask your agent to buy 10 shares of AAPL as a limit order in your Alpaca paper account and have it confirm the order preview with you before submitting.