iposignal
Server Details
Access premium IPO intelligence through AI agents. Retrieve detailed company profiles for upcoming and recent public offerings — including deal terms, SEC filings, AI-generated research with valuation models, competitor benchmarking, underwriter ratings, risk screening, and board analysis. Monitor overall market conditions with a proprietary daily sentiment score (-100 bearish to +100 bullish) with historical trend data to help time investment entries.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
4 toolsget_company_metricsAInspect
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. Returns multiples (P/E, P/S, EV/Revenue, EV/EBITDA), derivations (PEG, earnings/sales/EBITDA yields, net-debt/EBITDA), margins, and YoY growth — the same data IPOSignal's valuation pipeline uses for peer benchmarking, with the computation convention stated in the response. Provide exactly one of symbol (any SEC-mapped ticker) or companyName (resolves Nasdaq/NYSE listings). Also available as a paid HTTP endpoint at /api/agent/company-metrics.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | ||
| companyName | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the burden and does well: it discloses data sources (SEC XBRL, latest market close), the computation basis (TTM fundamentals), and that the response includes the computation convention. It lacks details on limitations or error conditions, but for a read-only valuation tool this is solid coverage.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is long but information-dense, with each clause earning its place. It front-loads the core purpose, then lists sources, outputs, parameter usage, and an alternative endpoint. The use of dashes and parentheticals keeps related details together without fluff.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity (multiple metrics, no output schema), the description is exceptionally complete. It enumerates all key outputs (multiples, derivations, margins, growth), explains the data sources, states the computation convention is included in the response, and clarifies parameter usage. This is sufficient for an agent to select and invoke the tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema descriptions are absent (0% coverage), so the description compensates by explaining the two parameters: 'symbol (any SEC-mapped ticker)' and 'companyName (resolves Nasdaq/NYSE listings)' and their mutual exclusivity ('exactly one'). This adds meaningful guidance beyond the raw schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'Get live valuation metrics for any US-listed company.' It specifies the verb (get), the resource (valuation metrics), and the scope (any US-listed company), and distinguishes from IPO-focused siblings by adding '(not just IPOs)' and noting it is used for peer benchmarking.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage context by stating 'any US-listed company (not just IPOs)' and mentioning peer benchmarking, which suggests when to use it over IPO-specific tools. However, it does not explicitly name alternatives or state when not to use it, so it stops short of full guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_ipo_sentimentAInspect
Access IPOSignal's proprietary market sentiment score — a daily signal quantifying how well recent IPOs are being received by investors. Ranges from -100 (extreme bearish) to +100 (extreme bullish) with trend data for the last N days. Use it to identify favorable IPO windows, time investment entries, and assess overall market appetite for new listings. Also available as a paid HTTP endpoint at /api/agent/ipo-sentiment.
| Name | Required | Description | Default |
|---|---|---|---|
| days | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It discloses the output type (sentiment score), range (-100 to +100), and trend data behavior ('for the last N days'). It does not mention rate limits or auth, but for a read-only market data tool, the core behavioral traits are well covered.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is concise and front-loaded with the core purpose and output. The final sentence about the paid HTTP endpoint is slightly extraneous for an MCP tool selection context, but it does not significantly detract from clarity.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool is simple (one optional parameter, no output schema, no annotations), and the description provides the necessary context: what the score means, range, trend, and intended use cases. It stops short of detailing exact response structure, but given the low complexity, it is sufficiently complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 0%, so the description must compensate. It does by connecting the 'days' parameter to 'trend data for the last N days', giving meaning beyond the schema's default/min/max. Since there is only one parameter and the schema already defines its bounds, this is adequate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies the tool as accessing IPOSignal's proprietary market sentiment score, with a specific verb ('Access') and resource. It distinguishes itself from the sibling get_ipo_social_sentiment by focusing on 'market sentiment' rather than social sentiment, and includes the -100 to +100 range.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear use cases: identify favorable IPO windows, time investment entries, and assess market appetite. It implies when to use the tool but does not explicitly state when not to use it or name alternative tools, so it falls just short of a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_ipo_snapshotAInspect
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. When available, includes AI-generated research with valuation models, competitor benchmarking, underwriter ratings, board analysis, and risk factors. Provide exactly one of companyId, symbol, or cik. Also available as a paid HTTP endpoint at /api/agent/ipo/{id} or /api/agent/ipo/by-symbol/{symbol}.
| Name | Required | Description | Default |
|---|---|---|---|
| cik | No | ||
| symbol | No | ||
| companyId | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden. It discloses that results are 'when available' for borrow fee and AI-generated research, setting accurate expectations. It also mentions the paid HTTP endpoints as an alternative access method. It does not cover error handling or rate limits, but for a read tool the key behaviors around data availability and access are addressed.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences, both dense with relevant information. The first sentence lists the comprehensive data set, the second gives usage constraints and alternative endpoints. While it is a wall of text without bullet points, it is still concise and every clause adds value.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity (a full IPO profile with many data fields) and the absence of an output schema, the description is remarkably complete. It lists specific content areas, notes optional data via 'when available', specifies the input constraint, and even provides HTTP endpoint alternatives. This gives an agent enough context to understand the tool's capabilities and limitations.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has three parameters with 0% description coverage, so the description must compensate. It does by stating that exactly one of companyId, symbol, or cik should be provided, clarifying they are mutually exclusive identifiers. It also maps symbol and id to alternative HTTP endpoints, giving extra context. However, it does not elaborate on the meaning or format of each identifier, leaving some ambiguity.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb 'Retrieve' and the resource 'complete IPO company profile', enumerating specific content areas (deal terms, pricing range, SEC registration, etc.). This distinguishes it from sibling tools like get_company_metrics and get_ipo_sentiment, which focus on narrower data.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear context on what the tool returns, allowing an agent to infer it for full-profile needs. It explicitly instructs 'Provide exactly one of companyId, symbol, or cik,' which is an important usage rule. However, it does not explicitly state when not to use this tool or name alternatives beyond implying their existence through sibling names.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_ipo_social_sentimentAInspect
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. Returns the aggregate signal only, not the underlying posts. Provide exactly one of companyId, symbol, or cik. Also available as a paid HTTP endpoint at /api/agent/social-sentiment.
| Name | Required | Description | Default |
|---|---|---|---|
| cik | No | ||
| symbol | No | ||
| companyId | No |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries full disclosure burden. It reveals the output composition, the aggregate-only behavior, and the one-of parameter constraint. This is strong transparency for a read-only sentiment tool, though it omits rate limits or error behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is three focused sentences: first introduces the function and output, second clarifies the scope of returns, third states the parameter requirement and alternative endpoint. Every sentence earns its place without redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
In the absence of an output schema, the description adequately explains return values (score range, label, post tallies, summary). It also conveys the critical parameter constraint. It does not cover error handling or authentication, but these are less critical for a simple fetch operation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 0%, so the description's 'Provide exactly one of companyId, symbol, or cik' adds essential semantics beyond the bare schema. It clarifies that the three string parameters are alternative identifiers, even if it doesn't detail each parameter's format.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's function: obtaining IPOSignal's X/Twitter social-sentiment reading for an IPO. It details the output metrics (score, label, tallies, summary) and explicitly notes it returns only the aggregate signal, not posts, which distinguishes it from sibling tools.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear context for when to use the tool ('for a specific IPO') and instructs to 'Provide exactly one of companyId, symbol, or cik,' which is essential usage guidance. However, it does not explicitly mention alternatives or exclusion criteria relative to sibling tools like get_ipo_sentiment.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
1 tool update
- Added
get_company_metrics
4 tool updates
- Removed
batch_update_ipo_dates - Removed
find_ipos_missing_date - Added
get_ipo_social_sentiment - Removed
lookup_ipo_date
5 tool updates
- First observed
batch_update_ipo_dates - First observed
find_ipos_missing_date - First observed
get_ipo_sentiment - First observed
get_ipo_snapshot - First observed
lookup_ipo_date
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user or an account that owns the GitHub organization, then choose Claim with GitHub.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables detection and analysis of pre-public product launches through web search, content extraction, AI-powered scoring, and automated alerting. Provides comprehensive tools for surfacing stealth startup signals before they trend publicly.MIT

