# Octagon (verified)

AI agents for financial research. Query SEC filings, analyze company data, and retrieve market intelligence.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add octagon

# Browse available tools
npx -y @smithery/cli@latest tool list octagon

# Get full schema for a tool
npx -y @smithery/cli@latest tool get octagon octagon-agent

# Call a tool
npx -y @smithery/cli@latest tool call octagon octagon-agent '{}'
```

## Direct MCP Connection

Endpoint: `https://octagon.run.tools`

## Tools (4)

- `octagon-agent` — Orchestrates all agents for comprehensive market intelligence analysis. Capabilities: Combines insights from SEC filing…
- `octagon-deep-research-agent` — A comprehensive agent that can utilize multiple sources for deep research analysis. Capabilities: Aggregate research ac…
- `octagon-prediction-markets-agent` — A specialized agent for creating research reports on Kalshi events (Polymarket coming soon). See what's driving prices,…
- `prediction_markets_history` — Fetch historical data for a prediction market event by ticker.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get octagon <tool-name>
```
