八邊形:市場數據的Mcp

建立者OctagonAIOctagonAI

一個免費的MCP伺服器,用於分析和提取公共文件、收益轉錄、財務指標、股市數據、私人市場交易以及在Claude Desktop和其他流行的MCP客戶端中進行深度網絡研究的見解。

概覽

什麼是 Octagon MCP 伺服器?

Octagon MCP 伺服器是一個強大的工具,旨在分析和提取各種金融數據來源的見解。它允許用戶訪問公共檔案、收益記錄、財務指標、股市數據、私募市場交易以及深網研究。這個伺服器對於需要全面數據分析能力的金融、投資和研究領域的專業人士特別有用。

Octagon MCP 伺服器的特點

  • 數據整合:無縫整合多個數據來源,提供全面的金融信息視圖。
  • 用戶友好界面:設計簡單易用,使用戶能夠輕鬆導航複雜數據。
  • 實時見解:提供實時數據分析,使用戶能夠快速做出明智的決策。
  • 兼容性:與流行的 MCP 客戶端(如 Claude Desktop)良好兼容,增強其可用性。
  • 公共訪問:伺服器是公開可訪問的,允許廣泛的用戶在無需任何費用的情況下受益於其功能。

如何使用 Octagon MCP 伺服器

  1. 訪問伺服器:訪問 Octagon MCP 伺服器 開始使用。
  2. 註冊:如果需要,創建一個帳戶,或者如果您已經有帳戶,則登錄。
  3. 選擇數據來源:選擇您想要分析的金融數據來源。
  4. 執行分析:利用伺服器的工具對所選數據進行分析。
  5. 提取見解:查看從您的分析中生成的見解,以幫助您的金融決策。

常見問題解答

Q1: Octagon MCP 伺服器是免費使用的嗎?

是的,Octagon MCP 伺服器是公開可用的,並且免費使用。

Q2: 我可以用這個伺服器分析哪些類型的數據?

您可以分析公共檔案、收益記錄、財務指標、股市數據、私募市場交易等。

Q3: 我需要任何特殊軟件來使用 Octagon MCP 伺服器嗎?

不需要特殊軟件,但它與流行的 MCP 客戶端(如 Claude Desktop)兼容。

Q4: 如果我遇到問題,該如何獲得支持?

您可以參考 docs.octagonagents.com 上的文檔以獲取指導和支持。

Q5: 使用 Octagon MCP 伺服器需要許可證嗎?

是的,該伺服器根據 MIT 許可證進行授權,允許免費使用和修改。

詳細

Octagon: MCP for Market Data

smithery badge

Favicon 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.

Demo

Features

✅ Specialized AI agents for public market data

  • SEC filings analysis and data extraction (8000+ public companies 10-K, 10-Q, 8-K, 20-F, S-1)
  • Earnings call transcript analysis (10 yrs of historical and current)
  • Financial metrics and ratios analysis (10 yrs of historical and current)
  • Stock market data access (over 10,000 active tickers, daily historical and current)
  • Cryptocurrency market data and analysis (comprehensive crypto listings, historical prices, real-time quotes)

✅ Specialized AI agents for private market data

  • Private company research (3M+ companies)
  • Funding rounds and venture capital research (500k+ deals)
  • M&A and IPO transaction research (2M+ deals)
  • Debt transactions research (1M+ deals)

✅ Specialized AI agents for deep research

  • Web scraping capabilities (json, csv, python scripts)
  • Comprehensive deep research tools

Get Your Octagon API Key

To use Octagon MCP, you need to:

  1. Sign up for a free account at Octagon
  2. After logging in, from left menu, navigate to API Keys
  3. Generate a new API key
  4. Use this API key in your configuration as the OCTAGON_API_KEY value

Prerequisites

Before installing or running Octagon MCP, you need to have npx (which comes with Node.js and npm) installed on your system.

