real-time investment data streaming via mcp protocol
Streams live market data, company fundamentals, and investment metrics through the Model Context Protocol (MCP) interface, enabling LLM agents and applications to access current financial information without polling. Implements MCP resource handlers that expose financial datasets as queryable endpoints, allowing Claude and other MCP-compatible clients to request specific securities, sectors, or market conditions with structured JSON responses.
Unique: Exposes investment data through MCP's resource and tool abstractions rather than traditional REST APIs, allowing LLMs to natively query financial datasets without custom function-calling wrappers or context window bloat from pre-fetched data
vs alternatives: Tighter integration with LLM reasoning loops than REST-based financial APIs because MCP allows Claude to request specific data points mid-reasoning without round-tripping through application code
private market data aggregation and normalization
Aggregates and normalizes private market data (venture capital, private equity, M&A) from multiple sources into a unified schema, exposing it through MCP endpoints. Implements data transformation pipelines that reconcile different data formats, handle missing fields, and standardize company identifiers across private market databases, enabling consistent querying across fragmented data sources.
Unique: Implements cross-source data reconciliation for private markets through MCP, unifying fragmented datasets (Crunchbase, PitchBook, etc.) into a single queryable interface rather than requiring users to manually cross-reference multiple platforms
vs alternatives: Eliminates the need to subscribe to multiple private market databases separately; Octagon's normalization layer abstracts away data quality inconsistencies that would otherwise require manual curation
public market securities and fundamentals lookup
Provides structured access to public market data including stock prices, financial statements, earnings reports, and valuation metrics through MCP tool and resource endpoints. Queries underlying financial data APIs (likely SEC EDGAR, Bloomberg, or similar) and returns normalized JSON responses with standardized field names, enabling LLM agents to retrieve company fundamentals without parsing HTML or handling API authentication.
Unique: Abstracts away SEC EDGAR parsing and financial data API complexity through MCP, allowing LLMs to query fundamentals with natural language rather than constructing CIK lookups or parsing 10-K documents
vs alternatives: Simpler integration than raw financial APIs because Octagon handles authentication, rate limiting, and response normalization; LLM agents can focus on analysis rather than data plumbing
sector and market index aggregation
Aggregates sector-level and broad market index data (S&P 500, Nasdaq, industry indices) through MCP endpoints, enabling queries for sector performance, composition, and comparative analysis. Implements index calculation and weighting logic, returning normalized sector metrics and constituent information that allows LLM agents to understand market structure and relative performance without manual index construction.
Unique: Provides pre-calculated sector aggregations and index compositions through MCP rather than requiring agents to manually aggregate constituent data, reducing computational overhead and enabling faster market-wide analysis
vs alternatives: Faster than agents building sector views from individual stock data because Octagon pre-computes index and sector metrics; eliminates need for agents to fetch and aggregate hundreds of securities
investment thesis and research document generation
Leverages LLM reasoning capabilities through MCP to synthesize investment theses by combining real-time market data, fundamentals, and private market information into structured research narratives. The MCP server provides data access primitives that Claude or other LLMs use to build multi-step reasoning chains, generating investment recommendations with cited data sources and risk assessments without requiring pre-built templates.
Unique: Enables LLMs to generate investment theses through multi-step reasoning over live data rather than static templates, with MCP providing real-time data access at each reasoning step to ground conclusions in current market conditions
vs alternatives: More flexible and data-driven than template-based research generation because LLMs can dynamically request additional data points mid-analysis based on emerging insights, rather than pre-fetching a fixed dataset
portfolio analysis and performance attribution
Provides MCP tools for analyzing portfolio composition, calculating performance metrics, and attributing returns to specific holdings or factors. Implements portfolio weighting calculations, return aggregation, and risk metrics (volatility, Sharpe ratio, drawdown) by querying underlying security data and combining it with portfolio position data, enabling LLM agents to perform portfolio analysis without requiring external portfolio management systems.
Unique: Calculates portfolio metrics on-demand through MCP without requiring users to upload portfolios to external systems, keeping sensitive position data local while still enabling sophisticated analysis through LLM agents
vs alternatives: More privacy-preserving than cloud-based portfolio platforms because position data never leaves the user's system; analysis happens through local MCP calls to Octagon's data endpoints
earnings call transcript search and analysis
Indexes and enables semantic search over earnings call transcripts through MCP, allowing LLM agents to retrieve relevant excerpts and perform textual analysis without downloading or parsing raw transcript files. Implements transcript storage with embeddings-based search, returning matched segments with speaker attribution and timestamp context, enabling agents to extract management guidance, Q&A insights, and sentiment signals from earnings calls.
Unique: Provides embeddings-based semantic search over earnings transcripts through MCP, enabling LLMs to find relevant excerpts without keyword matching, and returning speaker-attributed segments that preserve context for analysis
vs alternatives: More efficient than agents manually reading full transcripts because semantic search surfaces relevant passages; faster than keyword search for conceptual queries like 'management concerns about supply chain'
news and sentiment aggregation for securities
Aggregates financial news, social media sentiment, and analyst commentary for securities through MCP endpoints, providing LLM agents with access to recent news, sentiment scores, and market commentary without requiring separate news API integrations. Implements news source aggregation and sentiment scoring (likely using pre-trained models), returning normalized news items with sentiment labels and source credibility indicators.
Unique: Centralizes news and sentiment data through MCP, eliminating need for separate news API subscriptions and providing pre-scored sentiment rather than requiring agents to perform their own sentiment analysis on raw text
vs alternatives: Simpler than building custom news pipelines because Octagon handles source aggregation and sentiment scoring; provides normalized sentiment scores that are immediately actionable for LLM reasoning
+1 more capabilities