Starter Workflow Recipes

Ready-to-use strategy integrations for trading bots, quantitative scanners, and autonomous agents.

Risk Management

Market Regime Gate

Uses current market conditions to determine whether a strategy's broad environment filter is supportive, mixed, or adverse.

GET /api/v1/context/market
Universe Filtering

Sector Rotation Filter

Restricts a strategy's research universe to strengthening sectors or avoids weakening sectors according to rotation strength bands.

GET /api/v1/context/sectors
Universe Filtering

Theme Rotation Filter

Uses strengthening, neutral, and weakening theme states to prioritize theme-specific scanning buckets.

GET /api/v1/context/themes
Position Sizing

Rotation Lifecycle Router

Treats emerging, accelerating, established, pulling-back, fading, and lagging groups differently within an existing execution strategy.

GET /api/v1/context/snapshot
Agent Context

Daily Agent Market Brief

Generates a deterministic summary containing market regime, strengthening/weakening sectors, top themes, and key lifecycle transitions.

mcp.get_market_state()