Fire in da houseTop Tip:Paying $100+ per month for Perplexity, MidJourney, Runway, ChatGPT and other tools is crazy - get all your AI tools in one site starting at $15 per month with Galaxy AI Fire in da houseCheck it out free

octagon-mcp-server

MCP.Pizza Chef: OctagonAI

Octagon MCP server integrates with the Octagon Market Intelligence API to provide advanced AI-driven analysis of public filings, earnings call transcripts, financial metrics, stock market data, and private market transactions. It enables users to extract detailed financial insights within Claude Desktop and other MCP clients, supporting over 8000 public companies' SEC filings and extensive historical earnings data. This server is ideal for financial research, market intelligence, and investment analysis workflows.

Use This MCP server To

Analyze SEC filings for 8000+ public companies Extract insights from earnings call transcripts Retrieve and analyze financial metrics data Access and interpret stock market data Research private market transactions Integrate financial data into Claude Desktop workflows Generate detailed financial reports from raw data Support investment decision-making with AI analysis

README

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)

āœ… 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.

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.

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?

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?"

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


⭐ Star this repo if you find it helpful!

octagon-mcp-server FAQ

How do I connect Octagon MCP server to my MCP client?
You configure your MCP client like Claude Desktop to connect to the Octagon MCP server endpoint using standard MCP protocols, enabling seamless data exchange.
What types of financial documents can Octagon MCP server analyze?
It supports SEC filings (10-K, 10-Q, 8-K, 20-F, S-1), earnings call transcripts, financial metrics, stock market data, and private market transactions.
Is the Octagon MCP server free to use?
Yes, the Octagon MCP server is free to use, providing open access to its financial data analysis capabilities.
Can Octagon MCP server handle historical financial data?
Yes, it includes up to 10 years of historical earnings call transcripts and extensive historical market data.
Does Octagon MCP server support integration with multiple MCP clients?
Yes, it is designed to work with Claude Desktop and other popular MCP clients supporting the MCP protocol.
What financial markets does Octagon MCP server cover?
It covers public markets with SEC filings and stock data, as well as private market transactions for comprehensive research.
How secure is the data handled by Octagon MCP server?
The server follows standard MCP security principles ensuring scoped, secure, and observable interactions with financial data.
Can I customize the data extraction parameters?
Yes, users can specify parameters for targeted analysis of filings, transcripts, and market data within the MCP client interface.