# IPOGrid Research

Hosted MCP server for filing-driven IPO research, market snapshots, SEC filing signals, deal terms, comparable IPO deals, and post-listing outcomes. No auth by default; OAuth 2.0 unlocks richer tools.

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list ipogrid/ipo-research

# Get full schema for a tool
npx -y @smithery/cli@latest tool get ipogrid/ipo-research get_chart

# Call a tool
npx -y @smithery/cli@latest tool call ipogrid/ipo-research get_chart '{}'
```

## Direct MCP Connection

Endpoint: `https://ipo-research--ipogrid.run.tools`

## Tools (6)

- `get_chart` — Return IPOGrid chart data with canonical chart embed and API URLs. Use this instead of hand-building chart URLs.
- `list_companies` — List IPOGrid companies and active deal rows with filters for market, issuer kind, freshness, and gross proceeds.
- `get_company` — Fetch one IPOGrid issuer by CIK with optional terms, classification, consensus, filings, news, comparable deals, and fi…
- `list_news` — List recent IPOGrid news coverage for IPO companies.
- `list_filings` — OAuth 2.0 tool for SEC filing events with optional AI enrichment and extracted terms.
- `list_outcomes` — OAuth 2.0 tool for post-listing IPO performance rows.

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

## Resources

- `ipogrid://guidance/review-data` — IPOGrid guidance for assembling data for daily, weekly, and quarterly editorial reviews.
- `ipogrid://guidance/data-model` — IPOGrid guidance for understanding companies, filings, news, outcomes, charts, and enrichment fields.
- `ipogrid://guidance/signals` — IPOGrid guidance for interpreting IPO filing, terms, issuer, financial, news, and outcome signals.
- `ipogrid://guidance/tool-recipes` — IPOGrid guidance for combining MCP tools into common research and review workflows.

## Prompts (1)

- `assemble_review_data` (review_type, period) — Guidance for gathering IPOGrid data for a daily, weekly, or quarterly editorial review.

---

License: MIT
