OctagonAI/octagon-mcp-server
Octagon AI Agents to integrate private and public market data
Ads
Overview
Octagon AI Agents to integrate private and public market data
Installation
npm -v
Configuration
{
"mcpServers": {
"octagon-mcp-server": {
"command": "npx",
"args": ["-y", "octagon-mcp@latest"],
"env": {
"OCTAGON_API_KEY": "YOUR_API_KEY_HERE"
}
}Capabilities
- Analyze public companies with `octagon-agent`
ask about SEC filings, earnings calls, financial metrics, or compare companies on revenue, margins, and guidance.
- Run multi-source deep research with `octagon-deep-research-agent`
investigate cross-source topics like regulatory impacts, market dynamics, or private-company funding rounds.
- Generate a Kalshi market report via `octagon-prediction-markets-agent`
request a research report for a specific prediction market event.
- Fetch historical prediction market data with `prediction_markets_history`
retrieve structured time-series data for a given event ticker, with optional filters and analysis columns.
- Search and read Octagon documentation
use `octagon-docs-search` and `octagon-docs-read` to look up setup guides, agent usage, or API references directly in-session.
Tags
- finance
- data-analysis
- research
- awesome-list
Related MCP servers
PayRam Crypto Card Payment Gateway
OfficialSelf Hosted Payment gateway for agents, openclaw, hermes and more
Capital.com Public API MCP Server
OfficialThe Capital.com MCP Server lets your AI assistant talk to your trading account directly. Market data, position checks, trade previews – all in plain language, without leaving your AI tool.
Bridge Town
OfficialBridge Town is an MCP-native, git-versioned financial modeling platform for FP&A teams and finance leaders. AI agents use Bridge Town tools to create projects, write Python model files, run models in isolated cloud sandboxes, query data, write outputs to Google Sheets, create dashboards, branch scenarios, and collaborate with teammates.
27dream/mcp-eastmoney
China A-share stock market MCP server — real-time quotes, main capital flow ranking, sector fund flow, and historical K-lines via Eastmoney's free APIs. Zero config, no API keys required. 5 tools: `get_stock_quote`, `search_stock`, `main_fund_rank`, `sector_fund_flow`, `get_kline`. Install: `uvx mcp-eastmoney` or `pip install mcp-eastmoney`.