Docs

IPOGrid docs

Public setup notes for IPOGrid data, charts, API access, and MCP clients.

IPOGrid tracks U.S. IPO filings, deal terms, listing signals, company news, and trading outcomes. Use the public site for browsing, the chart pages for market context, the REST API for structured data, and MCP for Claude or other agent workflows.

Data

Company, filing, news, and outcome data

Company records center on issuer CIKs and include filing status, ticker hints, exchange hints, market family, issuer kind, latest filing dates, and extracted deal terms when available.

Filing data comes from SEC submissions and IPOGrid enrichment. News and outcome data add context for material events, trading starts, first-day returns, week-one returns, and current performance.

Charts

Charting

Chart pages support IPO market views such as gross proceeds, prospectus counts, and final prospectus counts grouped by sector, form family, or status.

Charts can use trailing ranges or fixed date windows with day, week, month, or quarter buckets. Every chart has a canonical page URL, embed URL, and JSON API URL.

Open charts

API

REST API

The REST API exposes structured company, filing, news, and outcome endpoints for programmatic use. API key bearer auth is available from the IPOGrid app.

Open API reference

MCP

MCP connector

Research IPO candidates, SEC filings, IPO news, outcomes, and chart data from Claude and other MCP clients.

IPOGrid MCP is a read-only connector for filing-driven IPO research. Use it to find active IPO candidates, inspect issuer context, pull recent IPO news, compare post-listing outcomes, and generate chart data with canonical embed URLs.

Anonymous access works without setup for lightweight public research. Claude can use IPOGrid anonymously until a quota limit, auth-only tool, or restricted enrichment is needed. At that point, it should ask the user to sign in with OAuth or provide an IPOGrid API key.

Connect

Claude Code (logs you in via OAuth) claude mcp add --transport http ipogrid https://ipogrid.com/mcp Endpoint https://ipogrid.com/mcp Anonymous access - get_chart - list_companies - get_company - list_news - Monthly and hourly quota applies Authenticated access - OAuth 2.0 or API key bearer - Adds list_filings and list_outcomes - Unlocks richer get_company includes: consensus, financial_snapshot, filings, comps - Unlocks full-content news access - Use this when anonymous quota is hit or the user asks for auth-only data OAuth discovery https://ipogrid.com/.well-known/oauth-authorization-server https://ipogrid.com/.well-known/oauth-protected-resource/mcp Fallback auth Authorization: Bearer YOUR_IPOGRID_API_KEY

Tools

get_chart - Returns chart data plus embed, page, and API URLs. - Supports metrics like gross proceeds, prospectus count, and final prospectus count. - Supports grouping by sector, form family, or status. - Supports date windows, trailing ranges, and day/week/month/quarter buckets. list_companies - Finds IPO candidates and active deal rows. - Filters by market, issuer kind, updated date, and gross proceeds. - Authenticated callers can include richer terms, classification, and consensus fields. get_company - Fetches issuer detail by CIK. - Optional includes cover latest terms, classification, consensus, filings, news, financial snapshot, and comparable deals. list_news - Returns recent IPOGrid news coverage. - Authenticated callers can request full content where available. list_filings - Authenticated tool for SEC filing events. - Optional includes cover AI enrichment and extracted deal terms. list_outcomes - Authenticated tool for post-listing IPO performance rows.

Charting

Use get_chart when Claude needs market context or article-ready visuals. The response includes structured points and links for the canonical IPOGrid chart page, embed, and API data.

Example chart requests: gross proceeds by sector over the last 26 weeks, final prospectus counts by sector for a quarter, or filing activity by form family for a weekly review window.

Filtering

Company discovery supports filters for operating companies, SPACs, funds, follow-ons, exchange/OTC markets, recent updates, and deal-size thresholds. Filing, news, and outcome tools support CIK-specific lookups and cursor-based paging.

Access and pricing

Anonymous MCP access is available for public chart, company, and news research with monthly and hourly quota. Anonymous responses are capped and heavier enrichments are restricted to keep the service responsive.

Sign in with OAuth from an MCP client or use an IPOGrid API key to unlock the full MCP toolset, including SEC filings, post-listing outcomes, richer company detail includes such as consensus, financial snapshots, filings, and comparable deals, plus full-content news access. Paid access removes the anonymous MCP quota and enables deeper research fields.

View pricing

Safety

Tools are read-only. Tools do not modify IPOGrid data or external systems. Tools do not send messages, execute trades, or trigger notifications. Tools return public IPOGrid, SEC, market, and news-derived data. MCP safety annotations - readOnlyHint: true - destructiveHint: false - idempotentHint: true - openWorldHint: true

Privacy and support

https://ipogrid.com/privacy https://ipogrid.com/contact