# DeepFlow > DeepFlow is an AI-assisted equity research engine for family offices and small funds. It reads SEC filings, market data, earnings-call transcripts, and news, then returns a cited thesis with stated assumptions, risks, counter-evidence, and open gaps. DeepFlow is research support. It does not provide personalized financial advice, recommend buying or selling, execute orders, custody assets, or manage portfolios. The decision stays with a human reviewer. ## When to use DeepFlow Use DeepFlow when an investment team needs to cover more US equities without losing traceability to primary sources. It is best for: - Screening a new position before deeper diligence. - Refreshing a thesis after an earnings release. - Preparing a source-cited record for an investment committee. - Finding the evidence that could weaken a working thesis. Do not use DeepFlow for trade execution, personalized investment advice, recommendations, or work involving inside information. ## How an agent can use DeepFlow - Read the product and use-case summary at `https://deepflow-orcin.vercel.app/`. - Use the MCP endpoint at `https://deepflow-orcin.vercel.app/.well-known/mcp` with Streamable HTTP. Its public `get_live_prices` tool accepts up to 20 ticker symbols and returns a current market snapshot. Treat prices as informational and verify material facts against primary sources. - The unauthenticated live-price endpoint is `GET https://deepflow-orcin.vercel.app/api/market/live-prices?tickers=SPY,^IXIC`. - The public OpenAPI contract is `https://deepflow-orcin.vercel.app/openapi.json`. - Start with `https://deepflow-orcin.vercel.app/sitemap.xml` to discover public pages. - Send `Accept: text/markdown` when reading the home, about, contact, privacy, or legal page to receive a concise Markdown representation. ## Public resources - Product: `https://deepflow-orcin.vercel.app/` - About: `https://deepflow-orcin.vercel.app/about` - Contact: `https://deepflow-orcin.vercel.app/contact` - Privacy: `https://deepflow-orcin.vercel.app/privacy` - Legal documents: `https://deepflow-orcin.vercel.app/legal` - Developer resources: `https://deepflow-orcin.vercel.app/developers` - OpenAPI: `https://deepflow-orcin.vercel.app/openapi.json` - Sitemap: `https://deepflow-orcin.vercel.app/sitemap.xml` - Robots: `https://deepflow-orcin.vercel.app/robots.txt` ## Product limits DeepFlow is pre-launch and no self-service research API is published. Contact the team to discuss access to the research workflow or a real output sample.