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
Example prompts
Find operating IPOs that became effective this week and have no current-cycle trading detected.
For CIK 0001181412, summarize what changed in the last amendment versus the prior filing.
Compare recent final prospectus counts and day-one returns by sector for June 2026.
Pull post-listing outcomes for the last 30 days and flag names with weak 1D but strong 7D recovery.
When to authenticate
Anonymous MCP access is fine for lightweight public chart, company, and news research. OAuth or API-key auth unlocks filings, outcomes, richer company includes, full news content, and higher quotas.
Use REST API for the same workflows in code.