Deliver real-time investment research with extensive private and public 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.
✅ Specialized AI agents for public market data
✅ Specialized AI agents for private market data
✅ Specialized AI agents for deep research
To use Octagon MCP, you need to:
OCTAGON_API_KEY
valueBefore installing or running Octagon MCP, you need to have npx
(which comes with Node.js and npm) installed on your system.
Install Homebrew (if you don't have it):
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Install Node.js (includes npm and npx):
brew install node
This will install the latest version of Node.js, npm, and npx.
Verify installation:
node -v
npm -v
npx -v
node -v
npm -v
npx -v
If you see version numbers for all three, you are ready to proceed with the installation steps below.
To configure Octagon MCP for Claude Desktop:
claude_desktop_config.json
(Replace your-octagon-api-key
with your Octagon API key):{
"mcpServers": {
"octagon-mcp-server": {
"command": "npx",
"args": ["-y", "octagon-mcp@latest"],
"env": {
"OCTAGON_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
Configuring Cursor Desktop 🖥️ Note: Requires Cursor version 0.45.6+
To configure Octagon MCP in Cursor:
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.
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"
}
}
}
}
env OCTAGON_API_KEY=your_octagon_api_key npx -y octagon-mcp
npm install -g octagon-mcp
For comprehensive documentation on using Octagon agents, please visit our official documentation at: https://docs.octagonagents.com
The documentation includes:
Each tool uses a single prompt
parameter that accepts a natural language query. Include all relevant details in your prompt.
Extract information from SEC filings.
Example:
What was Apple's gross margin percentage from their latest 10-Q filing?
Analyze earnings call transcripts.
Example:
What did NVIDIA's CEO say about AI chip demand in their latest earnings call?
Retrieve financial metrics and ratios.
Example:
Calculate the price-to-earnings ratio for Tesla over the last 4 quarters
Access stock market data.
Example:
How has Apple's stock performed compared to the S&P 500 over the last 6 months?
Research private company information.
Example:
What is the employee count and funding history for Anthropic?
Research startup funding rounds and venture capital.
Example:
What was OpenAI's latest funding round size, valuation, and key investors?
Research M&A and IPO transactions.
Example:
What was the acquisition price when Microsoft acquired GitHub?
A specialized database agent for looking up information on investors.
Example:
What is the latest investment criteria of Insight Partners?
A specialized database agent for analyzing private debts, borrowers, and lenders.
Example:
List all the debt activities from borrower American Tower
Extract data from any public website.
Example:
Extract property prices and square footage data from zillow.com/san-francisco-ca/
Perform comprehensive research on any topic.
Example:
Research the financial impact of Apple's privacy changes on digital advertising companies' revenue and margins
env OCTAGON_API_KEY=your_octagon_api_key npx -y octagon-mcp
npm install -g octagon-mcp
MIT
⭐ Star this repo if you find it helpful!
Retrieving and analyzing issues from Sentry.io
Navigate your Aiven projects and interact with the PostgreSQL®, Apache Kafka®, ClickHouse® and OpenSearch® services
Core AWS MCP server providing prompt understanding and server management capabilities.
Analyze CDK projects to identify AWS services used and get pricing information from AWS pricing webpages and API.
Generate images using Amazon Nova Canvas with text prompts and color guidance.
MCP Server that connects AI agents to Chargebee platform.
Predict anything with Chronulus AI forecasting and prediction agents.
Deploy, configure & interrogate your resources on the Cloudflare developer platform (e.g. Workers/KV/R2/D1)
A Model Context Protocol (MCP) server that provides tools for AI, allowing it to interact with the DataWorks Open API through a standardized interface. This implementation is based on the Aliyun Open API and enables AI agents to perform cloud resources operations seamlessly.
Access real-time DEX analytics across 20+ blockchains with DexPaprika API, tracking 5M+ tokens, pools, volumes, and historical market data. Built by CoinPaprika.