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.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"octagon-mcp-server": {
"env": {
"OCTAGON_API_KEY": "YOUR_API_KEY_HERE"
},
"args": [
"-y",
"octagon-mcp@latest"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
✅ octagon-agent orchestrates broad market intelligence analysis
This server supports HTTP transport. Be the first to test it — help the community know if it works.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked octagon-mcp against OSV.dev.
Click any tool to inspect its schema.
octagon-docs-catalogNormalized live docs catalog
octagon-docs://catalog
octagon-docs-statusCache state, source endpoints, and refresh metadata
octagon-docs://status
octagon-docs-pageOne docs page or section as Markdown
octagon-docs://page/{target}
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance
MCP server for QuickBooks Online — accounts, customers, invoices, bills, and reports.
Let AI agents create, discover, and track tokens across chains via Printr.
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
MCP server for retrieving Japanese stock market data via J-Quants API v2
MCP Security Weekly
Get CVE alerts and security updates for Octagon Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
The Octagon MCP server provides specialized AI-powered financial research and analysis by integrating with the Octagon Market Intelligence API, enabling users to analyze and extract insights from public filings, earnings calls, financial metrics, stocks & crypto data, stock news, and prediction markets news & research within Claude Desktop and other popular MCP clients.
✅ octagon-agent orchestrates broad market intelligence analysis
✅ octagon-deep-research-agent for comprehensive deep research
✅ Prediction market research tooling
octagon-prediction-markets-agent for updated research reports on each prediction marketsprediction_markets_history for structured historical market data retrieval✅ Live Octagon documentation access
octagon-docs-search, octagon-docs-read, octagon-docs-list, and octagon-docs-refreshoctagon-docs://catalog, octagon-docs://status, and octagon-docs://page/{target}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-mcpIf you are using Windows and are r