The Octagon Deep Research MCP server provides specialized AI-powered comprehensive research and analysis capabilities by integrating with advanced deep research agents. No rate limits, faster than ChatGPT Deep Research, more thorough than Grok DeepSearch or Perplexity Deep Research. Add unlimited deep research functionality to any MCP client including Claude Desktop, Cursor, and other popular MCP-
Add this skill
npx mdskills install OctagonAI/octagon-deep-research-mcpWell-documented MCP server with extensive setup instructions and clear research capabilities
1# Octagon Deep Research MCP23 The Octagon Deep Research MCP server provides specialized AI-powered comprehensive research and analysis capabilities by integrating with advanced deep research agents. No rate limits, faster than ChatGPT Deep Research, more thorough than Grok DeepSearch or Perplexity Deep Research. Add unlimited deep research functionality to any MCP client including Claude Desktop, Cursor, and other popular MCP-enabled applications.45**Powered by [Octagon AI](https://docs.octagonagents.com)** - Learn more about the Deep Research Agent at [docs.octagonagents.com](https://docs.octagonagents.com/guide/agents/deep-research-agent.html)67[](https://youtu.be/yh1cyrm9aus)89## ๐ Why Teams Choose Octagon's Enterprise-Grade Deep Research API1011๐ **8โ10x faster** than the leading incumbentโcomplex analyses complete in seconds, not minutes12๐ **Greater depth & accuracy** โpulls data from 3x more high-quality sources and cross-checks every figure13๐ **Unlimited parallel runs**โno rate caps, so your analysts can launch as many deep-dive tasks as they need (unlike ChatGPT Pro's 125-task monthly limit)1415## ๐ Core Differentiators1617โ **No Rate Limits** - Execute unlimited deep research queries without restrictions (vs ChatGPT Pro's 125-task monthly limit)18โ **Superior Performance** - Faster than ChatGPT Deep Research, more thorough than Grok DeepSearch or Perplexity Deep Research19โ **Enterprise-Grade Speed** - 8-10x faster than leading incumbents, with 3x more source coverage20โ **Universal MCP Integration** - Add deep research functionality to any MCP client21โ **Multi-Domain Expertise** - Comprehensive research across any topic or industry22โ **Advanced Data Synthesis** - Multi-source aggregation with cross-verification of every figure2324## Features2526โ **Comprehensive Research Capabilities**27 - Multi-source data aggregation and synthesis28 - Academic research and literature review29 - Competitive landscape analysis30 - Market intelligence and trend analysis31 - Technical and scientific research32 - Policy and regulatory research33 - Real-time web scraping and data extraction3435โ **Universal Domain Coverage**36 - Technology and AI research37 - Healthcare and medical research38 - Environmental and sustainability studies39 - Economic and business analysis40 - Scientific and engineering research41 - Social and cultural studies42 - Political and policy analysis4344โ **Advanced Analysis Tools**45 - Comprehensive report generation46 - Cross-source verification47 - Trend identification and forecasting48 - Comparative analysis frameworks4950## Get Your Octagon API Key5152To use Octagon Deep Research MCP, you need to:53541. Sign up for a free account at [Octagon](https://app.octagonai.co/signup/?redirectToAfterSignup=https://app.octagonai.co/api-keys)552. After logging in, from left menu, navigate to **API Keys**563. Generate a new API key574. Use this API key in your configuration as the `OCTAGON_API_KEY` value5859## Prerequisites6061Before installing or running Octagon Deep Research MCP, you need to have `npx` (which comes with Node.js and npm) installed on your system.6263### Mac (macOS)64651. **Install Homebrew** (if you don't have it):66 ```bash67 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"68 ```692. **Install Node.js (includes npm and npx):**70 ```bash71 brew install node72 ```73 This will install the latest version of Node.js, npm, and npx.74753. **Verify installation:**76 ```bash77 node -v78 npm -v79 npx -v80 ```8182### Windows83841. **Download the Node.js installer:**85 - Go to [https://nodejs.org/](https://nodejs.org/) and download the LTS version for Windows.862. **Run the installer** and follow the prompts. This will install Node.js, npm, and npx.873. **Verify installation:**88 Open Command Prompt and run:89 ```cmd90 node -v91 npm -v92 npx -v93 ```9495If you see version numbers for all three, you are ready to proceed with the installation steps below.9697## Installation9899### Running on Claude Desktop100101To configure Octagon Deep Research MCP for Claude Desktop:1021031. Open Claude Desktop1042. Go to Settings > Developer > Edit Config1053. Add the following to your `claude_desktop_config.json` (Replace `your-octagon-api-key` with your Octagon API key):106```json107{108 "mcpServers": {109 "octagon-deep-research-mcp": {110 "command": "npx",111 "args": ["-y", "octagon-deep-research-mcp@latest"],112 "env": {113 "OCTAGON_API_KEY": "YOUR_API_KEY_HERE"114 }115 }116 }117}118```1194. Restart Claude for the changes to take effect120121### Running on Cursor122123Configuring Cursor Desktop ๐ฅ๏ธ124Note: Requires Cursor version 0.45.6+125126To configure Octagon Deep Research MCP in Cursor:1271281. Open Cursor Settings1292. Go to Features > MCP Servers1303. Click "+ Add New MCP Server"1314. Enter the following:132 - Name: "octagon-deep-research-mcp" (or your preferred name)133 - Type: "command"134 - Command: `env OCTAGON_API_KEY=your-octagon-api-key npx -y octagon-deep-research-mcp`135136> If you are using Windows and are running into issues, try `cmd /c "set OCTAGON_API_KEY=your-octagon-api-key && npx -y octagon-deep-research-mcp"`137138Replace `your-octagon-api-key` with your Octagon API key.139140After adding, refresh the MCP server list to see the new tools. The Composer Agent will automatically use Octagon Deep Research MCP when appropriate, but you can explicitly request it by describing your research needs. Access the Composer via Command+L (Mac), select "Agent" next to the submit button, and enter your query.141142### Running on Windsurf143144Add this to your `./codeium/windsurf/model_config.json`:145146```json147{148 "mcpServers": {149 "octagon-deep-research-mcp": {150 "command": "npx",151 "args": ["-y", "octagon-deep-research-mcp@latest"],152 "env": {153 "OCTAGON_API_KEY": "YOUR_API_KEY_HERE"154 }155 }156 }157}158```159160### Running with npx161162```bash163env OCTAGON_API_KEY=your_octagon_api_key npx -y octagon-deep-research-mcp164```165166### Manual Installation167168```bash169npm install -g octagon-deep-research-mcp170```171172## Documentation173174For comprehensive documentation on using Deep Research capabilities, please visit our official documentation at:175[https://docs.octagonagents.com](https://docs.octagonagents.com)176177Specifically for the Deep Research Agent: [Deep Research Agent Guide](https://docs.octagonagents.com/guide/agents/deep-research-agent.html)178179The documentation includes:180- Detailed API references181- Research methodology guidelines182- Examples and use cases183- Best practices for comprehensive research184- Advanced features and capabilities185186## Available Tool187188### octagon-deep-research-agent189Comprehensive deep research and analysis across any topic or domain.190191The tool uses a single `prompt` parameter that accepts a natural language query. Include all relevant details in your prompt for optimal results.192193## ๐ Example Research Queries194195### Technology & AI Research196- "Research the current state of quantum computing development and commercial applications across major tech companies"197- "Analyze the competitive landscape in large language models, comparing capabilities, limitations, and market positioning"198- "Investigate recent developments in autonomous vehicle technology and regulatory challenges"199- "Study the evolution of edge computing architectures and their impact on IoT deployment"200201### Healthcare & Medical Research202- "Research breakthrough medical treatments for Alzheimer's disease developed in the last 3 years"203- "Analyze the effectiveness of different COVID-19 vaccine technologies and their global distribution"204- "Investigate the current state of gene therapy research for rare diseases"205- "Study mental health treatment innovations and their accessibility across different demographics"206207### Environmental & Sustainability208- "Research sustainable agriculture practices and their adoption rates globally"209- "Analyze renewable energy adoption trends and policy drivers across different countries"210- "Investigate the environmental impact of cryptocurrency mining and proposed solutions"211- "Study carbon capture technologies and their commercial viability"212213### Business & Economics214- "Analyze the gig economy's impact on traditional employment models and worker protections"215- "Research the evolution of remote work policies post-pandemic and their effectiveness on productivity"216- "Investigate supply chain resilience strategies adopted after global disruptions"217- "Study the impact of digital transformation on traditional retail businesses"218219### Social & Cultural Studies220- "Research the impact of social media algorithms on information consumption patterns and political polarization"221- "Analyze changing demographics in urban areas and their impact on city planning"222- "Investigate the effectiveness of different approaches to digital literacy education"223- "Study the cultural impact of streaming services on traditional media consumption"224225### Science & Engineering226- "Research advances in materials science for semiconductor manufacturing"227- "Analyze the development of fusion energy technologies and timeline to commercialization"228- "Investigate innovations in water purification technologies for developing regions"229- "Study the engineering challenges and solutions for space exploration missions"230231### Policy & Governance232- "Investigate recent developments in AI regulation across different countries and their potential impact"233- "Research privacy legislation trends and their effects on technology companies"234- "Analyze different approaches to cryptocurrency regulation globally"235- "Study the effectiveness of various climate policy mechanisms"236237### Cybersecurity & Privacy238- "Investigate cybersecurity threats in IoT devices and enterprise mitigation strategies"239- "Research the evolution of ransomware attacks and defensive technologies"240- "Analyze privacy-preserving technologies and their adoption in consumer applications"241- "Study the security implications of quantum computing on current encryption methods"242243### Education & Learning244- "Research the effectiveness of different online learning platforms and methodologies"245- "Analyze the impact of AI tools on academic research and education"246- "Investigate innovative approaches to STEM education in underserved communities"247- "Study the future of skills-based learning and certification programs"248249## ๐ Research Capabilities250251- **Multi-Source Analysis**: Aggregates information from academic papers, industry reports, news sources, and expert opinions252- **Real-Time Data**: Accesses current information and recent developments253- **Cross-Verification**: Validates findings across multiple reliable sources254- **Trend Analysis**: Identifies patterns and forecasts future developments255- **Competitive Intelligence**: Comprehensive competitive landscape analysis256- **Technical Deep-Dives**: Detailed analysis of complex technical topics257- **Policy Impact Assessment**: Analysis of regulatory and policy implications258- **Market Dynamics**: Understanding of market forces and business implications259260## Troubleshooting2612621. **API Key Issues**: Ensure your Octagon API key is correctly set in the environment or config file.2632. **Connection Issues**: Make sure the connectivity to the Octagon API is working properly.2643. **Rate Limiting**: No rate limits apply to Deep Research MCP - execute unlimited queries.265266## License267268MIT269270---271272โญ Star this repo if you find it helpful for your research needs!273
Full transparency โ inspect the skill content before installing.