Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Octagon Sec Filings Mcp

    The Octagon SEC Filings MCP server provides specialized AI-powered SEC filings analysis capabilities by integrating with advanced SEC analysis agents. Covers over 8,000 public companies from SEC EDGAR with comprehensive coverage of annual and quarterly reports, offering filings, amendments, and event filings.

    0 stars
    JavaScript
    Updated Jun 4, 2025

    Table of Contents

    • 🚀 Core Differentiators
    • Get Your Octagon API Key
    • Prerequisites
    • Mac (macOS)
    • Windows
    • Installation
    • Running on Claude Desktop
    • Running on Cursor
    • Running on Windsurf
    • Running with npx
    • Manual Installation
    • Capabilities
    • Use Cases
    • Example Queries
    • How to Create Effective Prompts
    • SEC Filing Data Fields
    • Company Information
    • Financial Statements
    • Segment Information
    • Management & Governance
    • Risk Factors
    • Forward-Looking Information
    • Corporate Actions
    • ESG Information
    • Footnotes & Disclosures
    • Features
    • Available Tool
    • octagon-sec-agent
    • Documentation
    • Troubleshooting
    • License

    Table of Contents

    • 🚀 Core Differentiators
    • Get Your Octagon API Key
    • Prerequisites
    • Mac (macOS)
    • Windows
    • Installation
    • Running on Claude Desktop
    • Running on Cursor
    • Running on Windsurf
    • Running with npx
    • Manual Installation
    • Capabilities
    • Use Cases
    • Example Queries
    • How to Create Effective Prompts
    • SEC Filing Data Fields
    • Company Information
    • Financial Statements
    • Segment Information
    • Management & Governance
    • Risk Factors
    • Forward-Looking Information
    • Corporate Actions
    • ESG Information
    • Footnotes & Disclosures
    • Features
    • Available Tool
    • octagon-sec-agent
    • Documentation
    • Troubleshooting
    • License

    Documentation

    Octagon SEC Filings MCP

    Favicon The Octagon SEC Filings MCP server provides specialized AI-powered SEC filings analysis capabilities by integrating with advanced SEC analysis agents. Covers over 8,000 public companies from SEC EDGAR with comprehensive coverage of annual and quarterly reports, offering filings, amendments, and event filings. Add unlimited SEC filings analysis functionality to any MCP client including Claude Desktop, Cursor, and other popular MCP-enabled applications.

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

    🚀 Core Differentiators

    ✅ Comprehensive Coverage - Over 8,000 public companies from SEC EDGAR

    ✅ 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 SEC filings analysis to any MCP client

    ✅ Multi-Domain Analysis - Management discussion, footnotes, risk factors, and quantitative data extraction

    ✅ Advanced Filing Coverage - Annual (10-K), quarterly (10-Q), offering (S-1), and event (8-K) filings

    Get Your Octagon API Key

    To use Octagon SEC Filings 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 SEC Filings 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):

    bash
    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

    2. Install Node.js (includes npm and npx):

    bash
    brew install node

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

    3. Verify installation:

    bash
    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:

    cmd
    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 SEC Filings 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):

    json
    {
      "mcpServers": {
        "octagon-sec-filings-mcp": {
          "command": "npx",
          "args": ["-y", "octagon-sec-filings-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 SEC Filings 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-sec-filings-mcp" (or your preferred name)
    • Type: "command"
    • Command: env OCTAGON_API_KEY=your-octagon-api-key npx -y octagon-sec-filings-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-sec-filings-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 SEC Filings MCP when appropriate, but you can explicitly request it by describing your SEC 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:

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

    Running with npx

    bash
    env OCTAGON_API_KEY=your_octagon_api_key npx -y octagon-sec-filings-mcp

    Manual Installation

    bash
    npm install -g octagon-sec-filings-mcp

    Octagon SEC Agent

    Model Name: octagon-sec-agent

    A specialized agent for SEC filings analysis

    Capabilities

    • Over 8,000 public companies from SEC EDGAR
    • Comprehensive coverage of corporate filings from annual and quarterly reports (10-K, 10-Q, 20-F), offering filings (S-1), amendments, and event filings (8-K)
    • Continuous daily updates for real-time insights
    • Historical data dating back to 2018 enables robust time-series analysis

    Use Cases

    The SEC Agent is best for extracting:

    • Management discussion and analysis
    • Footnotes and disclosures
    • Risk factors
    • Quantitative data from SEC filings

    Example Queries

    • "What was Apple's R&D expense as a percentage of revenue in their latest fiscal year?"
    • "Find the risk factors related to supply chain in Tesla's latest 10-K"
    • "Extract quarterly revenue growth rates for Microsoft over the past 2 years"

    How to Create Effective Prompts

    When working with AI tools to extract information from SEC filings, you can use these fields as a guide to create effective prompts. Here are some strategies:

    1. Be specific about the filing type: Specify which filing (10-K, 10-Q, 8-K, etc.) you want to analyze.

    • Example: "Extract the revenue and net income figures from Apple's latest 10-K filing."

    2. Request multiple related fields: Group related fields to get comprehensive insights.

    • Example: "Analyze Microsoft's business segments, providing segment revenue, operating income, and year-over-year growth rates."

    3. Compare across time periods: Ask for trend analysis using the same fields across multiple filings.

    • Example: "Compare Tesla's gross margin, operating margin, and net margin for the past 4 quarters."

    4. Contextualize with ratios: Request calculated metrics based on raw financial data.

    • Example: "Calculate Amazon's debt-to-equity ratio, current ratio, and return on equity from its most recent 10-K."

    5. Focus on narrative sections: Extract insights from textual discussions.

    • Example: "Summarize the key risk factors related to supply chain issues mentioned in Nvidia's latest annual report."

    6. Cross-company comparisons: Request the same fields across competitors.

    • Example: "Compare the R&D expenses as a percentage of revenue for Google, Meta, and Amazon from their latest annual filings."

    7. Layer quantitative and qualitative data: Combine financial metrics with management commentary.

    • Example: "Extract Intel's capital expenditure figures for the last fiscal year, and summarize management's discussion about their future investment plans."

    8. Identify changes: Look for significant changes in reporting or circumstances.

    • Example: "Identify any changes in accounting policies or estimates in Disney's latest 10-K compared to the previous year."

    SEC Filing Data Fields

    Company Information

    FieldDescription
    Company NameLegal or common name of the company
    CIKCentral Index Key - unique identifier assigned by SEC
    SIC CodeStandard Industrial Classification code indicating industry category
    ExchangeStock exchange where shares are traded (e.g., NYSE, NASDAQ)
    Ticker SymbolStock trading symbol
    State of IncorporationState or country where company is legally incorporated
    Fiscal Year EndDate marking the end of company's fiscal year
    Company WebsiteOfficial company website URL
    Company AddressHeadquarters or principal office location
    Incorporation DateDate when the company was legally formed
    Reporting StatusCurrent filing status (e.g., Large Accelerated Filer, Non-Accelerated Filer)

    Financial Statements

    FieldDescription
    RevenueTotal income from company's primary business activities
    Net IncomeProfit after all expenses, taxes, and costs
    EBITDAEarnings Before Interest, Taxes, Depreciation, and Amortization
    Gross ProfitRevenue minus cost of goods sold
    Operating IncomeProfit from core business operations
    Total AssetsSum of all assets owned by the company
    Total LiabilitiesSum of all debts and obligations
    Shareholders' EquityCompany's net value to shareholders
    Cash & EquivalentsLiquid assets readily convertible to cash
    Accounts ReceivableMoney owed to company by customers
    InventoryGoods available for sale or materials for production
    Total DebtSum of short-term and long-term debt obligations
    Long-term DebtDebt obligations due in more than one year
    R&D ExpensesMoney spent on research and development activities
    Capital ExpendituresFunds used to acquire or upgrade physical assets
    Operating Cash FlowCash generated from normal business operations
    Free Cash FlowOperating cash flow minus capital expenditures

    Segment Information

    FieldDescription
    Business Segment RevenueRevenue breakdown by business division or product line
    Geographic Segment RevenueRevenue breakdown by geographic region
    Segment Operating IncomeProfit by business segment
    Segment AssetsAssets allocated to specific business segments
    Segment LiabilitiesLiabilities associated with specific segments
    Customer ConcentrationPercentage of revenue from top customers
    Product Revenue BreakdownRevenue by product or service category

    Management & Governance

    FieldDescription
    CEO NameChief Executive Officer's full name
    CEO CompensationTotal compensation package for CEO
    Executive OfficersList of key executive management personnel
    Board MembersList of directors serving on the board
    Director IndependencePercentage of independent directors on board
    Insider OwnershipPercentage of shares owned by insiders
    Institutional OwnershipPercentage of shares owned by institutions
    AuditorExternal accounting firm performing audit

    Risk Factors

    FieldDescription
    Key Risk FactorsMaterial risks facing the business
    Risk CategoriesClassification of risks (e.g., operational, financial, regulatory)
    Cybersecurity RisksSpecific risks related to data security and breaches
    Legal ProceedingsMaterial legal cases and litigation risks
    Regulatory RisksRisks related to government regulations and compliance
    Competitor RisksRisks posed by market competition
    Supply Chain RisksRisks related to suppliers and production
    Environmental RisksClimate and environmental impact risks

    Forward-Looking Information

    FieldDescription
    Revenue GuidanceManagement's revenue projections for future periods
    Earnings GuidanceManagement's earnings projections for future periods
    Strategic InitiativesPlanned business strategies and initiatives
    Expansion PlansPlans for geographic or product expansion
    R&D PipelineProducts or services under development
    Market OpportunityAddressable market size and growth potential
    Competitive PositioningCompany's position relative to competitors

    Corporate Actions

    FieldDescription
    Share RepurchasesStock buyback programs and activities
    Dividend PaymentsHistorical and planned dividend distributions
    Mergers & AcquisitionsCompleted and pending M&A transactions
    DivestituresSales of business units or significant assets
    Restructuring PlansOrganizational changes and cost-cutting initiatives
    Capital RaisingEquity or debt issuance activities

    ESG Information

    FieldDescription
    Environmental MetricsCarbon emissions and environmental impact data
    Social ResponsibilityDiversity statistics and social impact initiatives
    Governance PracticesBoard structure and corporate governance policies
    Sustainability GoalsTarget metrics for environmental sustainability
    ESG RisksSpecific risks related to environmental, social, and governance factors
    Supply Chain EthicsLabor practices and ethical standards in supply chain

    Footnotes & Disclosures

    FieldDescription
    Accounting PoliciesSummary of significant accounting methods used
    Off-Balance Sheet ArrangementsObligations not reflected on the balance sheet
    Related Party TransactionsBusiness dealings with affiliated entities
    Subsequent EventsSignificant events occurring after the reporting period
    Non-GAAP ReconciliationsReconciliation between GAAP and non-GAAP metrics
    Tax DisclosuresDetails on income tax positions and rates
    Pension & Benefit PlansInformation on employee retirement and benefit plans

    Features

    ✅ Comprehensive SEC Filings Analysis

    • Annual reports (10-K) analysis
    • Quarterly reports (10-Q) analysis
    • Current reports (8-K) analysis
    • Offering documents (S-1) analysis
    • Amendments and event filings
    • Management discussion and analysis extraction

    ✅ Universal Company Coverage

    • Over 8,000 public companies
    • All major SEC filing types
    • Real-time filing updates
    • Historical data back to 2018
    • Cross-filing comparisons
    • Time-series analysis

    ✅ Advanced Analysis Tools

    • Risk factor extraction
    • Financial metrics analysis
    • Executive compensation analysis
    • Business segment breakdowns
    • Regulatory compliance tracking

    Available Tool

    octagon-sec-agent

    Comprehensive SEC filings analysis across over 8,000 public companies.

    The tool uses a single prompt parameter that accepts a natural language query. Include all relevant details in your prompt for optimal results.

    Documentation

    For comprehensive documentation on using SEC Filings capabilities, please visit our official documentation at:

    https://docs.octagonagents.com

    Specifically for the SEC Agent: SEC Agent Guide

    The documentation includes:

    • Detailed API references
    • SEC filing analysis methodology guidelines
    • Examples and use cases
    • Best practices for SEC filings analysis
    • Advanced features and capabilities

    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: No rate limits apply to SEC Filings MCP - execute unlimited queries.

    License

    MIT

    ---

    ⭐ Star this repo if you find it helpful for your SEC filings analysis needs!

    Similar MCP

    Based on tags & features

    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • WA

      Waha Mcp

      JavaScript00
    • WI

      Wizzy Mcp Tmdb

      JavaScript00
    • RI

      Rijksmuseum Mcp

      JavaScript·
      59
    • MC

      Mcp Server Playwright

      JavaScript·
      262

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k