Mac (macOS)

  1. Install Homebrew (if you don't have it):

    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
    
  2. Install Node.js (includes npm and npx):

    brew install node
    

    This will install the latest version of Node.js, npm, and npx.

  3. Verify installation:

    node -v
    npm -v
    npx -v
    

Windows

  1. Download the Node.js installer:
  2. Run the installer and follow the prompts. This will install Node.js, npm, and npx.
  3. Verify installation: Open Command Prompt and run:
    node -v
    npm -v
    npx -v
    

If you see version numbers for all three, you are ready to proceed with the installation steps below.

Installation

Running on Claude Desktop

To configure Octagon MCP for Claude Desktop:

  1. Open Claude Desktop
  2. Go to Settings > Developer > Edit Config
  3. Add the following to your 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"
      }
    }
  }
}
  1. Restart Claude for the changes to take effect

Running on Cursor

Configuring Cursor Desktop 🖥️ Note: Requires Cursor version 0.45.6+

To configure Octagon MCP in Cursor:

  1. Open Cursor Settings
  2. Go to Features > MCP Servers
  3. Click "+ Add New MCP Server"
  4. Enter the following:
    • Name: "octagon-mcp" (or your preferred name)
    • Type: "command"
    • Command: env OCTAGON_API_KEY=your-octagon-api-key npx -y octagon-mcp

If 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.

Running on Windsurf

Add this to your ./codeium/windsurf/model_config.json:

{
  "mcpServers": {
    "octagon-mcp-server": {
      "command": "npx",
      "args": ["-y", "octagon-mcp@latest"],
      "env": {
        "OCTAGON_API_KEY": "YOUR_API_KEY_HERE"
      }
    }
  }
}

Running with npx

env OCTAGON_API_KEY=your_octagon_api_key npx -y octagon-mcp

Manual Installation

npm install -g octagon-mcp

Documentation

For comprehensive documentation on using Octagon agents, please visit our official documentation at: https://docs.octagonagents.com

The documentation includes:

  • Detailed API references
  • Agent-specific query guidelines
  • Examples and use cases
  • Best practices for investment research

Available Tools

Each tool uses a single prompt parameter that accepts a natural language query. Include all relevant details in your prompt.

Comprehensive Market Intelligence

octagon-agent

Orchestrates all agents for comprehensive market intelligence analysis. Combines insights from SEC filings, earnings calls, financial metrics, stock data, institutional holdings, private company research, funding analysis, M&A transactions, investor intelligence, and debt analysis.

Example queries:

Retrieve year-over-year growth in key income-statement items for AAPL, limited to 5 records and filtered by period FY
Analyze the latest 10-K filing for AAPL and extract key financial metrics and risk factors
Retrieve the daily closing prices for AAPL over the last 30 days
Analyze AAPL's latest earnings call transcript and extract key insights about future guidance
Provide a comprehensive overview of Stripe, including its business model and key metrics
Retrieve the funding history for Stripe, including all rounds and investors
List all M&A transactions involving Stripe in the last 2 years
Provide a detailed profile of Sequoia Capital's investment strategy and portfolio
Analyze Stripe's debt financing history and current debt structure
Retrieve the most recent Form 13F and related filings submitted by institutional investors

Public Market Intelligence

octagon-sec-agent

Extract information from SEC filings.

Example:

What was Apple's gross margin percentage from their latest 10-Q filing?
octagon-transcripts-agent

Analyze earnings call transcripts.

Example:

What did NVIDIA's CEO say about AI chip demand in their latest earnings call?
octagon-financials-agent

