Octagon Earnings Transcripts MCP

by OctagonAI

437 downloads
Not rated
GitHub

About

The Octagon Earnings Transcripts MCP server provides specialized AI-powered earnings call transcript analysis capabilities by integrating with advanced transcripts analysis agents. Covers over 8,000 public companies with continuous daily updates and historical data dating back to

Details

Author
OctagonAI
Downloads
437
Categories
Other

- Covers over 8,000 public companies globally
- Historical transcript data from 2018 to present
- Continuous daily updates for real-time insights
- Universal integration with any MCP-compatible client
- Executive statements, analyst questions, and forward-looking statement extraction
- Management sentiment, guidance, and business trend analysis

Install prerequisites (Node.js and npx). Obtain an Octagon API key from the Octagon app. Configure the MCP server in an MCP client (Claude Desktop, Cursor, Windsurf, or run via npx) by setting the OCTAGON_API_KEY environment variable and using the command npx -y octagon-earnings-transcripts-mcp@latest. After configuration, the server provides tools for querying earnings transcripts with prompts like “What did Amazon’s CEO say about AWS growth expectations in the latest earnings call?”

Octagon Earnings Transcripts MCP

Favicon The Octagon Earnings Transcripts MCP server provides specialized AI-powered earnings call transcript analysis capabilities by integrating with advanced transcripts analysis agents. Covers over 8,000 public companies with continuous daily updates and historical data dating back to 2018. Add unlimited earnings transcript analysis functionality to any MCP client including Claude Desktop, Cursor, and other popular MCP-enabled applications.

Powered by Octagon AI - Learn more about the Transcripts Agent at docs.octagonagents.com

🏆 Why Teams Choose Octagon's Enterprise-Grade Transcripts Analysis API

👉 8,000+ public companies with comprehensive earnings call coverage
👉 Historical depth — earnings call data dating back to 2018 for robust time-series analysis
👉 Real-time updates — continuous daily updates for the latest earnings insights
👉 Advanced analysis — extract executive statements, financial guidance, analyst questions, and forward-looking statements

🚀 Core Differentiators

Comprehensive Coverage - Over 8,000 public companies with earnings call transcripts
Historical Analysis - Historical data dating back to 2018 enables robust time-series analysis
Real-Time Updates - Continuous daily updates for real-time insights
Universal MCP Integration - Add earnings transcript analysis to any MCP client
Multi-Domain Analysis - Management sentiment, guidance extraction, and business trend identification
Advanced Data Extraction - Executive statements, analyst questions, and forward-looking statements

Features

Comprehensive Transcripts Analysis
- Executive statements and commentary extraction
- Financial guidance and projections analysis
- Analyst questions and management responses
- Forward-looking statements identification
- Management sentiment analysis
- Key business trends identification

Universal Company Coverage
- Over 8,000 public companies
- Quarterly and annual earnings calls
- Special earnings announcements
- Management presentations
- Investor day transcripts
- Conference call recordings

Advanced Analysis Tools
- Time-series trend analysis
- Cross-company comparisons
- Sentiment tracking over time
- Guidance accuracy analysis

Get Your Octagon API Key

To use Octagon Earnings Transcripts 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 Earnings Transcripts 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:
- Go to https://nodejs.org/ and download the LTS version for Windows.
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 Earnings Transcripts 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-earnings-transcripts-mcp": {
"command": "npx",
"args": ["-y", "octagon-earnings-transcripts-mcp@latest"],
"env": {
"OCTAGON_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}

4. Restart Claude for the changes to take effect

Running on Cursor

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

To configure Octagon Earnings Transcripts 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-earnings-transcripts-mcp" (or your preferred name)
- Type: "command"
- Command: env OCTAGON_API_KEY=your-octagon-api-key npx -y octagon-earnings-transcripts-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-earnings-transcripts-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 Earnings Transcripts MCP when appropriate, but you can explicitly request it by describing your earnings analysis 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-earnings-transcripts-mcp": {
      "command": "npx",
      "args": ["-y", "octagon-earnings-transcripts-mcp@latest"],
      "env": {
        "OCTAGON_API_KEY": "YOUR_API_KEY_HERE"
      }
    }
  }
}

Running with npx

env OCTAGON_API_KEY=your_octagon_api_key npx -y octagon-earnings-transcripts-mcp

Manual Installation

npm install -g octagon-earnings-transcripts-mcp
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.