Appearance
Octagon MCP Server for Market Data
The Octagon MCP server provides specialized AI-powered financial research and analysis by integrating with the Octagon Market Intelligence API, enabling users to easily analyze and extract detailed insights from public filings, earnings call transcripts, financial metrics, stock market data, and extensive private market transactions within Claude Desktop and other popular MCP clients.
Features
✅ Specialized AI agents for public market data
- SEC filings analysis and data extraction (8000+ public companies 10-K, 10-Q, 8-K, 20-F, S-1)
- Earnings call transcript analysis (10 yrs of historical and current)
- Financial metrics and ratios analysis (10 yrs of historical and current)
- Stock market data access (over 10,000 active tickers, daily historical and current)
✅ Specialized AI agents for private market data
- Private company research (3M+ companies)
- Funding rounds and venture capital research (500k+ deals)
- M&A and IPO transaction research (2M+ deals)
- Debt transactions research (1M+ deals)
✅ Specialized AI agents for deep research
- Web scraping capabilities (json, csv, python scripts)
- Comprehensive deep research tools
Connecting to the Octagon Remote MCP Server
The Octagon Remote MCP server is available at:
https://mcp.octagonagents.com/mcp
for Remote MCP clients that support OAuth (recommended)https://mcp.octagonagents.com/{OCTAGON_API_KEY}/mcp
for Remote MCP clients that don't support OAuth yet
Get Your Octagon API Key
To use Octagon MCP, you need to:
- Sign up for a free account at Octagon
- After logging in, from left menu, navigate to API Keys
- Generate a new API key
- Use this API key in your configuration as the
OCTAGON_API_KEY
value
Using with Claude.ai
Note: Requires Claude Pro, Team, or Enterprise
For Claude.ai Admins
Only Workspace Owners and Primary Owners can set up MCP server connections in Claude.ai:
- Go to Settings in Claude.ai
- Navigate to the "Integrations" section
- Click "Add integration"
- For Integration name, enter "Octagon"
- For Integration URL, enter
https://mcp.octagonagents.com/mcp
- Click "Add"
- Select which Octagon tools to enable for your workspace
- Click "Save"
For Claude.ai Users
After your admin has set up the integration:
Navigate to claude.ai Click on the tools menu (next to the search icon) Select "Octagon" from the list of available integrations If this is your first time using the integration, you'll be prompted to authenticate Once authenticated, you can start using Claude with Octagon
Running on Claude Desktop
To configure Octagon MCP for Claude Desktop:
- Open Claude Desktop
- Go to Settings > Developer > Edit Config
- Add the following to your claude_desktop_config.json (Replace
YOUR_OCTAGON_API_KEY_HERE
with your Octagon API key):
json
{
"mcpServers": {
"octagon-mcp-server": {
"command": "npx",
"args": ["-y", "octagon-mcp@latest"],
"env": {
"OCTAGON_API_KEY": "YOUR_OCTAGON_API_KEY_HERE"
}
}
}
}
- Restart Claude for the changes to take effect
Using with Cursor
Option 1: One-Click Install (Recommended)
Option 2: Manual Configuration
- Go to your Cursor editor's settings
- Navigate to "Tools & Integrations" > "New MCP Server"
- Add the following to your mcp.json
json
{
"mcpServers": {
"octagon": {
"url": "https://mcp.octagonagents.com/mcp"
}
}
}
- Save your mcp.json file and authenticate with OAuth when prompted
What is the Model Context Protocol (MCP)?
The Model Context Protocol (MCP) is an open standard that allows AI applications to extend models with additional capabilities and context. Think of MCP as a "USB-C port for AI applications" - it provides a standardized way for AI models to connect with external tools, data sources, and specialized capabilities.
MCP enables AI models to:
- Access external knowledge and data sources
- Use specialized tools for specific domains
- Leverage capabilities beyond what's built into the base model
The Octagon MCP server implements this protocol to provide specialized investment research capabilities directly to your preferred AI tools and interfaces like Cursor, Claude Desktop, and Windsurf.
For a deeper understanding of the MCP protocol, see Anthropic's MCP documentation.
Alternative usage with local MCP server
To run against a local Octagon MCP server such as Claude Desktop, go to: Octagon MCP Server GitHub Repository.
Resources
- Octagon MCP Server GitHub Repository - Source code and additional documentation
- Anthropic MCP Documentation - More information about the MCP protocol