Retrieve financial metrics and ratios. (Now also supports analysts' financial estimates.)

Example:

Calculate the price-to-earnings ratio for Tesla over the last 4 quarters
octagon-stock-data-agent

Access stock market data.

Example:

How has Apple's stock performed compared to the S&P 500 over the last 6 months?
octagon-holdings-agent

Analyze institutional ownership, Form 13F filings, and fund holdings data.

Capabilities:

  • Retrieve the latest Form 13F and related institutional ownership filings
  • Analyze institutional holder filings for specific securities and periods
  • Summarize performance of institutional holders (funds, asset managers)
  • Break down institutional portfolios by industry/sector
  • Summarize institutional positions for a given security
  • Benchmark industry performance based on institutional holdings

Example queries:

@octagon-holdings-agent Retrieve the most recent Form 13F and related filings submitted by institutional investors, limited to 50 records on page 0.
@octagon-holdings-agent Retrieve analytics for institutional holder filings for AAPL in Q2 of 2023, limited to 20 records on page 0.
@octagon-holdings-agent Get a summary of the performance of the institutional holder with CIK 0001166559.
@octagon-holdings-agent Retrieve the industry breakdown for the holder with CIK 0001067983 for Q4 of 2024.
@octagon-holdings-agent Get a summary of institutional positions for AAPL for Q4 of 2024.
@octagon-holdings-agent Get a financial performance summary for all industries for Q4 of 2024.
octagon-crypto-agent

Analyze cryptocurrency market data and trends.

Capabilities:

  • Retrieve comprehensive cryptocurrency listings from global exchanges
  • Access historical price data and end-of-day charts
  • Get real-time quotes and live price snapshots
  • Search cryptocurrency news articles
  • Analyze crypto market trends

Example queries:

Get a comprehensive list of all cryptocurrencies traded on global exchanges
Retrieve historical end-of-day price data for BTCUSD from 2020-01-01 to 2024-12-31
Retrieve the real-time quote for ETHUSD
Retrieve a short live price snapshot for many cryptocurrencies
Search news articles for BTCUSD, ETHUSD from 2025-01-01 to 2025-06-13, limited to 20 results on page 0

Private Market Intelligence

octagon-companies-agent

Research private company information.

Example:

What is the employee count and funding history for Anthropic?
octagon-funding-agent

Research startup funding rounds and venture capital.

Example:

What was OpenAI's latest funding round size, valuation, and key investors?
octagon-deals-agent

Research M&A and IPO transactions.

Example:

What was the acquisition price when Microsoft acquired GitHub?
octagon-investors-agent

A specialized database agent for looking up information on investors.

Example:

What is the latest investment criteria of Insight Partners?
octagon-debts-agent

A specialized database agent for analyzing private debts, borrowers, and lenders.

Example:

List all the debt activities from borrower American Tower

Additional Tools

octagon-scraper-agent

Extract data from any public website.

Example:

Extract property prices and square footage data from zillow.com/san-francisco-ca/
octagon-deep-research-agent

Perform comprehensive research on any topic.

Example:

Research the financial impact of Apple's privacy changes on digital advertising companies' revenue and margins

Example Queries

  1. "What were Amazon's revenue and net income figures in Q4 2023?"
  2. "Analyze Tesla's R&D spending trends over the last 3 years."
  3. "What guidance did NVIDIA's CEO provide regarding AI chip demand in their latest earnings call?"
  4. "Compare the price-to-earnings, price-to-sales, and EV/EBITDA ratios for the top 5 semiconductor companies."
  5. "What was Anthropic's latest funding round size, valuation, and key investors?"
  6. "Extract all data fields from zillow.com/san-francisco-ca/"
  7. "Research the financial impact of Apple's privacy changes on digital advertising companies' revenue and margins"
  8. "Compile all the debt activities from lender ING Group in Q4 2024"
  9. "How many investments did Andreessen Horowitz make in AI startups in the last 12 months?"
  10. "Retrieve historical Bitcoin price data from 2023 and analyze the price volatility trends"

Troubleshooting

  1. API Key Issues: Ensure your Octagon API key is correctly set in the environment or config file.
  2. Connection Issues: Make sure the connectivity to the Octagon API is working properly.
  3. Rate Limiting: If you encounter rate limiting errors, reduce the frequency of your requests.

Installation

Running with npx

env OCTAGON_API_KEY=your_octagon_api_key npx -y octagon-mcp

Manual Installation

npm install -g octagon-mcp

License

MIT

Individual Specialized MCP Servers

While this server provides comprehensive market intelligence combining all our specialized agents, you can also use our individual MCP servers for specific use cases:

Public Market Data Servers

Private Market Data Servers

Research Tools

⭐ Star this repo if you find it helpful!

伺服器配置

{
  "mcpServers": {
    "octagon-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/metorial/mcp-container--octagonai--octagon-mcp-server--octagon-mcp-server",
        "npm run start"
      ],
      "env": {
        "OCTAGON_API_KEY": "octagon-api-key"
      }
    }
  }
}

八邊形:市場數據的Mcp 替代方案

若您需要八邊形:市場數據的Mcp 的一些替代方案,我們依分類為您提供相關網站。

無縫整合AI代理與Chargebee,使用AgentKit實現更智能的計費和訂閱工作流程。

查看更多 >>