INDIVIDUAL MCP TOOL
GetIpoDetails
Get one S-1/F-1 registration's full picture by the filer's SEC CIK (as listed by GetIpoFeed): lifecycle status, verified offering classification, effective-prospectus accession and EDGAR link, proposed ticker and exchange, the offer price range and shares offered with their verbatim prospectus quotes, what the company does, how it will use the proceeds, the underwriting banks in cover order, the key summary risk factors (each with its verbatim prospectus sentence), the annual pre-IPO financials from the filer's own XBRL-tagged statements, and the complete S-1/amendment/prospectus filing chain with EDGAR links.
LIVE ENDPOINT
https://mcp.equibles.com/mcp
Connect to this endpoint to inspect the live schema for GetIpoDetails and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.equibles-mcp-server]
url = "https://mcp.equibles.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"equibles-mcp-server": {
"type": "http",
"url": "https://mcp.equibles.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: equibles-mcp-server
Remote MCP URL: https://mcp.equibles.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"equibles-mcp-server": {
"url": "https://mcp.equibles.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"equibles-mcp-server": {
"type": "http",
"url": "https://mcp.equibles.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "equibles-mcp-server",
"transport": "streamable-http",
"url": "https://mcp.equibles.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
GetLatestClosingPrices— Get each ticker's newest traded, settled daily close in USD, with one-session change, volume, and trailing 52-week closing range.GetCftcPositioning— Get Commitments of Traders (COT) positioning data for a specific futures contract.AddPortfolioLot— Record a user-confirmed purchase or sale in the caller's portfolio.GetMarketStatus— Get the current US equity market status (NYSE/Nasdaq), evaluated in America/New_York: whether the market is open, the current session (pre-market, regular, after-hours, or closed), whether today is a full-day holiday or a 1:00 p.m.GetMarketWideCongressionalActivity— Get the stocks members of Congress traded most over a trailing window, aggregated across EVERY member and ticker — 'what did Congress buy this week' without needing a ticker or a member name.GetWebDataFeed— Get the latest independently verified stored result for one of the caller's web data feeds, or the latest retained result at or before a requested timestamp.ScreenStocks— Screen listed stocks with optional min/max bounds for price, market cap, institutional ownership, short data, insider activity, valuation, growth, margins, liquidity and earnings.GetFundProfile— Get a registered fund's profile and largest stored holdings from its latest SEC Form NPORT-P report.