Mine company, filing, news, and outcome data
Start from issuer CIKs, then layer in filing status, ticker hints, exchange hints, market family, issuer kind, latest filing dates, and extracted deal terms.
Join SEC submissions to news, trading starts, first-day returns, week-one returns, and current performance so your workflow can move from filing event to market outcome.
Measure IPO market internals
Track gross proceeds, prospectus counts, final prospectus counts, and first-day returns by sector, form family, or status.
Use trailing ranges for dashboards or fixed windows for reproducible research. Every chart has a canonical page URL, embed URL, and JSON API URL.
REST API
Pull companies, filings, news, outcomes, and published IPOGrid articles into notebooks, backtests, dashboards, or alerting jobs. Public article feeds work without auth; deeper company, filing, and outcome data uses API key bearer auth from the IPOGrid app.
Public article feed
GET https://ipogrid.com/api/v1/articles?limit=30
OpenAPI
https://ipogrid.com/api/v1/openapi.json
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.
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
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, deal-type, and listing fields.
get_company
- Fetches issuer detail by CIK.
- Optional includes cover latest terms, deal type, listing fields, 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.
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
https://ipogrid.com/privacy
https://ipogrid.com/contact
Start building
Use research workflows for backtests and watchlists, data for joinable fields, and REST API for programmatic pulls.