Analyzes SEC filings (10-K, 10-Q, 8-K, 20-F, S-1) for over 8000 public companies
Analyzes earnings call transcripts with 10 years of historical data
Provides financial metrics and ratios analysis with 10 years of historical data
Accesses stock market data for over 10,000 active tickers
Researches private companies (3M+ companies in database)
Researches funding rounds and venture capital (500k+ deals)
Researches M&A and IPO transactions (2M+ deals)
Researches debt transactions (1M+ deals)
Provides web scraping capabilities and deep research tools
Analyzes institutional holdings and ownership data
Octagon Market Intelligence provides specialized AI-powered financial research and analysis capabilities. It enables users to analyze and extract detailed insights from public filings, earnings call transcripts, financial metrics, stock market data, and extensive private market transactions. With access to data on over 8,000 public companies and 3 million private companies, Octagon helps users conduct comprehensive financial research, analyze market trends, and make data-driven investment decisions. The platform includes specialized agents for public market data, private market data, and deep research capabilities.
Octagon Market Intelligence is a powerful financial research tool that integrates with Claude Desktop and other MCP clients to provide comprehensive market data analysis. It offers specialized AI agents that can analyze SEC filings, earnings call transcripts, financial metrics, stock market data, private company information, funding rounds, M&A transactions, and more.
Before using Octagon Market Intelligence, you need to obtain an API key:
Octagon Market Intelligence requires Node.js (which includes npm and npx). If you don't have these installed:
For macOS:
# Install Homebrew if needed
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# Install Node.js
brew install node
For Windows:
Verify your installation by running:
node -v
npm -v
npx -v
claude_desktop_config.json
:{
"mcpServers": {
"octagon-mcp-server": {
"command": "npx",
"args": ["-y", "octagon-mcp@latest"],
"env": {
"OCTAGON_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
YOUR_API_KEY_HERE
with your actual Octagon API keyOpen Cursor Settings
Go to Features > MCP Servers
Click "+ Add New MCP Server"
Enter the following:
env OCTAGON_API_KEY=your-octagon-api-key npx -y octagon-mcp
For Windows users experiencing issues, try:
cmd /c "set OCTAGON_API_KEY=your-octagon-api-key && npx -y octagon-mcp"
Replace your-octagon-api-key
with your actual Octagon API key
Refresh the MCP server list to see the new tools
Add this to your ./codeium/windsurf/model_config.json
:
{
"mcpServers": {
"octagon-mcp-server": {
"command": "npx",
"args": ["-y", "octagon-mcp@latest"],
"env": {
"OCTAGON_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
You can also run Octagon Market Intelligence directly:
# Run with npx (recommended)
env OCTAGON_API_KEY=your_octagon_api_key npx -y octagon-mcp
# Or install globally
npm install -g octagon-mcp
Once configured, you can use Octagon Market Intelligence by asking your AI assistant questions about:
For example, you can ask:
For comprehensive documentation on using Octagon agents, visit the official documentation at https://docs.octagonagents.com