INDIVIDUAL MCP TOOL
get_ipo_snapshot
Retrieve a complete IPO company profile — deal terms, pricing range, expected market cap, SEC registration and prospectus details, offering structure, lifecycle timeline, and IBKR indicative borrow fee rate when available.
LIVE ENDPOINT
https://iposignal.xyz/api/mcp
Connect to this endpoint to inspect the live schema for get_ipo_snapshot 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.iposignal]
url = "https://iposignal.xyz/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"iposignal": {
"type": "http",
"url": "https://iposignal.xyz/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: iposignal
Remote MCP URL: https://iposignal.xyz/api/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": {
"iposignal": {
"url": "https://iposignal.xyz/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"iposignal": {
"type": "http",
"url": "https://iposignal.xyz/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "iposignal",
"transport": "streamable-http",
"url": "https://iposignal.xyz/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_ipo_overview— FREE.lookup_companies_with_financials— FREE.get_company_financials— Retrieve full SEC iXBRL financial statements for a company we cover, pre- and post-IPO, with derived margins, growth, leverage and return ratios per period.get_company_metrics— Get live valuation metrics for any US-listed company (not just IPOs), computed from primary sources: SEC XBRL companyfacts TTM fundamentals (revenue, net income, EBITDA, debt, cash, shares) plus the latest market close.get_ipo_sentiment— Access IPOSignal's proprietary market sentiment score — a daily signal quantifying how well recent IPOs are being received by investors.get_ipo_social_sentiment— Get IPOSignal's X/Twitter social-sentiment reading for a specific IPO — an aggregate of how investors are discussing the stock on X, scored from -1 (bearish) to +1 (bullish) with a label, post tallies, and a one-line summary.