loading…
Search for a command to run...
loading…
Octagon AI Agents to integrate private and public market data
Octagon AI Agents to integrate 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 analyze and extract insights from public filings, earnings calls, financial metrics, private market transactions, and prediction market events 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
prediction-markets-agent for Kalshi event research reportsprediction_markets_history for structured historical market data retrievalTo 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://docs.octagonagents.com
The documentation includes:
For the latest hosted MCP client setup guide, see:
The MCP server currently exposes the following tools:
octagon-agentOrchestrates public and private market intelligence analysis.
Parameters
prompt (string, required): natural language research request.Example:
Compare NVIDIA and AMD on latest quarterly revenue growth, margins, and management commentary.
More examples:
octagon-deep-research-agentPerforms comprehensive multi-source deep research and synthesis.
Parameters
prompt (string, required): natural language research request.Example:
Research the impact of lower interest rates on late-stage private software valuations over the next 12 months.
More examples:
prediction-markets-agentGenerates research reports for Kalshi prediction market events.
Parameters
prompt (string, required): natural language research request.cache (boolean, optional): controls agent variant routing.prediction-markets-agentfalse: prediction-markets-agent:refreshtrue: prediction-markets-agent:cacheExample:
Generate a report for the Kalshi market https://kalshi.com/markets/kxbtcy/btc-price-range-eoy/kxbtcy-27jan0100
prediction_markets_historyFetches historical data for a prediction market event ticker with optional pagination and time filters.
Parameters
event_ticker (string, required)limit (number, optional)cursor (string, optional)captured_from (string, optional)captured_to (string, optional)include_analysis (boolean, optional; when true, requests analysis columns)Example:
Fetch historical data for the Kalshi event https://kalshi.com/markets/kxbtcy/btc-price-range-eoy/kxbtcy-27jan0100
MIT
While this server provides comprehensive market intelligence combining all our specialized agents, you can also use our individual MCP servers for specific use cases:
⭐ Star this repo if you find it helpful!
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"octagonai-octagon-mcp-server": {
"command": "npx",
"args": []
}
}
}