Analytics
iposignal.xyz
Provides IPO and public-company financial data, SEC filings, valuation metrics, and market sentiment analytics via an MCP server.
ENDPOINT 1
https://iposignal.xyz/api/mcp
MCP server metadata
- Name
- IPOSignal
- Version
- 1.2.0
Known tools 7
get_ipo_snapshotRetrieve 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.
Inferred read-onlyget_company_financialsRetrieve full SEC iXBRL financial statements for a company we cover, pre- and post-IPO, with derived margins, growth, leverage and return ratios per period.
Potential side effectsget_company_metricsGet 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.
Inferred read-onlyget_ipo_sentimentAccess IPOSignal's proprietary market sentiment score — a daily signal quantifying how well recent IPOs are being received by investors.
Inferred read-onlyget_ipo_social_sentimentGet 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.
Potential side effectsCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.