Appearance
Octagon MCP Server for Market Data
The Octagon MCP server brings Octagon's financial research agents into Claude Desktop, Cursor, Windsurf, and other MCP clients. Ask natural-language questions about public filings, earnings call transcripts, financial metrics, stock market data, deep research workflows, and prediction markets.
Connecting to the Octagon Remote MCP Server
The Octagon Remote MCP server is available at:
https://mcp.octagonai.co/mcpfor Remote MCP clients that support OAuth (recommended)https://mcp.octagonai.co/{OCTAGON_API_KEY}/mcpfor Remote MCP clients that don't support OAuth yet
Authentication
Octagon MCP supports both API keys and Public Keys:
- API keys provide full access to Octagon capabilities.
- Public Keys work with limited model/endpoint access.
For instructions on creating either credential type, see Authentication for Octagon Agents API.
When using the MCP server with non-OAuth clients, set {OCTAGON_API_KEY} to either your API key or Public Key.
Using with Claude.ai
TIP
Requires a Claude Pro, Team, or Enterprise plan.
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.octagonai.co/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:
json
{
"mcpServers": {
"octagon-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote@latest",
"https://mcp.octagonai.co/mcp"
]
}
}
}- 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.octagonai.co/mcp"
}
}
}- Save your mcp.json file and authenticate with OAuth when prompted
Features
Market intelligence
- SEC filings analysis and data extraction (8,000+ public companies — 10-K, 10-Q, 8-K, 20-F, S-1)
- Earnings call transcript analysis (10 years of historical and current)
- Financial metrics and ratios analysis (10 years of historical and current data)
- Stock market data access (10,000+ active tickers, daily historical and current data)
Learn more: Octagon Agent
Deep research for complex questions
Run broader investigations that combine multiple sources and up-to-date web context for thematic analysis, competitive research, and event-driven workflows.
Learn more: Deep Research Agent
Prediction markets
Generate structured reports for prediction market events, compare implied probabilities, surface potential mispricings across active markets, and review historical snapshots to understand how expectations changed over time.
Learn more: Prediction Markets Agent and Prediction Markets Events API
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.
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
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, see: Octagon MCP Server GitHub Repository.
