Skip to main content
Glama
oppenheimer-studio

paper-broker

Paper broker (backend)

Warehouse US + screener HTTP/MCP + UI del screener. Sin paper trading.

Docs: docs/README.md

cd paper-broker
python3 -m venv .venv && source .venv/bin/activate
pip install -e ".[dev]"
cp .env.example .env
pytest
python -m paper_broker

Frontend (producción: mismo HTTP que la API):

cd web && npm install && npm run build
python -m paper_broker   # sirve web/dist en :8080
# o: cd web && npm run dev   # :5173
  • HTTP + UI: http://127.0.0.1:8080

  • MCP: http://127.0.0.1:8081/mcp

  • HTTP: http://127.0.0.1:8080

  • MCP: http://127.0.0.1:8081/mcp

curl -s http://127.0.0.1:8080/health
curl -s -X POST http://127.0.0.1:8080/v1/admin/daily?wait=true\&phase=eod \
  -H "Authorization: Bearer changeme"
curl -s -X POST http://127.0.0.1:8080/v1/screener \
  -H "Content-Type: application/json" \
  -d '{"preset":"open_relvol"}'

INGEST_MAX_TICKERS=0 (todo el universo US filtrado). El job recorre por market cap (o dollar volume si aún no hay shares). Catch-up desde el último success. Re-run el mismo día solo completa huecos.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    C
    quality
    C
    maintenance
    Enables querying real-time and historical financial market data for stocks, options, forex, and crypto, including quotes, trades, technical indicators, and reference data through a set of MCP tools.
    71
    3
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Provides structured financial market data (stocks, ETFs, mutual funds, fundamentals, market indicators) to AI systems via MCP, enabling natural language access to financial datasets with both hosted and local deployment options.
    31
    19
    ISC
  • A
    license
    A
    quality
    A
    maintenance
    Stock screening, company financials, ETF search, and personal portfolio analysis over a remote OAuth-protected MCP server https://mcp.bull-run.org/mcp
    14
    MIT