Overview
Features
Official MCP server for Paper trading platform
Official MCP server enabling AI assistants to interact with Paper Trading API for quotes, orders, and portfolio inspection.
Real-time quotes access
Provides real-time NBBO quotes via paper.quote(symbol) for single-symbol queries.
Batch quotes
Fetch quotes for multiple symbols in a single request with paper.quotesBatch(symbols[]).
Simulated order placement
Place simulated orders (market, limit, stop) using paper.order({ ... }).
Portfolio and P&L retrieval
Retrieve portfolio positions and P&L with paper.portfolio(id).
CLI install and runtime
Install globally for CLI usage or run with npx: paper-mcp-server --help.
Environment-based configuration
Configure via PAPER_API_KEY and optional PAPER_API_BASE_URL to connect to the Paper API.
IDE integration support
Includes configuration samples for Cursor and Claude Desktop to connect to the MCP server.
Who Is This For?
- AI developers:Integrate AI assistants with the Paper Trading API to quote, trade, and monitor portfolios.
- Product teams:Test and showcase AI-assisted paper trading workflows using the Paper MCP server.
- CLI/DevOps engineers:Run the MCP server locally, configure API keys, and integrate into CI workflows.




