Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By OctagonAI
Access Octagon market intelligence for financial analysis: retrieve analyst estimates, earnings call transcripts, SEC filings, stock quotes, and Kalshi prediction market data through an orchestrating agent that routes research requests to the appropriate workflow.
npx claudepluginhub octagonai/octagon-mcp-server --plugin octagon-market-intelligenceRetrieve analyst financial estimates including revenue and EPS projections with ranges and coverage. Use when analyzing forward expectations, consensus assumptions, or valuation inputs for a public company.
Analyze earnings call transcripts for guidance, management commentary, analyst concerns, and strategic signals. Use when the user asks about earnings calls, transcript takeaways, management tone, or future guidance.
Route broad company, sector, valuation, filings, transcript, and market data questions into the right Octagon workflow. Use when the user wants full-scope investment research or when multiple Octagon skills may be needed.
Validate Octagon plugin configuration and run a lightweight smoke test across the main Octagon MCP workflows. Use when checking whether the plugin is configured correctly, debugging auth, or verifying tool availability.
Generate Kalshi prediction market research reports or fetch structured event history. Use when the user mentions Kalshi, prediction markets, market probability, expected return, or event history.
Admin access level
Server config contains admin-level keywords
Requires secrets
Share bugs, ideas, or general feedback.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
This plugin requires configuration values that are prompted when the plugin is enabled. Sensitive values are stored in your system keychain.
api_keyAPI key used for Octagon agent and prediction market tool calls.
${user_config.api_key}api_base_urlOptional override for staging, private environments, or self-hosted Octagon API deployments.
${user_config.api_base_url}S&P Global - Financial data and analytics skills including company tearsheets, earnings previews, and transaction summaries
A curated collection of Claude Code skills for Indian stock market research — concall transcripts, equity analysis, and more.
Multi-agent cryptocurrency intelligence system with 7 specialized AI agents, 65 MCP tools, cognitive learning, and self-evolving capabilities for comprehensive market analysis and paper trading.
Developer-first financial data for Claude — 150k+ tickers, 70+ exchanges, real-time & historical prices, fundamentals, options, technicals, news, sentiment, macro indicators, ESG, and more via EODHD API and MCP Server.
Give Claude Code a research team. Forecast, score, classify, or research every row of a dataset.
Build and deploy agentic finance applications on the Alva platform. Access 250+ financial data sources, run cloud-side analytics, backtest trading strategies, and publish interactive playbooks.
Octagon helps investment professionals make better decisions by generating cited AI research on prediction markets and public equities, including SEC filings, earnings transcripts, and stock data.
Needs API keys or credentials to function
Needs API keys or credentials to function
Uses power tools
Uses Bash, Write, or Edit tools
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
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 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.
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://octagonai.co/docs/
The documentation includes: