alpha402x Equity Research
Server Details
Buy cited, filing-grounded equity research per call over x402 — quarterly quantitative and qualitative cards on hundreds of tickers and growing, fiscal year-end WACC builds, and live 10-Q highlights for any US ticker — with no account and no API key.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Available Tools
4 toolscheck_10q_coverageCheck 10-Q coverage for a tickerARead-onlyInspect
Free coverage check against SEC EDGAR for any U.S. ticker: confirms whether 10-Q Highlights can serve it, lists available fiscal periods (newest first), and returns the payable URLs. No charge; the paid product is the extraction itself.
| Name | Required | Description | Default |
|---|---|---|---|
| period | No | Optional fiscal period like fy2026-q1; checks that this dated variant exists | |
| ticker | Yes | U.S. ticker symbol, e.g. AAPL |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already mark the tool readOnlyHint=true, and the description adds useful behavioral context: it queries EDGAR, orders periods newest-first, and returns payable URLs at no charge. It does not discuss failure modes or rate limits, but that is not required for a simple read-only lookup.
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?
One dense, front-loaded sentence conveys source, scope, outputs, and pricing with no filler. The free-vs-paid distinction is stated at the end without bloating the definition.
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?
For a two-parameter read-only check with no output schema, the description covers what the call does, what it returns, and the key limitation (U.S. tickers). An agent has enough to select and invoke it appropriately.
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 description coverage is 100%, and the parameter descriptions already explain ticker and the optional period format. The tool description mainly restates the overall purpose rather than adding parameter-level detail beyond the 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 names the exact action (coverage check), the data source (SEC EDGAR), the target (any U.S. ticker), and the outputs (availability, fiscal periods, payable URLs). It clearly distinguishes this pre-purchase check from the paid extraction product.
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?
It explicitly frames the tool as a no-charge coverage check and contrasts it with the paid product (the extraction itself), telling the agent when to use it and when not to. The U.S.-ticker scope is also stated as an inclusion condition.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_product_termsGet a product's payment termsARead-onlyInspect
Exact x402 payment terms for one payable URL or product path (price, asset, network, payTo, scheme). The live 402 response's PAYMENT-REQUIRED header remains the authoritative terms document; this tool mirrors the same constants the gates are built from.
| Name | Required | Description | Default |
|---|---|---|---|
| product | Yes | A payable path or URL, e.g. /10q-highlights/AAPL, /wacc-build/AAPL/fye-2025-09-27, /quarterly-quant-card/AMD/fy2026-q2, /quarterly-qual-card/AMD/fy2026-q2, /profiles/100x-floor, /5x-stock-empirical-profile |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations include readOnlyHint=true, which already signals a non-mutating operation. The description adds useful context: the tool mirrors the same constants the x402 gates are built from, and the live response header remains authoritative. This clarifies the data source and its relationship to the live 402 response, which is beyond the annotation. However, it doesn't disclose details like error behavior for invalid paths, or whether terms may change over time.
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?
Two sentences, dense with information: the first defines the output, the second sets expectations about authority. No filler, key details front-loaded.
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?
For a simple one-parameter read-only tool, the description is nearly complete. It explains what the tool returns, the scope (one payable URL or product path), and the relationship to the authoritative header. Missing minor context: there's no output schema, so return-format specifics beyond the field list are absent, and there's no mention of error cases or prerequisites. But given the low complexity, the description covers what an agent needs.
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 description coverage is 100% — the only parameter, product, is described with several concrete examples. The description adds that the parameter should be a payable URL or product path, which reinforces the parameter semantics but doesn't add a lot beyond the schema's examples. Baseline of 3 is appropriate because the schema already covers the parameter well.
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 name and title already convey the resource, but the description sharpens it: 'Exact x402 payment terms for one payable URL or product path (price, asset, network, payTo, scheme).' This gives a specific verb (get/exact) and a concrete resource (payment terms for a product path), and enumerates the fields returned. It doesn't explicitly differentiate from siblings like how_to_pay_x402, but the emphasis on exact constants versus a guide is reasonably clear.
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 the use case: retrieving the exact payment terms for a payable URL. It also gives a valuable usage steer: 'The live 402 response's PAYMENT-REQUIRED header remains the authoritative terms document; this tool mirrors the same constants the gates are built from.' This tells the agent when the tool is authoritative and when to prefer the live header. It doesn't explicitly say when to use check_10q_coverage or list_research instead, but the scoping to a single product path is clear.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
how_to_pay_x402How an agent pays over x402BRead-onlyInspect
The x402 payment flow for these products, the client libraries that automate it, and where the authoritative terms live.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The readOnlyHint annotation already signals a safe read-only operation, so the description does not need to restate that. The description adds useful scope about payment flow and libraries but does not disclose what the tool actually returns or how the information is delivered.
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 a single compact sentence with no filler. It could be slightly improved by adding a verb, but every phrase currently included adds relevant information.
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?
For a parameterless, read-only informational tool, the description covers the essential topics: the payment flow, libraries, and authoritative terms. It does not specify the output format, but the lack of parameters and the narrow scope make this a minor gap rather than a critical omission.
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 tool has no parameters and an empty input schema, so parameter guidance is unnecessary. The description appropriately focuses on the tool's content rather than parameters.
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 subject: the x402 payment flow, client libraries, and authoritative terms. It is not a tautology and is distinguishable from siblings like check_10q_coverage or get_product_terms, but it lacks an explicit action verb such as 'returns' or 'explains'.
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 does not state when to use this tool or when to prefer a sibling. There is no mention of scenarios for paying, searching terms, or retrieving research, so the agent must infer usage from the title and topic.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
list_researchList the research catalogARead-onlyInspect
The full alpha402x catalog: every payable research product (empirical multibagger profiles, fiscal-year-end WACC builds, 10-Q highlight extractions, quarterly quantitative and qualitative cards) with prices, payable URLs, and free guide pages. All prices are USDC per call over x402.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations only declare readOnlyHint=true. The description adds beyond that by specifying that the response covers every payable product, includes prices and payable URLs, and clarifies that all prices are USDC per call over x402. That is useful behavioral/commercial context; pagination or response shape is not disclosed, but it is acceptable for a simple list operation.
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?
One dense, front-loaded sentence states the scope first ('The full alpha402x catalog'), then enumerates the product categories and closes with the pricing detail. Every clause adds relevant information and there is no filler.
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?
With no output schema, the description needs to convey what the response will contain, and it does: products, prices, payable URLs, and free guide pages. It could go slightly further by describing the response format or field structure, but for a zero-parameter read-only catalog listing this 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?
The tool has zero parameters, so parameter semantics are trivially clear and the baseline is 4. There is no schema to enrich and no parameter ambiguity to resolve.
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 names the resource ('alpha402x catalog'), picks a specific verb ('list'), and enumerates the content areas (empirical multibagger profiles, WACC builds, 10-Q extractions, quarterly cards). This makes it readily distinguishable from sibling tools like check_10q_coverage or get_product_terms.
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 intended use is implied strongly: an agent that needs an overview of payable research products with prices should call this tool. However, it does not explicitly contrast itself with alternatives or state when not to use it, leaving some routing to inference rather than guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
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.13061MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool has a clearly distinct purpose: checking EDGAR coverage, retrieving payment terms, explaining payment flow, and listing the catalog. There is no overlap or ambiguity among them.
Three tools follow a verb_noun pattern (check_10q_coverage, get_product_terms, list_research) while 'how_to_pay_x402' deviates, using a phrase instead of a consistent verb-first structure. Minor inconsistency but still readable.
With only 4 tools, the server is tightly scoped to its purpose—providing product catalog, coverage checks, and payment information. No unnecessary tools, and the count feels appropriate for the domain.
The surface covers the essential operations for the server's stated purpose: listing products, checking coverage, retrieving terms, and explaining the payment process. No obvious gaps; it fulfills its informational role completely.