industrylens-mcpofficial
AlicenseNot gradedqualityBmaintenanceBrowse IndustryLens's published competitive-intelligence reports and head-to-head competitor comparisons from any AI agent — real, source-backed data.MIT- AlicenseNot gradedqualityCmaintenanceEnables AI chat clients to perform market research and competitive intelligence by gathering company overviews, competitor lists, product portfolios, pricing snapshots, and recent news via live Tavily search.MIT
- AlicenseAqualityAmaintenanceDetects hiring intent signals by scanning job boards for specific companies. Returns structured role data for outbound sales targeting.11961MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool targets a distinct resource: general company metrics, market-wide IPO sentiment, a specific IPO's profile, and social sentiment for a specific IPO. No two tools overlap in purpose, and the descriptions clearly differentiate them.
All tool names follow the get_<object>_<qualifier> pattern in snake_case, with 'get' as the uniform verb. This is fully consistent and predictable.
Four tools is well-scoped for an IPO data server, covering the essential read-only operations without unnecessary bloat. Each tool provides meaningful, non-redundant functionality.
The set covers company metrics, market sentiment, IPO profile details, and social sentiment, which are core for IPO signals. However, there is no tool to list or search IPOs, forcing users to already know the identifier; this is a minor gap that agents can work around if identifiers are supplied.