by OctagonAI
A free MCP server to analyze and extract insights from public filings, earnings transcripts, financial metrics, stock market data, private market transactions, and deep web-based research within Claude Desktop and other popular MCP clients.
# Add to your Claude Code skills
git clone https://github.com/OctagonAI/octagon-mcp-server 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.
✅ Comprehensive Market Intelligence - Orchestrates multiple specialized agents for complete market 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)
No comments yet. Be the first to share your thoughts!
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 read...