Back to MCP Directory
Octagon
Model Context Protocol moderate risk

Octagon

Octagon MCP server provides AI-powered financial research and analysis by integrating with the Octagon Market Intelligence API.

Connections & Capabilities

Connects To

GitHubStripeAWSGCPAzure

Capabilities

readwriteexec

Quickstart

Install

npm install -g octagon-mcp

Config

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

Exposed MCP Tools (3)

moderate
octagon-agent

Orchestrates all agents for comprehensive market intelligence analysis.

Combines insights from multiple sources, increasing potential for data exposure if not handled carefully.

high
octagon-scraper-agent

Extracts structured financial data from investor websites.

Can extract data from any public website, potentially including sensitive information.

moderate
octagon-deep-research-agent

Aggregates research across multiple data sources for deep research analysis.

Combines data from multiple sources, increasing the risk of exposure if not handled carefully.

Safety Assessment

Octagon MCP is relatively safe for data retrieval and analysis, but the risk level increases with the web scraping and deep research agents. API key security is paramount. Use the scraper agent with caution to avoid unintended data exposure.

  • Requires an API key for access
  • Primarily focuses on data retrieval and analysis
  • No direct destructive operations on external systems
  • Relies on Octagon API for data, limiting direct exposure
  • API key compromise could lead to unauthorized data access
  • Web scraping tool can potentially access sensitive data if misused
  • Deep research agent can aggregate data from multiple sources, increasing risk of exposure
  • Potential for information leakage if aggregated data is not handled carefully
  • The octagon-scraper-agent can extract data from any public website, which could lead to unintended data exposure if not used responsibly.