Octagon MCP Server
AI-powered financial research and market intelligence via MCP.
Key Features
Use Cases
README
Octagon: MCP 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
✅ Comprehensive Market Intelligence - Orchestrates multiple specialized agents for complete market analysis
- 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)
- Private company research (3M+ companies)
- Funding rounds and venture capital research (500k+ deals)
- M&A and IPO transaction research (2M+ deals)
- Institutional holdings and Form 13F filings
- Cryptocurrency market data and analysis
✅ Deep Research Capabilities - Comprehensive research tools that can aggregate information from multiple sources
✅ Web Scraping - Extract structured data from any public website (json, csv, python scripts)
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_KEYvalue
Prerequisites
Before installing or running Octagon MCP, you need to have npx (which comes with Node.js and npm) installed on your system.
Mac (macOS)
-
Install Homebrew (if you don't have it):
bash/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" -
Install Node.js (includes npm and npx):
bashbrew install nodeThis will install the latest version of Node.js, npm, and npx.
-
Verify installation:
bashnode -v npm -v npx -v
Windows
- Download the Node.js installer:
- Go to https://nodejs.org/ and download the LTS version for Windows.
- Run the installer and follow the prompts. This will install Node.js, npm, and npx.
- Verify installation:
Open Command Prompt and run:
cmd
node -v npm -v npx -v
If you see version numbers for all three, you are ready to proceed with the installation steps below.
Installation
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(Replaceyour-octagon-api-keywith your Octagon API key):
{
"mcpServers": {
"octagon-mcp-server": {
"command": "npx",
"args": ["-y", "octagon-mcp@latest"],
"env": {
"OCTAGON_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
- Restart Claude for the changes to take effect
Running on Cursor
Configuring Cursor Desktop 🖥️ Note: Requires Cursor version 0.45.6+
To configure Octagon MCP in Cursor:
- Open Cursor Settings
- Go to Features > MCP Servers
- Click "+ Add New MCP Server"
- Enter the following:
- Name: "octagon-mcp" (or your preferred name)
- Type: "command"
- Command:
env OCTAGON_API_KEY=your-octagon-api-key npx -y octagon-mcp
If you are using Windows and are running into issues, try
cmd /c "set OCTAGON_API_KEY=your-octagon-api-key && npx -y octagon-mcp"
Replace your-octagon-api-key with your Octagon API key.
After adding, refresh the MCP server list to see the new tools. The Composer Agent will automatically use Octagon MCP when appropriate, but you can explicitly request it by describing your investment research needs. Access the Composer via Command+L (Mac), select "Agent" next to the submit button, and enter your query.
Running on Windsurf
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"
}
}
}
}
Running with npx
env OCTAGON_API_KEY=your_octagon_api_key npx -y octagon-mcp
Manual Installation
npm install -g octagon-mcp
Documentation
For comprehensive documentation on using Octagon agents, please visit our official documentation at: https://docs.octagonagents.com
The documentation includes:
- Detailed API references
- Agent-specific query guidelines
- Examples and use cases
- Best practices for investment research
Available Tools
Each tool uses a single prompt parameter that accepts a natural language query. Include all relevant details in your prompt.
octagon-agent
[COMPREHENSIVE MARKET INTELLIGENCE] Orchestrates all agents for comprehensive market intelligence analysis. Combines insights from SEC filings, earnings calls, financial metrics, stock data, institutional holdings, private company research, funding analysis, M&A transactions, investor intelligence, and debt analysis.
Best for: Complex research requiring multiple data sources and comprehensive analysis across public and private markets.
Example queries:
Retrieve year-over-year growth in key income-statement items for AAPL, limited to 5 records and filtered by period FY
Analyze the latest 10-K filing for AAPL and extract key financial metrics and risk factors
Retrieve the daily closing prices for AAPL over the last 30 days
Analyze AAPL's latest earnings call transcript and extract key insights about future guidance
Provide a comprehensive overview of Stripe, including its business model and key metrics
Retrieve the funding history for Stripe, including all rounds and investors
Compare the financial performance of Tesla, Ford, and GM over the last 3 years
What was Microsoft's acquisition of GitHub valued at and what were the strategic reasons?
Analyze institutional ownership changes for NVIDIA over the past 6 months
octagon-scraper-agent
[PUBLIC & PRIVATE MARKET INTELLIGENCE] Specialized agent for financial data extraction from investor websites. Extract structured financial data from investor relations websites, tables, and online financial sources.
Best for: Gathering financial data from websites that don't have accessible APIs.
Example queries:
Extract all data fields from zillow.com/san-francisco-ca/
Extract all data fields from www.carvana.com/cars/
Extract financial metrics from tesla.com/investor-relations
Extract pricing data from salesforce.com/products/platform/pricing/
octagon-deep-research-agent
[PUBLIC & PRIVATE MARKET INTELLIGENCE] A comprehensive agent that can utilize multiple sources for deep research analysis. Aggregate research across multiple data sources, synthesize information, and provide comprehensive investment research.
Best for: Investment research questions requiring up-to-date aggregated information from the web.
Example queries:
Research the financial impact of Apple's privacy changes on digital advertising companies' revenue and margins
Analyze the competitive landscape in the cloud computing sector, focusing on AWS, Azure, and Google Cloud margin and growth trends
Investigate the factors driving electric vehicle adoption and their impact on battery supplier financials
Research the impact of AI adoption on semiconductor demand and pricing trends
Analyze the regulatory environment for cryptocurrency and its impact on crypto exchange valuations
Example Queries
- "What were Amazon's revenue and net income figures in Q4 2023?"
- "Analyze Tesla's R&D spending trends over the last 3 years."
- "What guidance did NVIDIA's CEO provide regarding AI chip demand in their latest earnings call?"
- "Compare the price-to-earnings, price-to-sales, and EV/EBITDA ratios for the top 5 semiconductor companies."
- "What was Anthropic's latest funding round size, valuation, and key investors?"
- "Extract all data fields from zillow.com/san-francisco-ca/"
- "Research the financial impact of Apple's privacy changes on digital advertising companies' revenue and margins"
- "How many investments did Andreessen Horowitz make in AI startups in the last 12 months?"
- "Retrieve historical Bitcoin price data from 2023 and analyze the price volatility trends"
- "Analyze the competitive dynamics in the EV charging infrastructure market"
Troubleshooting
- API Key Issues: Ensure your Octagon API key is correctly set in the environment or config file.
- Connection Issues: Make sure the connectivity to the Octagon API is working properly.
- Rate Limiting: If you encounter rate limiting errors, reduce the frequency of your requests.
License
MIT
Individual Specialized MCP Servers
While this server provides comprehensive market intelligence combining all our specialized agents, you can also use our individual MCP servers for specific use cases:
Public Market Data Servers
- Octagon SEC Filings MCP - Dedicated server for SEC filings analysis
- Octagon Earnings Transcripts MCP - Specialized for earnings call transcript analysis
- Octagon Stock Market Data MCP - Focused on stock market data access
- Octagon Financial Statements MCP - Financial metrics and ratios analysis
- Octagon 13F Holdings MCP - Institutional ownership and Form 13F filings
Private Market Data Servers
- Octagon Private Companies MCP - Private company research and intelligence
- Octagon Investors MCP - Investor profiles and investment strategies
- Octagon Funding Data MCP - Startup funding rounds and venture capital data
Research Tools
- Octagon Deep Research MCP - Comprehensive research and web scraping capabilities
⭐ Star this repo if you find it helpful!
Star History
Repository Owner
Organization
Repository Details
Programming Languages
Tags
Topics
Join Our Newsletter
Stay updated with the latest AI tools, news, and offers by subscribing to our weekly newsletter.
Related MCPs
Discover similar Model Context Protocol servers
Octagon Deep Research MCP
AI-powered, enterprise-grade deep research server for MCP clients.
Octagon Deep Research MCP provides specialized AI-driven research and analysis via seamless integration with MCP-enabled applications. It offers comprehensive multi-source data aggregation, advanced analysis tools, and generates in-depth reports across various domains. The solution emphasizes high performance with no rate limits, enterprise-grade speed, and universal compatibility for teams needing thorough research capabilities.
- ⭐ 70
- MCP
- OctagonAI/octagon-deep-research-mcp
Hive Intelligence MCP Server
Unified MCP server delivering advanced cryptocurrency and Web3 analytics.
Hive Intelligence MCP Server provides comprehensive cryptocurrency, DeFi, and Web3 analytics via the Model Context Protocol. It enables AI assistants to access and orchestrate over 200 specialized tools covering market data, on-chain analytics, portfolio tracking, and security analysis. The server offers both dynamic and category-specific analytics through a unified MCP interface, facilitating intelligent tool orchestration for diverse crypto data needs.
- ⭐ 7
- MCP
- hive-intel/hive-crypto-mcp
Twelve Data MCP Server
Seamless AI-powered access to financial market data via the Twelve Data API.
Twelve Data MCP Server provides a Model Context Protocol-compliant server for integrating and accessing Twelve Data’s financial market API. It enables users and AI agents to retrieve historical data, real-time quotes, and instrument metadata for stocks, forex, and crypto using natural language or endpoint calls. The system leverages AI-driven routing, including OpenAI GPT-4o, to intelligently map plain English queries to relevant API endpoints for structured or conversational workflows. Integration options are available for platforms like Claude Desktop and VS Code, with flexible local or remote deployment.
- ⭐ 43
- MCP
- twelvedata/mcp
ShareSeer MCP Server
Access SEC filings, insider transactions, and financial data via Claude and MCP-compatible AI tools.
ShareSeer MCP Server provides Model Context Protocol (MCP) compliant access to comprehensive SEC filings, insider transactions, and financial data. It integrates with AI assistants like Claude through a secure API, enabling users to obtain real-time and historical market insights. The platform supports both free and premium tiers with scalable limits and access to advanced historical data. Easy integration, detailed toolset, and flexible subscriptions make it suitable for financial analysis, compliance, and trading research.
- ⭐ 7
- MCP
- shareseer/shareseer-mcp-server
MCP Server for Deep Research
Transform research questions into comprehensive, well-cited reports using an advanced research assistant.
MCP Server for Deep Research provides an end-to-end workflow for conducting in-depth research on complex topics. It elaborates on research questions, generates subquestions, integrates web search, analyzes and synthesizes retrieved content, and generates structured, well-cited research reports. The tool integrates with Claude Desktop and leverages prompt templates tailored for comprehensive research tasks.
- ⭐ 187
- MCP
- reading-plus-ai/mcp-server-deep-research
mcp-server-webcrawl
Advanced search and retrieval for web crawler data via MCP.
mcp-server-webcrawl provides an AI-oriented server that enables advanced filtering, analysis, and search over data from various web crawlers. Designed for seamless integration with large language models, it supports boolean search, filtering by resource types and HTTP status, and is compatible with popular crawling formats. It facilitates AI clients, such as Claude Desktop, with prompt routines and customizable workflows, making it easy to manage, query, and analyze archived web content. The tool supports integration with multiple crawler outputs and offers templates for automated routines.
- ⭐ 32
- MCP
- pragmar/mcp-server-webcrawl
Didn't find tool you were looking for?